diff --git a/nano.1.html b/nano.1.html
index 21914968..1234256d 100644
--- a/nano.1.html
+++ b/nano.1.html
@@ -3,21 +3,11 @@ Content-type: text/html
Manpage of NANO
NANO
-Section: User Commands (1)
Updated: November 27, 2000
Index
+Section: User Commands (1)
Updated: December 2, 2000
Index
Return to Main Contents
-
-
-
-
-
-
-
-
-
-
NAME
@@ -43,15 +33,13 @@ command.
-nano was originally known as TIP (TIP Isn't Pico). It is a small,
-free and friendly editor which aims to replace Pico, the default editor
-included in the non-free Pine package. Rather than just copying Pico's
-look and feel,
+nano is a small, free and friendly editor which aims to replace
+Pico, the default editor included in the non-free Pine package. Rather
+than just copying Pico's look and feel,
nano
-also implements some missing (or disabled by
-default) features in Pico, such as "search and replace" and "goto line
-number".
+also implements some missing (or disabled by default) features in Pico,
+such as "search and replace" and "goto line number".
OPTIONS
@@ -129,26 +117,42 @@ Enable suspend ability.
Places cursor at LINE on startup.
+NOTES
+
+Nano will try to dump the buffer into an emergency file in some cases.
+Mainly, this will happen if Nano recieves a SIGHUP 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 finename. Nano will not write this file if a previous one
+exists in the current directory.
+
BUGS
Please send any comments or bug reports to
+
+
nano@nano-editor.org.
+
+
The nano mailing list is available from
+
+
nano-devel@lists.sourceforge.net.
To subscribe, email to nano-devel-request@lists.sourceforge.net with a
subject of "subscribe".
-
+
HOMEPAGE
http://www.nano-editor.org
-
+
AUTHOR
-Chris Allegretta <chrisa@asty.org>, et al. This manual page was
-originally written by Jordi Mallach <jordi@sindominio.net>, for the Debian
-GNU/Linux system (but may be used by others).
+Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details).
+This manual page was originally written by Jordi Mallach
+<jordi@sindominio.net>, for the Debian GNU/Linux system (but may be
+used by others).
@@ -158,14 +162,15 @@ GNU/Linux system (but may be used by others).
SYNOPSIS
DESCRIPTION
OPTIONS
-BUGS
-HOMEPAGE
-AUTHOR
+NOTES
+BUGS
+HOMEPAGE
+AUTHOR
This document was created by
man2html,
using the manual pages.
-Time: 21:33:46 GMT, November 19, 2000
+Time: 04:21:24 GMT, December 03, 2000