]> git.wh0rd.org Git - nano.git/commitdiff
Add Jordi's man page update to the 1.0 tree
authorChris Allegretta <chrisa@asty.org>
Mon, 30 Apr 2001 11:20:57 +0000 (11:20 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 30 Apr 2001 11:20:57 +0000 (11:20 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@622 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nano.1

index f711d588f616a16d16e77989fea7ed3ac42b5324..812da86a944081ceecda8c425f37e6aa1f14446b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ Cvs code -
 - nano.c:
   ABCD(), main()
        - Add Alt-whatever-[a-d] support as well as Alt-whatever-[A-D].
+- nano.1:
+       - Added the missing -r flag (Jordi).
 - search.c:
   do_replace()
         - If we manage to make it in somehow with VIEW_MODE on, abort 
diff --git a/nano.1 b/nano.1
index 9d9541aed78a6e0db67fe850fae1636968f9ea60..f967bfb80ac2f7117cfbf808dbc4ba405c4639a5 100644 (file)
--- a/nano.1
+++ b/nano.1
@@ -8,7 +8,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" 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.
 .\"
 .SH NAME
@@ -49,13 +49,13 @@ Display a summary of commandline options.
 .B \-c (\-\-const)
 Constantly show the cursor position.
 .TP
-.B \-k (\-\-cut)
-Enable cut from cursor to end of line with ^K.
-.TP
 .B \-i (\-\-autoindent)
 Indent new lines to the previous line's indentation. Useful when editing
 source code.
 .TP
+.B \-k (\-\-cut)
+Enable cut from cursor to end of line with ^K.
+.TP
 .B \-l (\-\-nofollow)
 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?
@@ -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
 search and replace strings.
 .TP
+.B \-r (\-\-fill)
+Wrap lines at column #cols.  By default this is the width of the screen,
+less eight.
+.TP
 .B \-s (\-\-speller)
 Enable alternative spell checker command.
 .TP