Commit 465f1e30 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Update html man page too

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@623 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 11 additions and 6 deletions
+11 -6
...@@ -3,7 +3,7 @@ Content-type: text/html ...@@ -3,7 +3,7 @@ Content-type: text/html
<HTML><HEAD><TITLE>Manpage of NANO</TITLE> <HTML><HEAD><TITLE>Manpage of NANO</TITLE>
</HEAD><BODY> </HEAD><BODY>
<H1>NANO</H1> <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> <A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
...@@ -65,15 +65,15 @@ Display a summary of commandline options. ...@@ -65,15 +65,15 @@ Display a summary of commandline options.
<DD> <DD>
Constantly show the cursor position. 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> <DT><B>-i (--autoindent)</B>
<DD> <DD>
Indent new lines to the previous line's indentation. Useful when editing Indent new lines to the previous line's indentation. Useful when editing
source code. source code.
<DT><B>-k (--cut)</B>
<DD>
Enable cut from cursor to end of line with ^K.
<DT><B>-l (--nofollow)</B> <DT><B>-l (--nofollow)</B>
<DD> <DD>
...@@ -89,6 +89,11 @@ Enable mouse support (if available for your system). ...@@ -89,6 +89,11 @@ Enable mouse support (if available for your system).
Emulate Pico as closely as possible. This affects both the &quot;shortcut list&quot; Emulate Pico as closely as possible. This affects both the &quot;shortcut list&quot;
at the bottom of the screen, as well as the display and entry of previous at the bottom of the screen, as well as the display and entry of previous
search and replace strings. 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> <DT><B>-s (--speller)</B>
<DD> <DD>
...@@ -177,6 +182,6 @@ used by others). ...@@ -177,6 +182,6 @@ used by others).
This document was created by This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>, <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR> using the manual pages.<BR>
Time: 02:16:52 GMT, December 18, 2000 Time: 11:22:15 GMT, April 30, 2001
</BODY> </BODY>
</HTML> </HTML>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment