Hugo van der Merwe pointed out that -r was missing in the manpage.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@621 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Jordi Mallach 2001-04-30 10:30:43 +00:00
parent 4be36bf1d4
commit 3f8db49622
2 changed files with 10 additions and 4 deletions

View File

@ -33,6 +33,8 @@ Cvs code -
page_up() page_up()
- Rewritten with a loop to make screen updates work when - Rewritten with a loop to make screen updates work when
mark is set (fixes bug #59). mark is set (fixes bug #59).
- nano.1:
- Added the missing -r flag (Jordi).
- nano.c: - nano.c:
do_alt_speller() do_alt_speller()
- Reposition cursor on same line as before ^T was called (Rocco) - Reposition cursor on same line as before ^T was called (Rocco)

12
nano.1
View File

@ -8,7 +8,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH NANO 1 "December 2, 2000" .TH NANO 1 "April 30, 2001"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.SH NAME .SH NAME
@ -49,13 +49,13 @@ Display a summary of commandline options.
.B \-c (\-\-const) .B \-c (\-\-const)
Constantly show the cursor position. Constantly show the cursor position.
.TP .TP
.B \-k (\-\-cut)
Enable cut from cursor to end of line with ^K.
.TP
.B \-i (\-\-autoindent) .B \-i (\-\-autoindent)
Indent new lines to the previous line's indentation. Useful when editing Indent new lines to the previous line's indentation. Useful when editing
source code. source code.
.TP .TP
.B \-k (\-\-cut)
Enable cut from cursor to end of line with ^K.
.TP
.B \-l (\-\-nofollow) .B \-l (\-\-nofollow)
If the file being edited is a symbolic link, replace the link with a If the file being edited is a symbolic link, replace the link with a
a new file, do not follow it. Good for editing files in /tmp perhaps? a new file, do not follow it. Good for editing files in /tmp perhaps?
@ -68,6 +68,10 @@ Emulate Pico as closely as possible. This affects both the "shortcut list"
at the bottom of the screen, as well as the display and entry of previous at the bottom of the screen, as well as the display and entry of previous
search and replace strings. search and replace strings.
.TP .TP
.B \-r (\-\-fill)
Wrap lines at column #cols. By default this is the width of the screen,
less eight.
.TP
.B \-s (\-\-speller) .B \-s (\-\-speller)
Enable alternative spell checker command. Enable alternative spell checker command.
.TP .TP