Also, say "GNU nano" instead of "version". Having the name of the software on the left and the date in the middle aligns better with preponderant practice. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
78 lines
2.4 KiB
Groff
78 lines
2.4 KiB
Groff
.\" Copyright (C) 2002-2007, 2014-2026 Free Software Foundation, Inc.
|
|
.\"
|
|
.\" This document is dual-licensed. You may distribute and/or modify it
|
|
.\" under the terms of either of the following licenses:
|
|
.\"
|
|
.\" * The GNU General Public License, as published by the Free Software
|
|
.\" Foundation, version 3 or (at your option) any later version. You
|
|
.\" should have received a copy of the GNU General Public License
|
|
.\" along with this program. If not, see
|
|
.\" <https://www.gnu.org/licenses/>.
|
|
.\"
|
|
.\" * The GNU Free Documentation License, as published by the Free
|
|
.\" Software Foundation, version 1.2 or (at your option) any later
|
|
.\" version, with no Invariant Sections, no Front-Cover Texts, and no
|
|
.\" Back-Cover Texts. You should have received a copy of the GNU Free
|
|
.\" Documentation License along with this program. If not, see
|
|
.\" <https://www.gnu.org/licenses/>.
|
|
.\"
|
|
.TH RNANO 1 "April 2026" "GNU nano 9.0"
|
|
|
|
.SH NAME
|
|
rnano \- a restricted nano
|
|
|
|
.SH SYNOPSIS
|
|
.B rnano
|
|
.RI [ options "] [[\fB+" line [\fB, column "]] " file ]...
|
|
|
|
.SH DESCRIPTION
|
|
\fBrnano\fR runs the \fBnano\fR editor in restricted mode. This allows
|
|
editing only the \fIfile\fR (or files) specified on the command line.
|
|
.sp
|
|
In restricted mode, \fBnano\fR will:
|
|
.RS 4
|
|
.IP \[bu] 2
|
|
not make backups;
|
|
.IP \[bu]
|
|
not read nor write the history files;
|
|
.IP \[bu]
|
|
not allow suspending;
|
|
.IP \[bu]
|
|
not allow spell checking;
|
|
.IP \[bu]
|
|
not allow running any command in the shell;
|
|
.IP \[bu]
|
|
not allow saving the current buffer under a different name;
|
|
.IP \[bu]
|
|
not allow inserting another file or opening a new buffer;
|
|
.IP \[bu]
|
|
not allow appending or prepending to any file.
|
|
.RE
|
|
.sp
|
|
As an exception, before the specified file or files, the nanorc files are
|
|
read, to allow customization. If customization should not be allowed,
|
|
use option \fB\-I\fR (\fB\-\-ignorercfiles\fR) as well.
|
|
.sp
|
|
When no \fIfile\fR is specified on the command line, the user may save
|
|
the contents that they type into the new buffer under any name, except
|
|
that existing files may not be overwritten. If the places where this
|
|
new file may be created should be limited, then additionally use the
|
|
option \fB\-o\fR (\fB\-\-operatingdir\fR).
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR \-h ", " \-\-help
|
|
Show the available command-line options and exit.
|
|
.P
|
|
For all existing options, see the \fBnano\fR(1) man page.
|
|
|
|
.SH BUGS
|
|
Please report bugs via
|
|
.IR https://savannah.gnu.org/bugs/?group=nano .
|
|
|
|
.SH HOMEPAGE
|
|
.I https://nano-editor.org/
|
|
|
|
.SH SEE ALSO
|
|
.BR nano (1)
|