]> git.wh0rd.org Git - nano.git/commitdiff
Added a reference to -k, --cut option. Need a nano.1.html update!
authorJordi Mallach <jordi@gnu.org>
Fri, 28 Jul 2000 16:55:47 +0000 (16:55 +0000)
committerJordi Mallach <jordi@gnu.org>
Fri, 28 Jul 2000 16:55:47 +0000 (16:55 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@148 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.1

diff --git a/nano.1 b/nano.1
index 5c06429f431953075f9bcde9a517748f9d7c4180..60ecd94770ab2e68e7f54ac1b95b4341935a93c5 100644 (file)
--- 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.