1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1094 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
Chris Allegretta 2002-03-04 12:15:44 +00:00
родитель d76ca2bc9f
Коммит 309aa50fda
3 изменённых файлов: 13 добавлений и 2 удалений

3
nano.1
Просмотреть файл

@ -48,6 +48,9 @@ Write file in Mac format.
.B \-N (\-\-noconvert) .B \-N (\-\-noconvert)
Disable automatic conversion of files from DOS/Mac format. Disable automatic conversion of files from DOS/Mac format.
.TP .TP
.B \-Q [str] (\-\-quotestr=[str])
Set the quoting string for justifying. The default is "> ".
.TP
.B \-R (\-\-regexp) .B \-R (\-\-regexp)
Enable regular expression matching for search strings, as well as Enable regular expression matching for search strings, as well as
\\n subexpression replacement for replace strings, if available. \\n subexpression replacement for replace strings, if available.

Просмотреть файл

@ -62,6 +62,14 @@ under nano.
<DD> <DD>
Write file in Mac format. 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> <DT><B>-R (--regexp)</B>
<DD> <DD>
@ -213,6 +221,6 @@ used by others).
This document was created by This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>, <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR> using the manual pages.<BR>
Time: 13:37:58 GMT, February 01, 2002 Time: 12:14:20 GMT, March 04, 2002
</BODY> </BODY>
</HTML> </HTML>

2
nano.c
Просмотреть файл

@ -441,7 +441,7 @@ void usage(void)
#ifndef DISABLE_JUSTIFY #ifndef DISABLE_JUSTIFY
printf printf
(_ (_
(" -Q [str] --quotestr [num] Quoting string, default \"> \"\n")); (" -Q [str] --quotestr [str] Quoting string, default \"> \"\n"));
#endif #endif
#ifndef NANO_SMALL #ifndef NANO_SMALL
printf(_ printf(_