merge a few minor updates from nano.1 into rnano.1

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3205 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-11-21 16:16:38 +00:00
parent 7949e6ae09
commit fa35aef359
2 changed files with 39 additions and 31 deletions

View File

@ -228,7 +228,8 @@ CVS code -
- Make one non-bold instance of "nano" bold, for consistency. - Make one non-bold instance of "nano" bold, for consistency.
(DLR) (DLR)
- doc/rnano.1: - doc/rnano.1:
- Add rnano.1 manpage from Thijs Kinkhorst. (Jordi) - Add rnano.1 manpage from Thijs Kinkhorst. (Jordi) DLR: Merge
a few minor updates from nano.1.
- doc/nano.texi: - doc/nano.texi:
- Fix inconsistent wording and punctuation. (DLR) - Fix inconsistent wording and punctuation. (DLR)
- Add missing configure options. (Mike Frysinger, minor tweaks - Add missing configure options. (Mike Frysinger, minor tweaks

View File

@ -9,67 +9,74 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH RNANO 1 "November 16, 2005" .TH RNANO 1 "November 21, 2005"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.SH NAME .SH NAME
rnano \- Restricted mode for Nano's ANOther editor, an enhanced free Pico Clone rnano \- Restricted mode for Nano's ANOther editor, an enhanced free
Pico clone
.SH SYNOPSIS .SH SYNOPSIS
.B rnano .B rnano
.RI [options]\ [+LINE] " file" .I [\+LINE,COLUMN]\ [options]\ [file]
.br .br
.SH DESCRIPTION .SH DESCRIPTION
This manual page documents briefly the This manual page documents briefly the \fBrnano\fP command.
.B rnano
command.
.PP .PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics, .\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
.\" respectively. .\" 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. Rather
than just copying Pico's look and feel, than just copying Pico's look and feel, \fBnano\fP also implements some
.B nano missing (or disabled by default) features in Pico, such as "search and
also implements some missing (or disabled by default) features in Pico, replace" and "go to line number".
such as "search and replace" and "goto line number". .PP
.br \fBrnano\fP is a restricted version of \fBnano\fP, which only edits
.B rnano specific files and doesn't allow the user access to the filesystem or a
is a restricted version of \fBnano\fP, which only edits specific files and doesn't command shell.
allow the user access to the filesystem or a command shell.
.PP .PP
In restricted mode, \fBnano\fP will \fInot\fP: In restricted mode, \fBnano\fP will \fInot\fP:
.IP \[bu] 2 .IP \[bu] 2
read or write to any file not specified on the command line; read or write to any file not specified on the command line;
.IP \[bu] .IP \[bu]
read any \fInanorc\fP files; read any nanorc files;
.IP \[bu] .IP \[bu]
allow suspending; allow suspending;
.IP \[bu] .IP \[bu]
allow a file to be appended to, prepended to, or saved under a allow a file to be appended to, prepended to, or saved under a different
different name; name;
.IP \[bu] .IP \[bu]
use backup files and spell checking. use backup files or spell checking.
.SH OPTIONS .SH OPTIONS
.TP .TP
.B \-V (\-\-version) .B \-?
Show the current version number and author. Same as \fB-h (\-\-help)\fP.
.TP .TP
.B \-h (\-\-help) .B \-h (\-\-help)
Display a summary of command line options. Display a summary of command line options.
.TP .TP
See the \fBnano\fP(1) manpage for the complete documentation of nano. .B \-V (\-\-version)
Show the current version number and author.
.PP
See the \fBnano\fP(1) manpage for the complete documentation of
\fBnano\fP.
.SH BUGS .SH BUGS
Please send any comments or bug reports to Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
.B nano@nano-editor.org.
.br The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
The nano mailing list is available from
.B nano-devel@lists.sourceforge.net. To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
To subscribe, email to nano-devel-request@lists.sourceforge.net with a of "subscribe".
subject of "subscribe".
.SH HOMEPAGE .SH HOMEPAGE
http://www.nano-editor.org/ http://www.nano-editor.org/
.SH AUTHOR .SH AUTHOR
Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details). Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details).
This manual page was originally written by Thijs Kinkhorst This manual page was originally written by Thijs Kinkhorst
<thijs@kinkhorst.com>, for the Debian system (but may be <thijs@kinkhorst.com>, for the Debian system (but may be used by
used by others). others).