~mfisch/nano/update_to_2.3.1

1.1.4 by Jordi Mallach
Import upstream version 1.3.10
1
.\" Hey, EMACS: -*- nroff -*-
1.1.13 by Jordi Mallach
Import upstream version 2.0.7
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
.\"
1.1.14 by Jordi Mallach
Import upstream version 2.0.9
22
.\" $Id: rnano.1 4188 2007-12-08 04:27:44Z dolorous $
1.1.13 by Jordi Mallach
Import upstream version 2.0.7
23
.TH RNANO 1 "version 2.0.0" "August 23, 2007"
1.1.4 by Jordi Mallach
Import upstream version 1.3.10
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
29
30
.SH SYNOPSIS
31
.B rnano
1.1.7 by Jordi Mallach
Import upstream version 1.9.99pre3
32
.I [OPTIONS]\ [[\+LINE,COLUMN]\ FILE]...
1.1.4 by Jordi Mallach
Import upstream version 1.3.10
33
.br
34
35
.SH DESCRIPTION
1.1.6 by Jordi Mallach
Import upstream version 1.3.12
36
This manual page briefly documents the \fBrnano\fP command.
1.1.4 by Jordi Mallach
Import upstream version 1.3.10
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
1.1.8 by Jordi Mallach
Import upstream version 2.0.0
45
replace" and "go to line and column number".
1.1.4 by Jordi Mallach
Import upstream version 1.3.10
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.
63
64
.SH OPTIONS
65
.TP
1.1.7 by Jordi Mallach
Import upstream version 1.9.99pre3
66
.B \+\fILINE\fP,\fICOLUMN\fP
1.1.6 by Jordi Mallach
Import upstream version 1.3.12
67
Places cursor at line number \fILINE\fP and column number \fICOLUMN\fP
1.1.7 by Jordi Mallach
Import upstream version 1.9.99pre3
68
(at least one of which must be specified) on startup, instead of the
69
default of line 1, column 1.
1.1.6 by Jordi Mallach
Import upstream version 1.3.12
70
.TP
1.1.4 by Jordi Mallach
Import upstream version 1.3.10
71
.B \-?
72
Same as \fB-h (\-\-help)\fP.
73
.TP
74
.B \-h (\-\-help)
1.1.6 by Jordi Mallach
Import upstream version 1.3.12
75
Show a summary of command line options and exit.
1.1.4 by Jordi Mallach
Import upstream version 1.3.10
76
.TP
77
.B \-V (\-\-version)
1.1.6 by Jordi Mallach
Import upstream version 1.3.12
78
Show the current version number and exit.
1.1.4 by Jordi Mallach
Import upstream version 1.3.10
79
.PP
80
See the \fBnano\fP(1) manpage for the complete documentation of
81
\fBnano\fP.
82
83
.SH BUGS
84
Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
85
86
The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
87
88
To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
89
of "subscribe".
90
91
.SH HOMEPAGE
92
http://www.nano-editor.org/
93
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).