2005-11-21 12:36:11 +03:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
2006-03-30 11:07:48 +04:00
|
|
|
.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
|
|
|
|
.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
|
|
|
|
.\" Mallach <jordi@debian.org>.
|
2005-11-21 12:36:11 +03:00
|
|
|
.\"
|
2006-03-30 11:07:48 +04:00
|
|
|
.\" This is free documentation, see the latest version of the GNU
|
|
|
|
.\" General Public License for copying conditions. There is NO
|
|
|
|
.\" warranty.
|
2005-11-21 12:36:11 +03:00
|
|
|
.\"
|
2005-11-23 08:46:10 +03:00
|
|
|
.\" $Id$
|
2006-04-27 23:06:05 +04:00
|
|
|
.TH RNANO 1 "version 1.3.12" "April 27, 2006"
|
2005-11-21 12:36:11 +03:00
|
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
|
|
.\"
|
|
|
|
.SH NAME
|
2005-11-21 19:16:38 +03:00
|
|
|
rnano \- Restricted mode for Nano's ANOther editor, an enhanced free
|
|
|
|
Pico clone
|
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B rnano
|
2005-11-21 19:16:38 +03:00
|
|
|
.I [\+LINE,COLUMN]\ [options]\ [file]
|
2005-11-21 12:36:11 +03:00
|
|
|
.br
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH DESCRIPTION
|
2006-04-13 07:57:12 +04:00
|
|
|
This manual page briefly documents the \fBrnano\fP command.
|
2005-11-21 12:36:11 +03:00
|
|
|
.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
|
|
|
|
Pico, the default editor included in the non-free Pine package. Rather
|
2005-11-21 19:16:38 +03:00
|
|
|
than just copying Pico's look and feel, \fBnano\fP also implements some
|
|
|
|
missing (or disabled by default) features in Pico, such as "search and
|
|
|
|
replace" and "go to line number".
|
|
|
|
.PP
|
|
|
|
\fBrnano\fP is a restricted version of \fBnano\fP, which only edits
|
|
|
|
specific files and doesn't allow the user access to the filesystem or a
|
|
|
|
command shell.
|
2005-11-21 12:36:11 +03:00
|
|
|
.PP
|
|
|
|
In restricted mode, \fBnano\fP will \fInot\fP:
|
|
|
|
.IP \[bu] 2
|
|
|
|
read or write to any file not specified on the command line;
|
|
|
|
.IP \[bu]
|
2005-11-21 19:16:38 +03:00
|
|
|
read any nanorc files;
|
2005-11-21 12:36:11 +03:00
|
|
|
.IP \[bu]
|
|
|
|
allow suspending;
|
|
|
|
.IP \[bu]
|
2005-11-21 19:16:38 +03:00
|
|
|
allow a file to be appended to, prepended to, or saved under a different
|
|
|
|
name;
|
2005-11-21 12:36:11 +03:00
|
|
|
.IP \[bu]
|
2005-11-21 19:16:38 +03:00
|
|
|
use backup files or spell checking.
|
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2005-11-21 19:16:38 +03:00
|
|
|
.B \-?
|
|
|
|
Same as \fB-h (\-\-help)\fP.
|
2005-11-21 12:36:11 +03:00
|
|
|
.TP
|
|
|
|
.B \-h (\-\-help)
|
|
|
|
Display a summary of command line options.
|
|
|
|
.TP
|
2005-11-21 19:16:38 +03:00
|
|
|
.B \-V (\-\-version)
|
|
|
|
Show the current version number and author.
|
|
|
|
.PP
|
|
|
|
See the \fBnano\fP(1) manpage for the complete documentation of
|
|
|
|
\fBnano\fP.
|
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH BUGS
|
2005-11-21 19:16:38 +03:00
|
|
|
Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
|
|
|
|
|
|
|
|
The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
|
|
|
|
|
|
|
|
To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
|
|
|
|
of "subscribe".
|
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH HOMEPAGE
|
|
|
|
http://www.nano-editor.org/
|
2005-11-21 19:16:38 +03:00
|
|
|
|
2005-11-21 12:36:11 +03:00
|
|
|
.SH AUTHOR
|
|
|
|
Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details).
|
|
|
|
This manual page was originally written by Thijs Kinkhorst
|
2005-11-21 19:16:38 +03:00
|
|
|
<thijs@kinkhorst.com>, for the Debian system (but may be used by
|
|
|
|
others).
|