nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit a408edd4866e6eedd4fc6a818355898fd855e062
parent 47805612c3262ff3fae93e798aea10c4beb2499a
Author: Chris Allegretta <chrisa@asty.org>
Date:   Fri,  7 Jul 2000 04:20:09 +0000

Updated man page slightly and redid html man page


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@81 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mnano.1 | 2+-
Mnano.1.html | 7++++++-
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/nano.1 b/nano.1 @@ -44,7 +44,7 @@ Set the size (width) of a tab, if supported by your curses library. .TP .B \-R (\-\-regexp) Enable regular expression matching for search strings, as well as -\\n subexpression replacement for replace strings. +\\n subexpression replacement for replace strings, if available. .TP .B \-V (\-\-version) Show the current version number and author. diff --git a/nano.1.html b/nano.1.html @@ -60,6 +60,11 @@ number&quot;. <DD> Set the size (width) of a tab, if supported by your curses library. +<DT><B>-R (--regexp)</B> + +<DD> +Enable regular expression matching for search strings, as well as +\n subexpression replacement for replace strings, if available. <DT><B>-V (--version)</B> <DD> @@ -157,6 +162,6 @@ GNU/Linux system (but may be 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:19:33 GMT, June 21, 2000 +Time: 04:20:00 GMT, July 07, 2000 </BODY> </HTML>