2005-11-21 09:36:11 +00:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
2006-03-30 07:07:48 +00:00
|
|
|
.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
|
|
|
|
.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
|
2006-07-12 16:50:43 +00:00
|
|
|
.\" Mallach <jordi@gnu.org>.
|
2005-11-21 09:36:11 +00:00
|
|
|
.\"
|
2006-03-30 07:07:48 +00: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 09:36:11 +00:00
|
|
|
.\"
|
2005-11-23 05:46:10 +00:00
|
|
|
.\" $Id$
|
2006-07-12 16:50:43 +00:00
|
|
|
.TH RNANO 1 "version 1.9.99pre1" "July 12, 2006"
|
2005-11-21 09:36:11 +00:00
|
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
|
|
.\"
|
|
|
|
.SH NAME
|
2005-11-21 16:16:38 +00:00
|
|
|
rnano \- Restricted mode for Nano's ANOther editor, an enhanced free
|
|
|
|
Pico clone
|
|
|
|
|
2005-11-21 09:36:11 +00:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B rnano
|
2006-06-26 04:39:31 +00:00
|
|
|
.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
|
2005-11-21 09:36:11 +00:00
|
|
|
.br
|
2005-11-21 16:16:38 +00:00
|
|
|
|
2005-11-21 09:36:11 +00:00
|
|
|
.SH DESCRIPTION
|
2006-04-13 03:57:12 +00:00
|
|
|
This manual page briefly documents the \fBrnano\fP command.
|
2005-11-21 09:36:11 +00: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 16:16:38 +00: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 09:36:11 +00: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 16:16:38 +00:00
|
|
|
read any nanorc files;
|
2005-11-21 09:36:11 +00:00
|
|
|
.IP \[bu]
|
|
|
|
allow suspending;
|
|
|
|
.IP \[bu]
|
2005-11-21 16:16:38 +00:00
|
|
|
allow a file to be appended to, prepended to, or saved under a different
|
|
|
|
name;
|
2005-11-21 09:36:11 +00:00
|
|
|
.IP \[bu]
|
2005-11-21 16:16:38 +00:00
|
|
|
use backup files or spell checking.
|
|
|
|
|
2005-11-21 09:36:11 +00:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2006-06-26 04:39:31 +00:00
|
|
|
.B \+\fILINE\fP,\fICOLUMN\fP
|
2006-05-01 13:43:02 +00:00
|
|
|
Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
|
2006-06-26 04:39:31 +00:00
|
|
|
(at least one of which must be specified) on startup, instead of the
|
|
|
|
default of line 1, column 1.
|
2006-05-01 13:43:02 +00:00
|
|
|
.TP
|
2005-11-21 16:16:38 +00:00
|
|
|
.B \-?
|
|
|
|
Same as \fB-h (\-\-help)\fP.
|
2005-11-21 09:36:11 +00:00
|
|
|
.TP
|
|
|
|
.B \-h (\-\-help)
|
2006-05-01 13:22:47 +00:00
|
|
|
Show a summary of command line options and exit.
|
2005-11-21 09:36:11 +00:00
|
|
|
.TP
|
2005-11-21 16:16:38 +00:00
|
|
|
.B \-V (\-\-version)
|
2006-05-01 13:22:47 +00:00
|
|
|
Show the current version number and exit.
|
2005-11-21 16:16:38 +00:00
|
|
|
.PP
|
|
|
|
See the \fBnano\fP(1) manpage for the complete documentation of
|
|
|
|
\fBnano\fP.
|
|
|
|
|
2005-11-21 09:36:11 +00:00
|
|
|
.SH BUGS
|
2005-11-21 16:16:38 +00: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 09:36:11 +00:00
|
|
|
.SH HOMEPAGE
|
|
|
|
http://www.nano-editor.org/
|
2005-11-21 16:16:38 +00:00
|
|
|
|
2005-11-21 09:36:11 +00: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 16:16:38 +00:00
|
|
|
<thijs@kinkhorst.com>, for the Debian system (but may be used by
|
|
|
|
others).
|