From 465f1e305dc89bed96f7f45cfd4c1d55dba48f7e Mon Sep 17 00:00:00 2001 From: Chris Allegretta <chrisa@asty.org> Date: Mon, 30 Apr 2001 11:23:33 +0000 Subject: [PATCH] Update html man page too git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@623 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- nano.1.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/nano.1.html b/nano.1.html index d035155b..67d3840a 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: December 2, 2000<BR><A HREF="#index">Index</A> +Section: User Commands (1)<BR>Updated: April 30, 2001<BR><A HREF="#index">Index</A> <A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR> @@ -65,15 +65,15 @@ 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> Indent new lines to the previous line's indentation. Useful when editing source code. +<DT><B>-k (--cut)</B> + +<DD> +Enable cut from cursor to end of line with ^K. <DT><B>-l (--nofollow)</B> <DD> @@ -89,6 +89,11 @@ Enable mouse support (if available for your system). 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. +<DT><B>-r (--fill)</B> + +<DD> +Wrap lines at column #cols. By default this is the width of the screen, +less eight. <DT><B>-s (--speller)</B> <DD> @@ -177,6 +182,6 @@ used by others). This document was created by <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> -Time: 02:16:52 GMT, December 18, 2000 +Time: 11:22:15 GMT, April 30, 2001 </BODY> </HTML> -- GitLab