]> git.wh0rd.org Git - nano.git/commitdiff
add various option description fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 26 Jun 2006 04:39:31 +0000 (04:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 26 Jun 2006 04:39:31 +0000 (04:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3683 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/man/nano.1
doc/man/nanorc.5
doc/man/rnano.1
doc/nanorc.sample.in
doc/texinfo/nano.texi
src/nano.c

index 7958ce3ceb50f2446e795f325f03cf51e8a4d6c8..0ffccae81bbd0508de62c658bffd28217d78b7b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
 CVS code -
+- General:
+       - Fix option descriptions.  At least one of the two parts of
+         +LINE,COLUMN must be specified at all times; COLUMN is not the
+         only optional value.  Also fix a wording problem in
+         -W/--wordbounds.  Changes to usage(), nano.1, nanorc.5,
+         rnano.1, nano.texi, and nanorc.sample.in. (DLR)
 
 GNU nano 1.3.12 - 2006.06.26
 - General:
index 2dae5b15781b9e5a0c43041f4bb2aa1f07620c9d..7bfe114d88db188474105ed67c441ace29fae834 100644 (file)
@@ -7,7 +7,7 @@
 .\" warranty.
 .\"
 .\" $Id$
-.TH NANO 1 "version 1.3.12" "June 7, 2006"
+.TH NANO 1 "version 1.9.99pre1" "June 26, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 
@@ -16,7 +16,7 @@ nano \- Nano's ANOther editor, an enhanced free Pico clone
 
 .SH SYNOPSIS
 .B nano
-.I [OPTIONS]\ [[\+LINE[,COLUMN]]\ FILE]...
+.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
 .br
 
 .SH DESCRIPTION
@@ -33,9 +33,10 @@ replace" and "go to line number".
 
 .SH OPTIONS
 .TP
-.B \+\fILINE\fP[,\fICOLUMN\fP]
+.B \+\fILINE\fP,\fICOLUMN\fP
 Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
-on startup, instead of the default of line 1, column 1.
+(at least one of which must be specified) on startup, instead of the
+default of line 1, column 1.
 .TP
 .B \-?
 Same as \fB-h (\-\-help)\fP.
index b4c478d6392d397632ee5a8c8a07a800e0cc4ad7..948adf5bef4cc39637d4a545fbe56ed377114ad9 100644 (file)
@@ -7,7 +7,7 @@
 .\" warranty.
 .\"
 .\" $Id$
-.TH NANORC 5 "version 1.3.12" "May 24, 2006"
+.TH NANORC 5 "version 1.9.99pre1" "June 26, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
@@ -194,7 +194,7 @@ spaces.  They must be single-column characters.
 .TP
 .B set/unset wordbounds
 Detect word boundaries more accurately by treating punctuation
-characters as part of a word.
+characters as parts of words.
 .TP
 .B syntax "\fIstr\fP" ["\fIfileregex\fP" ... ]
 Defines a syntax named \fIstr\fP which can be activated via the
index 1ad200ca26b2c8f203abffa687ae5614f142a63a..457f74191ecb1394e643033797868933f323f5dd 100644 (file)
@@ -8,7 +8,7 @@
 .\" warranty.
 .\"
 .\" $Id$
-.TH RNANO 1 "version 1.3.12" "May 1, 2006"
+.TH RNANO 1 "version 1.9.99pre1" "June 26, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
@@ -17,7 +17,7 @@ Pico clone
 
 .SH SYNOPSIS
 .B rnano
-.I [OPTIONS]\ [[\+LINE[,COLUMN]]\ FILE]...
+.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
 .br
 
 .SH DESCRIPTION
@@ -51,9 +51,10 @@ use backup files or spell checking.
 
 .SH OPTIONS
 .TP
-.B \+\fILINE\fP[,\fICOLUMN\fP]
+.B \+\fILINE\fP,\fICOLUMN\fP
 Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
-on startup, instead of the default of line 1, column 1.
+(at least one of which must be specified) on startup, instead of the
+default of line 1, column 1.
 .TP
 .B \-?
 Same as \fB-h (\-\-help)\fP.
index 90aff7820b78ac92482e734b5a57e1c72fe98483..57c993c857f592b07bd16297b1b0cea7d730455a 100644 (file)
 # set whitespace "  "
 
 ## Detect word boundaries more accurately by treating punctuation
-## characters as part of a word.
+## characters as parts of words.
 # set wordbounds
 
 
index 56f1e9026dc67f41823be4a1c649156062471384..3c5ebbf8ccfa461509157b2f24173b915d76bba1 100644 (file)
@@ -8,8 +8,8 @@
 @c Run 'makeinfo' rather than 'texinfo-format-buffer'.
 @smallbook
 @set EDITION 0.1
-@set VERSION 1.3.12
-@set UPDATED 20 Jun 2006
+@set VERSION 1.9.99pre1
+@set UPDATED 26 Jun 2006
 
 @dircategory Editors
 @direntry
@@ -23,7 +23,7 @@
 @titlepage
 @title GNU @code{nano}
 @subtitle a small and friendly text editor.
-@subtitle version 1.3.12
+@subtitle version 1.9.99pre1
 
 @author Chris Allegretta
 @page
@@ -94,6 +94,8 @@ adding it with a comma.  So the complete synopsis is:
 @quotation
 @code{nano [OPTION]@dots{} [[+LINE] FILE]@dots{}}
 
+@code{nano [OPTION]@dots{} [[+,COLUMN] FILE]@dots{}}
+
 @code{nano [OPTION]@dots{} [[+LINE,COLUMN] FILE]@dots{}}
 @end quotation
 
@@ -105,9 +107,9 @@ Email bug reports to @email{nano@@nano-editor.org}.
 @code{nano} takes the following options from the command line:
 
 @table @code
-@item +LINE[,COLUMN]
-Start at line number LINE and column number COLUMN instead of the
-default of line 1, column 1.
+@item +LINE,COLUMN
+Start at line number LINE and column number COLUMN (at least one of
+which must be specified) instead of the default of line 1, column 1.
 
 @item -?
 Same as @code{-h, --help}.
@@ -189,7 +191,7 @@ Show the current version number and exit.
 
 @item -W, --wordbounds
 Detect word boundaries more accurately by treating punctuation
-characters as part of a word.
+characters as parts of words.
 
 @item -Y <str>, --syntax=<str>
 Specify a specific syntax highlighting from the nanorc to use, if
index 178712e7149df18647d08eb67956dfebb7dfda4c..37568fe0b053dc779ab9e4d8f46c6870c98b63a8 100644 (file)
@@ -724,7 +724,7 @@ void print_opt_full(const char *shortflag
 /* Explain how to properly use nano and its command line options. */
 void usage(void)
 {
-    printf(_("Usage: nano [OPTIONS] [[+LINE[,COLUMN]] FILE]...\n\n"));
+    printf(_("Usage: nano [OPTIONS] [[+LINE,COLUMN] FILE]...\n\n"));
     printf(
 #ifdef HAVE_GETOPT_LONG
        _("Option\t\tGNU long option\t\tMeaning\n")
@@ -733,7 +733,7 @@ void usage(void)
 #endif
        );
     print_opt("-h, -?", "--help", N_("Show this message"));
-    print_opt(_("+LINE[,COLUMN]"), "",
+    print_opt(_("+LINE,COLUMN"), "",
        N_("Start at line LINE, column COLUMN"));
 #ifndef NANO_TINY
     print_opt("-A", "--smarthome", N_("Enable smart home key"));