Add Nano tool - user-friendly text editor
[tomato.git] / release / src / router / nano / doc / man / rnano.1
blob6b8a9b8a842e5c44f784bac742b8831aa2244b13
1 .\" Hey, EMACS: -*- nroff -*-
2 .\" Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
3 .\" Skeleton based on nano-tiny.1:
4 .\" Copyright (C) 2002 Free Software Foundation, Inc.
5 .\"
6 .\" This document is dual-licensed.  You may distribute and/or modify it
7 .\" under the terms of either of the following licenses:
8 .\"
9 .\" * The GNU General Public License, as published by the Free Software
10 .\"   Foundation, version 3 or (at your option) any later version.  You
11 .\"   should have received a copy of the GNU General Public License
12 .\"   along with this program.  If not, see
13 .\"   <http://www.gnu.org/licenses/>.
14 .\"
15 .\" * The GNU Free Documentation License, as published by the Free
16 .\"   Software Foundation, version 1.2 or (at your option) any later
17 .\"   version, with no Invariant Sections, no Front-Cover Texts, and no
18 .\"   Back-Cover Texts.  You should have received a copy of the GNU Free
19 .\"   Documentation License along with this program.  If not, see
20 .\"   <http://www.gnu.org/licenses/>.
21 .\"
22 .\" $Id: rnano.1 4188 2007-12-08 04:27:44Z dolorous $
23 .TH RNANO 1 "version 2.0.0" "August 23, 2007"
24 .\" Please adjust this date whenever revising the manpage.
25 .\"
26 .SH NAME
27 rnano \- Restricted mode for Nano's ANOther editor, an enhanced free
28 Pico clone
30 .SH SYNOPSIS
31 .B rnano
32 .I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
33 .br
35 .SH DESCRIPTION
36 This manual page briefly documents the \fBrnano\fP command.
37 .PP
38 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
39 .\" \fI<whatever>\fP escape sequences to invoke bold face and italics, 
40 .\" respectively.
41 \fBnano\fP is a small, free and friendly editor which aims to replace
42 Pico, the default editor included in the non-free Pine package. Rather
43 than just copying Pico's look and feel, \fBnano\fP also implements some
44 missing (or disabled by default) features in Pico, such as "search and
45 replace" and "go to line and column number".
46 .PP
47 \fBrnano\fP is a restricted version of \fBnano\fP, which only edits
48 specific files and doesn't allow the user access to the filesystem or a
49 command shell.
50 .PP
51 In restricted mode, \fBnano\fP will \fInot\fP:
52 .IP \[bu] 2
53 read or write to any file not specified on the command line;
54 .IP \[bu]
55 read any nanorc files;
56 .IP \[bu]
57 allow suspending;
58 .IP \[bu]
59 allow a file to be appended to, prepended to, or saved under a different
60 name;
61 .IP \[bu]
62 use backup files or spell checking.
64 .SH OPTIONS
65 .TP
66 .B \+\fILINE\fP,\fICOLUMN\fP
67 Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
68 (at least one of which must be specified) on startup, instead of the
69 default of line 1, column 1.
70 .TP
71 .B \-?
72 Same as \fB-h (\-\-help)\fP.
73 .TP
74 .B \-h (\-\-help)
75 Show a summary of command line options and exit.
76 .TP
77 .B \-V (\-\-version)
78 Show the current version number and exit.
79 .PP
80 See the \fBnano\fP(1) manpage for the complete documentation of
81 \fBnano\fP.
83 .SH BUGS
84 Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
86 The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
88 To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
89 of "subscribe".
91 .SH HOMEPAGE
92 http://www.nano-editor.org/
94 .SH AUTHOR
95 Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details).
96 This manual page was originally written by Thijs Kinkhorst
97 <thijs@kinkhorst.com>, for the Debian system (but may be used by
98 others).