]> git.wh0rd.org Git - nano.git/commitdiff
Fix typo and add man page
authorChris Allegretta <chrisa@asty.org>
Mon, 4 Mar 2002 12:15:44 +0000 (12:15 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 4 Mar 2002 12:15:44 +0000 (12:15 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1094 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.1
nano.1.html
nano.c

diff --git a/nano.1 b/nano.1
index c4b1376c02776b6c17cc0c38402817a04d1adaaf..5043a7cff7ecaea8b677304b2adce1aa8a24b676 100644 (file)
--- a/nano.1
+++ b/nano.1
@@ -48,6 +48,9 @@ Write file in Mac format.
 .B \-N (\-\-noconvert)
 Disable automatic conversion of files from DOS/Mac format.
 .TP
+.B \-Q [str] (\-\-quotestr=[str])
+Set the quoting string for justifying.  The default is "> ".
+.TP
 .B \-R (\-\-regexp)
 Enable regular expression matching for search strings, as well as
 \\n subexpression replacement for replace strings, if available.
index 65efc077c83b4fc4e8dfb5e4ff9dbe2bfd7e7c35..ed74843771958c4d8f5c2367251702300b97bd66 100644 (file)
@@ -62,6 +62,14 @@ under nano.
 
 <DD>
 Write file in Mac format.
+<DT><B>-N (--noconvert)</B>
+
+<DD>
+Disable automatic conversion of files from DOS/Mac format.
+<DT><B>-Q [str] (--quotestr=[str])</B>
+
+<DD>
+Set the quoting string for justifying.  The default is &quot;&gt; &quot;.
 <DT><B>-R (--regexp)</B>
 
 <DD>
@@ -213,6 +221,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: 13:37:58 GMT, February 01, 2002
+Time: 12:14:20 GMT, March 04, 2002
 </BODY>
 </HTML>
diff --git a/nano.c b/nano.c
index d1c0183efbe69f18caa6314d0764fc23a098da44..d2a69798dfb9572d763ae26f15b14c2e3a92f7d2 100644 (file)
--- a/nano.c
+++ b/nano.c
@@ -441,7 +441,7 @@ void usage(void)
 #ifndef DISABLE_JUSTIFY
     printf
        (_
-        (" -Q [str]    --quotestr [num]        Quoting string, default \"> \"\n"));
+        (" -Q [str]    --quotestr [str]        Quoting string, default \"> \"\n"));
 #endif
 #ifndef NANO_SMALL
     printf(_