commit f9ab3f79e5a4716a1b2e7b8c95cb3f635ccb44f6
parent 3f8a63cadbb1fd0a39f0a466471ce6e16d95de50
Author: Chris Allegretta <chrisa@asty.org>
Date: Fri, 17 Jan 2003 03:06:28 +0000
- nano.1, nano.1.html - Updated for the --preserve and --historylog options
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1369 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
3 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -250,6 +250,8 @@ Changes
- nano.texi:
- Typo fixes and updates. (David Benbennick)
- Updates for the most recent and not so recent changes.
+- nano.1, nano.1.html
+ - Updated for the --preserve and --historylog options.
- TODO
- Added some wishlist stuff.
- THANKS:
diff --git a/nano.1 b/nano.1
@@ -10,7 +10,7 @@
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
-nano \- Nano's ANOther editor, an enhanced free Pico Clone
+nano \- Nano's ANOther editor, an enhanced free Pico clone
.SH SYNOPSIS
.B nano
.I [\+LINE]\ [options]\ [file]
@@ -41,6 +41,10 @@ Write file in DOS format.
.B \-F (\-\-multibuffer)
Enable multiple file buffers, if available.
.TP
+.B \-H (\-\-historylog)
+Log search and replace strings to ~/.nano_history so they may be
+stored for later editing, if nanorc support is configured.
+.TP
.B \-I (\-\-ignorercfiles)
Don't look at $SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
available.
@@ -103,10 +107,9 @@ Enable mouse support (if available for your system).
Set operating directory. Makes nano set up something similar to a
chroot.
.TP
-.B \-p (\-\-pico)
-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.
+.B \-p (\-\-preserve)
+Preserve the XON and XOFF sequences (^Q and ^S) so they will be
+caught by the terminal.
.TP
.B \-r \fI[#cols]\fP (\-\-fill=\fI[#cols]\fP)
Wrap lines at column #cols. By default, this is the width of the
diff --git a/nano.1.html b/nano.1.html
@@ -11,7 +11,7 @@ Section: User Commands (1)<BR>Updated: November 1, 2002<BR><A HREF="#index">Ind
<A NAME="lbAB"> </A>
<H2>NAME</H2>
-nano - Nano's ANOther editor, an enhanced free Pico Clone
+nano - Nano's ANOther editor, an enhanced free Pico clone
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
@@ -56,6 +56,11 @@ Write file in DOS format.
<DD>
Enable multiple file buffers, if available.
+<DT><B>-H (--historylog)</B>
+
+<DD>
+Log search and replace strings to ~/.nano_history so they may be
+stored for later editing, if nanorc support is configured.
<DT><B>-I (--ignorercfiles)</B>
<DD>
@@ -135,12 +140,11 @@ Enable mouse support (if available for your system).
<DD>
Set operating directory. Makes nano set up something similar to a
chroot.
-<DT><B>-p (--pico)</B>
+<DT><B>-p (--preserve)</B>
<DD>
-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.
+Preserve the XON and XOFF sequences (^Q and ^S) so they will be
+caught by the terminal.
<DT><B>-r </B><I>[#cols]</I> (--fill=<I>[#cols]</I>)
<DD>
@@ -236,6 +240,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: 17:00:52 GMT, November 01, 2002
+Time: 03:06:20 GMT, January 17, 2003
</BODY>
</HTML>