From 309aa50fdaad12fc3c91124bff4464eba013df4a Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Mon, 4 Mar 2002 12:15:44 +0000 Subject: [PATCH] Fix typo and add man page git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1094 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- nano.1 | 3 +++ nano.1.html | 10 +++++++++- nano.c | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/nano.1 b/nano.1 index c4b1376c..5043a7cf 100644 --- 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. diff --git a/nano.1.html b/nano.1.html index 65efc077..ed748437 100644 --- a/nano.1.html +++ b/nano.1.html @@ -62,6 +62,14 @@ under nano.
Write file in Mac format. +
-N (--noconvert) + +
+Disable automatic conversion of files from DOS/Mac format. +
-Q [str] (--quotestr=[str]) + +
+Set the quoting string for justifying. The default is "> ".
-R (--regexp)
@@ -213,6 +221,6 @@ used by others). This document was created by man2html, using the manual pages.
-Time: 13:37:58 GMT, February 01, 2002 +Time: 12:14:20 GMT, March 04, 2002 diff --git a/nano.c b/nano.c index d1c0183e..d2a69798 100644 --- 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(_