diff --git a/ChangeLog b/ChangeLog index 21abf8a1..238954d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,9 @@ CVS code - and mark color syntax highlighting as done. (David Benbennick) - nano.1, nanorc.5: - Formatting improvements by Jean-Philippe Guérard. + - Minor fixes by DLR. +- nano.1.html, nanorc.5.html: + - Regenerated from nano.1 and nanorc.5. (DLR) GNU nano 1.2.1 - 2003.04.19 - General: diff --git a/nano.1 b/nano.1 index c2569234..2b452943 100644 --- a/nano.1 +++ b/nano.1 @@ -6,7 +6,7 @@ .\" Public License for copying conditions. There is NO warranty. .\" .\" $Id$ -.TH NANO 1 "February 9, 2003" +.TH NANO 1 "June 19, 2003" .\" Please adjust this date whenever revising the manpage. .\" @@ -47,7 +47,7 @@ Enable multiple file buffers, if available. .TP .B \-H (\-\-historylog) Log search and replace strings to -.I~/.nano_history +.I ~/.nano_history so they may be stored for later editing, if nanorc support is configured. .TP diff --git a/nano.1.html b/nano.1.html index 8d800050..4c83b98d 100644 --- a/nano.1.html +++ b/nano.1.html @@ -1,7 +1,7 @@
@@ -198,30 +219,31 @@ the example file nanorc.sample which should be provided with nano will try to dump the buffer into an emergency file in some cases. Mainly, this will happen if nano receives a SIGHUP or SIGTERM or runs out of memory, when it will write the buffer into a file -named "nano.save" if the buffer didn't have a name already, or will add -a ".save" suffix to the current filename. If an emergency file with that -name already exists in the current directory, ".save" and a number (e.g. -".save.1") will be suffixed to the current filename in order to make it -unique. In multibuffer mode, nano will write all the open buffers -to the respective emergency files. +named +nano.save + +if the buffer didn't have a name already, or will add a ".save" suffix +to the current filename. If an emergency file with that name already +exists in the current directory, ".save" and a number (e.g. ".save.1") +will be suffixed to the current filename in order to make it unique. In +multibuffer mode, nano will write all the open buffers to the +respective emergency files.
The nano mailing list is available from
-
+nano-devel@gnu.org.
-nano-devel@gnu.org.
+
+To subscribe, email to +nano-devel-request@gnu.org -To subscribe, email to nano-devel-request@gnu.org with a -subject of "subscribe". +with a subject of "subscribe".
@@ -267,6 +293,6 @@ used by others).
This document was created by
man2html,
using the manual pages.
-Time: 04:08:28 GMT, February 13, 2003
+Time: 22:27:55 GMT, June 19, 2003
diff --git a/nanorc.5 b/nanorc.5
index 54a919eb..c9f4e8bd 100644
--- a/nanorc.5
+++ b/nanorc.5
@@ -5,7 +5,7 @@
.\" Public License for copying conditions. There is NO warranty.
.\"
.\" $Id$
-.TH NANORC 5 "February 14, 2003"
+.TH NANORC 5 "June 19, 2003"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
@@ -23,7 +23,7 @@ The \fInanorc\fP file contains the default settings for \fBnano\fP.
During startup, \fBnano\fP will first read its system-wide settings from
.IR $SYSCONFDIR/nanorc ,
and then user-specific settings from
-.IR $HOME/.nanorc .
+.IR ~/.nanorc .
.SH OPTIONS
The configuration file accepts a series of "set" and "unset" commands,
@@ -57,6 +57,11 @@ Use cut to end of line with ^K by default.
Wrap lines at column number \fIn\fP. If \fIn\fP is 0 or less, the line
length will be the screen width less \fIn\fP. The default value is -8.
.TP
+\fBset/unset historylog\fP
+Enable
+.I ~/.nano_history
+for saving and reading search/replace strings.
+.TP
\fBset/unset keypad\fP
Use alternate keypad routines.
.TP
@@ -114,11 +119,6 @@ than 0.
\fBset/unset tempfile\fP
Save automatically on exit, don't prompt.
.TP
-\fBset/unset historylog\fP
-Enable
-.I~/.nano_history
-for saving and reading search/replace strings.
-.TP
\fBset/unset view\fP
Disallow file modification.
.TP
@@ -151,7 +151,7 @@ instance of \fIer\fP.
.I $SYSCONFDIR/nanorc
System-wide configuration file
.TP
-.I $HOME/.nanorc
+.I ~/.nanorc
Per-user configuration file
.SH SEE ALSO
.PD 0
diff --git a/nanorc.5.html b/nanorc.5.html
index 35d0224f..849f89e8 100644
--- a/nanorc.5.html
+++ b/nanorc.5.html
@@ -1,7 +1,7 @@
- + +The nanorc file contains the default settings for nano. +During startup, nano will first read its system-wide settings from +$SYSCONFDIR/nanorc, + +and then user-specific settings from +~/.nanorc. + +
+Options are unset by default, except for options that take an argument. +
The supported commands and arguments are:
+ set quotestr "^([ \t]*[|>:}#])+"
+
+if you have regexps, otherwise set quotestr "> ". Note that '\t' +above stands for a literal Tab character.
-/usr/share/doc/nano/examples/nanorc.sample (or equivalent on your system) +/usr/share/doc/nano/examples/nanorc.sample (or equivalent on your +system)
@@ -145,9 +180,9 @@ This manual page was written by Jordi Mallach <