various documentation fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2436 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
b80d49f071
commit
32a285c1eb
|
@ -81,6 +81,15 @@ CVS code -
|
||||||
well as curses, consolidate the warning and error messages
|
well as curses, consolidate the warning and error messages
|
||||||
dealing with UTF-8 support as much as possible, and add a few
|
dealing with UTF-8 support as much as possible, and add a few
|
||||||
minor consistency fixes.
|
minor consistency fixes.
|
||||||
|
- nanorc.sample:
|
||||||
|
- Fix the description for the whitespace option to mention that
|
||||||
|
only single-column characters are allowed. (DLR)
|
||||||
|
- nano.1, nano.texi:
|
||||||
|
- Mention the -? alias for -h/--help, and synchronize the
|
||||||
|
description and placement of the +LINE option. (DLR)
|
||||||
|
- nanorc.5:
|
||||||
|
- Fix the description for the whitespace option to mention that
|
||||||
|
only single-column characters are allowed. (DLR)
|
||||||
|
|
||||||
GNU nano 1.3.6 - 2005.03.20
|
GNU nano 1.3.6 - 2005.03.20
|
||||||
- General:
|
- General:
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.\" Public License for copying conditions. There is NO warranty.
|
.\" Public License for copying conditions. There is NO warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANO 1 "version 1.3.6" "March 11, 2005"
|
.TH NANO 1 "version 1.3.7" "March 26, 2005"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
|
@ -33,7 +33,11 @@ replace" and "go to line number".
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \+\fILINE\fP
|
.B \+\fILINE\fP
|
||||||
Places cursor at \fILINE\fP on startup.
|
Places cursor at line number \fILINE\fP on startup, instead of the
|
||||||
|
default of line 1.
|
||||||
|
.TP
|
||||||
|
.B \-?
|
||||||
|
Same as \fB-h (\-\-help)\fP.
|
||||||
.TP
|
.TP
|
||||||
.B \-A (\-\-smarthome)
|
.B \-A (\-\-smarthome)
|
||||||
Make the Home key smarter. When Home is pressed anywhere but at the
|
Make the Home key smarter. When Home is pressed anywhere but at the
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.\" Public License for copying conditions. There is NO warranty.
|
.\" Public License for copying conditions. There is NO warranty.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH NANORC 5 "version 1.3.6" "March 11, 2005"
|
.TH NANORC 5 "version 1.3.7" "March 26, 2005"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -154,7 +154,7 @@ Disallow file modification.
|
||||||
.TP
|
.TP
|
||||||
\fBset whitespace "\fIstring\fP"\fP
|
\fBset whitespace "\fIstring\fP"\fP
|
||||||
Set the two characters used to display the first characters of tabs and
|
Set the two characters used to display the first characters of tabs and
|
||||||
spaces. They cannot be control characters.
|
spaces. They must be single-column characters.
|
||||||
.TP
|
.TP
|
||||||
.B syntax "\fIstr\fP" ["\fIfileregex\fP" ... ]
|
.B syntax "\fIstr\fP" ["\fIfileregex\fP" ... ]
|
||||||
Defines a syntax named \fIstr\fP which can be activated via the \fB-Y\fP
|
Defines a syntax named \fIstr\fP which can be activated via the \fB-Y\fP
|
||||||
|
|
|
@ -121,9 +121,9 @@
|
||||||
## Disallow file modification; why would you want this in an rcfile? ;)
|
## Disallow file modification; why would you want this in an rcfile? ;)
|
||||||
# set view
|
# set view
|
||||||
|
|
||||||
## The two characters used to display the first characters of tabs and
|
## The two single-column characters used to display the first characters
|
||||||
## spaces. 187 decimal (00BB hexadecimal) and 183 decimal (00B7
|
## of tabs and spaces. 187 decimal (00BB hexadecimal) and 183 decimal
|
||||||
## hexadecimal) seem to be good values for these.
|
## (00B7 hexadecimal) seem to be good values for these.
|
||||||
# set whitespace " "
|
# set whitespace " "
|
||||||
|
|
||||||
## Color setup
|
## Color setup
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
@c Run `makeinfo' rather than `texinfo-format-buffer'.
|
@c Run `makeinfo' rather than `texinfo-format-buffer'.
|
||||||
@smallbook
|
@smallbook
|
||||||
@set EDITION 0.1
|
@set EDITION 0.1
|
||||||
@set VERSION 1.3.6
|
@set VERSION 1.3.7
|
||||||
@set UPDATED 11 Mar 2005
|
@set UPDATED 26 Mar 2005
|
||||||
|
|
||||||
@dircategory Editors
|
@dircategory Editors
|
||||||
@direntry
|
@direntry
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
@titlepage
|
@titlepage
|
||||||
@title GNU @code{nano}
|
@title GNU @code{nano}
|
||||||
@subtitle a small and friendly text editor.
|
@subtitle a small and friendly text editor.
|
||||||
@subtitle version 1.3.6
|
@subtitle version 1.3.7
|
||||||
|
|
||||||
@author Chris Allegretta
|
@author Chris Allegretta
|
||||||
@page
|
@page
|
||||||
|
@ -106,6 +106,11 @@ Email bug reports to @email{nano@@nano-editor.org}.
|
||||||
@code{nano} takes the following options from the command line:
|
@code{nano} takes the following options from the command line:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
@item +LINE
|
||||||
|
Start at line number LINE instead of the default of line 1.
|
||||||
|
|
||||||
|
@item -?
|
||||||
|
Same as @code{-h, --help}.
|
||||||
|
|
||||||
@item -A, --smarthome
|
@item -A, --smarthome
|
||||||
Make the Home key smarter. When Home is pressed anywhere but at the
|
Make the Home key smarter. When Home is pressed anywhere but at the
|
||||||
|
@ -240,9 +245,6 @@ keystroke (usually ^Z).
|
||||||
|
|
||||||
@item -a, -b, -e, -f, -g, -j
|
@item -a, -b, -e, -f, -g, -j
|
||||||
Ignored, for compatibility with Pico.
|
Ignored, for compatibility with Pico.
|
||||||
|
|
||||||
@item +LINE
|
|
||||||
Start at line number LINE instead of the default of line 1.
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node Editor Basics, Online Help, Introduction, Top
|
@node Editor Basics, Online Help, Introduction, Top
|
||||||
|
|
Loading…
Reference in New Issue