nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 84ff479b24f41ffac09d9611f882aed14612947c
parent 3206ab4fe0775a295555b2259a9fbccd7f66b138
Author: Chris Allegretta <chrisa@asty.org>
Date:   Fri, 28 Jul 2000 17:29:22 +0000

Updated html man page


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@149 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mnano.1 | 2+-
Mnano.1.html | 8++++++--
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git 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 @@ -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>