From 84ff479b24f41ffac09d9611f882aed14612947c Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Fri, 28 Jul 2000 17:29:22 +0000
Subject: [PATCH] Updated html man page

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@149 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 nano.1      | 2 +-
 nano.1.html | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/nano.1 b/nano.1
index 60ecd947..3d74403e 100644
--- a/nano.1
+++ b/nano.1
@@ -56,7 +56,7 @@ Display a summary of commandline options.
 Constantly show the cursor position.
 .TP
 .B \-k (\-\-cut)
-Enable cuts from cursor to end of line.
+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
diff --git a/nano.1.html b/nano.1.html
index da1c5655..71d8ba48 100644
--- a/nano.1.html
+++ b/nano.1.html
@@ -3,7 +3,7 @@ Content-type: text/html
 <HTML><HEAD><TITLE>Manpage of NANO</TITLE>
 </HEAD><BODY>
 <H1>NANO</H1>
-Section: User Commands  (1)<BR>Updated: January 4, 2000<BR><A HREF="#index">Index</A>
+Section: User Commands  (1)<BR>Updated: July 28, 2000<BR><A HREF="#index">Index</A>
 <A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
 
 
@@ -77,6 +77,10 @@ Display a summary of commandline options.
 
 <DD>
 Constantly show the cursor position.
+<DT><B>-k (--cut)</B>
+
+<DD>
+Enable cut from cursor to end of line with ^K.
 <DT><B>-i (--autoindent)</B>
 
 <DD>
@@ -162,6 +166,6 @@ GNU/Linux system (but may be used by others).
 This document was created by
 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
 using the manual pages.<BR>
-Time: 04:20:00 GMT, July 07, 2000
+Time: 17:29:02 GMT, July 28, 2000
 </BODY>
 </HTML>
-- 
GitLab