Adding missing --poslog option to the texinfo file, plus some tweaks.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4756 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
e1f46a988a
Коммит
753d93dcf6
@ -1,5 +1,6 @@
|
|||||||
2014-04-08 Benno Schulenberg <bensberg@justemail.net>
|
2014-04-08 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* doc: Add the documentation for the new --noread option.
|
* doc: Add the documentation for the new --noread option.
|
||||||
|
* doc: Add missing --poslog option to the texinfo file, plus tweaks.
|
||||||
|
|
||||||
2014-04-08 Hans Alves <fonsvandeachterburen@gmail.com>
|
2014-04-08 Hans Alves <fonsvandeachterburen@gmail.com>
|
||||||
* nano.h, files.c, nano.c: Adding the command-line option --noread
|
* nano.h, files.c, nano.c: Adding the command-line option --noread
|
||||||
|
@ -32,14 +32,9 @@ nano \- Nano's ANOther editor, an enhanced free Pico clone
|
|||||||
.br
|
.br
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This manual page briefly documents the \fBnano\fP command.
|
|
||||||
.PP
|
|
||||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
|
||||||
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
|
|
||||||
.\" respectively.
|
|
||||||
\fBnano\fP is a small, free and friendly editor which aims to replace
|
\fBnano\fP is a small, free and friendly editor which aims to replace
|
||||||
Pico, the default editor included in the non-free Pine package. Rather
|
Pico, the default editor included in the non-free Pine package. On
|
||||||
than just copying Pico's look and feel, \fBnano\fP also implements some
|
top of copying Pico's look and feel, \fBnano\fP also implements some
|
||||||
missing (or disabled by default) features in Pico, such as "search and
|
missing (or disabled by default) features in Pico, such as "search and
|
||||||
replace" and "go to line and column number".
|
replace" and "go to line and column number".
|
||||||
|
|
||||||
@ -103,7 +98,8 @@ Disable automatic conversion of files from DOS/Mac format.
|
|||||||
Use the blank line below the titlebar as extra editing space.
|
Use the blank line below the titlebar as extra editing space.
|
||||||
.TP
|
.TP
|
||||||
.B \-P (\-\-poslog)
|
.B \-P (\-\-poslog)
|
||||||
Log & read location of cursor position.
|
Log and later read back the location of the cursor and place it there
|
||||||
|
again.
|
||||||
.TP
|
.TP
|
||||||
.B \-Q \fIstr\fP (\-\-quotestr=\fIstr\fP)
|
.B \-Q \fIstr\fP (\-\-quotestr=\fIstr\fP)
|
||||||
Set the quoting string for justifying. The default is
|
Set the quoting string for justifying. The default is
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
.\" <http://www.gnu.org/licenses/>.
|
.\" <http://www.gnu.org/licenses/>.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH RNANO 1 "version 2.0.0" "August 23, 2007"
|
.TH RNANO 1 "version 2.3.3" "April 2014"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -29,18 +29,13 @@ Pico clone
|
|||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B rnano
|
.B rnano
|
||||||
.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
|
.RI [ options "] [[\+" line , column "]\ " file "]..."
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This manual page briefly documents the \fBrnano\fP command.
|
|
||||||
.PP
|
|
||||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
|
||||||
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
|
|
||||||
.\" respectively.
|
|
||||||
\fBnano\fP is a small, free and friendly editor which aims to replace
|
\fBnano\fP is a small, free and friendly editor which aims to replace
|
||||||
Pico, the default editor included in the non-free Pine package. Rather
|
Pico, the default editor included in the non-free Pine package. On
|
||||||
than just copying Pico's look and feel, \fBnano\fP also implements some
|
top of copying Pico's look and feel, \fBnano\fP also implements some
|
||||||
missing (or disabled by default) features in Pico, such as "search and
|
missing (or disabled by default) features in Pico, such as "search and
|
||||||
replace" and "go to line and column number".
|
replace" and "go to line and column number".
|
||||||
.PP
|
.PP
|
||||||
@ -63,14 +58,6 @@ use backup files or spell checking.
|
|||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \+\fILINE\fP,\fICOLUMN\fP
|
|
||||||
Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
|
|
||||||
(at least one of which must be specified) on startup, instead of the
|
|
||||||
default of line 1, column 1.
|
|
||||||
.TP
|
|
||||||
.B \-?
|
|
||||||
Same as \fB-h (\-\-help)\fP.
|
|
||||||
.TP
|
|
||||||
.B \-h (\-\-help)
|
.B \-h (\-\-help)
|
||||||
Show a summary of command line options and exit.
|
Show a summary of command line options and exit.
|
||||||
.TP
|
.TP
|
||||||
|
@ -172,6 +172,10 @@ Don't convert files from DOS/Mac format.
|
|||||||
@item -O, --morespace
|
@item -O, --morespace
|
||||||
Use the blank line below the titlebar as extra editing space.
|
Use the blank line below the titlebar as extra editing space.
|
||||||
|
|
||||||
|
@item -P, --poslog
|
||||||
|
Log and later read back the location of the cursor and place it
|
||||||
|
there again.
|
||||||
|
|
||||||
@item -Q <str>, --quotestr=<str>
|
@item -Q <str>, --quotestr=<str>
|
||||||
Set the quoting string for justifying. The default value is
|
Set the quoting string for justifying. The default value is
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user