[Python-apps-commits] r9447 - in packages/pyspread/trunk/debian (pyspread.1)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Fri Feb 22 20:24:44 UTC 2013


    Date: Friday, February 22, 2013 @ 20:24:41
  Author: anoteng-guest
Revision: 9447

Minor corrections to the man page

Modified:
  packages/pyspread/trunk/debian/pyspread.1

Modified: packages/pyspread/trunk/debian/pyspread.1
===================================================================
--- packages/pyspread/trunk/debian/pyspread.1	2013-02-20 23:18:53 UTC (rev 9446)
+++ packages/pyspread/trunk/debian/pyspread.1	2013-02-22 20:24:41 UTC (rev 9447)
@@ -18,7 +18,7 @@
 .SH NAME
 pyspread \- A non-traditional Python spreadsheet application.
 .SH SYNOPSIS
-.B pyspread [\fIoptions\fB] "\fIfiles\fB" ...
+.B pyspread\fR [\fIoptions\fR] "\fIfiles\fR" ...
 .SH DESCRIPTION
 .B pyspread
 is a non-traditional spreadsheet application that is based on and written in the
@@ -29,10 +29,10 @@
 from other cells. These objects can represent anything including lists or matrices.
 .PP
 .SH OPTIONS
-This program follow the usual GNU command line syntax, with long
+This program follows the usual GNU command line syntax, with long
 options starting with two dashes ('-').
 .TP
-.BR \-h, \-\-help
+.BR \-h\fR, " " \fB\-\-help
 Show summary of options.
 .TP
 .BR \-\-version
@@ -41,8 +41,12 @@
 .BR \-d " " \fIDIMENSIONS\fB ", " \-\-dimensions=\fIDIMENSIONS\fR
 
 Size of empty table, which is initially created.
-DIMENSIONS has the format (Rows, Columns, Tables).
-DIMENSIONS defaults to (1000, 100, 3).
+.I
+DIMENSIONS
+has the format (Rows, Columns, Tables).
+.I
+DIMENSIONS
+defaults to (1000, 100, 3).
 .SH AUTHOR
 pyspread was written by Martin Manns.
 .PP




More information about the Python-apps-commits mailing list