rnano.1 2.35 KB
Newer Older
Jordi Mallach's avatar
Jordi Mallach committed
1
.\" Hey, EMACS: -*- nroff -*-
2
3
4
.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
.\" Mallach <jordi@debian.org>.
Jordi Mallach's avatar
Jordi Mallach committed
5
.\"
6
7
8
.\" This is free documentation, see the latest version of the GNU
.\" General Public License for copying conditions.  There is NO
.\" warranty.
Jordi Mallach's avatar
Jordi Mallach committed
9
.\"
David Lawrence Ramsey's avatar
David Lawrence Ramsey committed
10
.\" $Id$
David Lawrence Ramsey's avatar
David Lawrence Ramsey committed
11
.TH RNANO 1 "version 1.3.11" "April 13, 2006"
Jordi Mallach's avatar
Jordi Mallach committed
12
13
14
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
15
16
17
rnano \- Restricted mode for Nano's ANOther editor, an enhanced free
Pico clone

Jordi Mallach's avatar
Jordi Mallach committed
18
19
.SH SYNOPSIS
.B rnano
20
.I [\+LINE,COLUMN]\ [options]\ [file]
Jordi Mallach's avatar
Jordi Mallach committed
21
.br
22

Jordi Mallach's avatar
Jordi Mallach committed
23
.SH DESCRIPTION
David Lawrence Ramsey's avatar
David Lawrence Ramsey committed
24
This manual page briefly documents the \fBrnano\fP command.
Jordi Mallach's avatar
Jordi Mallach committed
25
26
27
28
29
30
.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
31
32
33
34
35
36
37
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.
Jordi Mallach's avatar
Jordi Mallach committed
38
39
40
41
42
.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]
43
read any nanorc files;
Jordi Mallach's avatar
Jordi Mallach committed
44
45
46
.IP \[bu]
allow suspending;
.IP \[bu]
47
48
allow a file to be appended to, prepended to, or saved under a different
name;
Jordi Mallach's avatar
Jordi Mallach committed
49
.IP \[bu]
50
51
use backup files or spell checking.

Jordi Mallach's avatar
Jordi Mallach committed
52
53
.SH OPTIONS
.TP
54
55
.B \-?
Same as \fB-h (\-\-help)\fP.
Jordi Mallach's avatar
Jordi Mallach committed
56
57
58
59
.TP
.B \-h (\-\-help)
Display a summary of command line options.
.TP
60
61
62
63
64
65
.B \-V (\-\-version)
Show the current version number and author.
.PP
See the \fBnano\fP(1) manpage for the complete documentation of
\fBnano\fP.

Jordi Mallach's avatar
Jordi Mallach committed
66
.SH BUGS
67
68
69
70
71
72
73
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".

Jordi Mallach's avatar
Jordi Mallach committed
74
75
.SH HOMEPAGE
http://www.nano-editor.org/
76

Jordi Mallach's avatar
Jordi Mallach committed
77
78
79
.SH AUTHOR
Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details).
This manual page was originally written by Thijs Kinkhorst
80
81
<thijs@kinkhorst.com>, for the Debian system (but may be used by
others).