commit 3206ab4fe0775a295555b2259a9fbccd7f66b138
parent f5d7a8b4fde35d7572ab72d676db9f7bcf21f29d
Author: Jordi Mallach <jordi@gnu.org>
Date: Fri, 28 Jul 2000 16:55:47 +0000
Added a reference to -k, --cut option. Need a nano.1.html update!
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@148 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/nano.1 b/nano.1
@@ -2,7 +2,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 "January 4, 2000"
+.TH NANO 1 "July 28, 2000"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -55,6 +55,9 @@ Display a summary of commandline options.
.B \-c (\-\-const)
Constantly show the cursor position.
.TP
+.B \-k (\-\-cut)
+Enable cuts from cursor to end of line.
+.TP
.B \-i (\-\-autoindent)
Indent new lines to the previous line's indentation. Useful when editing
source code.