in nano.texi, mention that backup files and spell checking are disabled

in restricted mode, as rnano.1 does


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3388 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-04-16 22:39:15 +00:00
parent 51b1b2f1aa
commit e916d67389
2 changed files with 6 additions and 4 deletions

View File

@ -94,6 +94,8 @@ CVS code -
- Change license to GPL, in order to match the rest of the - Change license to GPL, in order to match the rest of the
documentation, and because the current license is incompatible documentation, and because the current license is incompatible
with everything else in any case. (DLR) with everything else in any case. (DLR)
- Mention that backup files and spell checking are disabled in
restricted mode, as rnano.1 does. (DLR)
- doc/man/fr/nano.1, doc/man/fr/nanorc.5, doc/man/fr/rnano.1: - doc/man/fr/nano.1, doc/man/fr/nanorc.5, doc/man/fr/rnano.1:
- Updated manpage translations by Jean-Philippe Guérard. - Updated manpage translations by Jean-Philippe Guérard.
- doc/nanorc.sample: - doc/nanorc.sample:

View File

@ -148,10 +148,10 @@ character.
@item -R, --restricted @item -R, --restricted
Restricted mode: Don't read or write to any file not specified on the Restricted mode: Don't read or write to any file not specified on the
command line, read any nanorc files, allow suspending, or allow a file command line; read any nanorc files; allow suspending; allow a file to
to be appended to, prepended to, or saved under a different name if it be appended to, prepended to, or saved under a different name if it
already has one. Also accessible by invoking @code{nano} with any name already has one; or use backup files or spell checking. Also accessible
beginning with 'r' (e.g. "rnano"). by invoking @code{nano} with any name beginning with 'r' (e.g. "rnano").
@item -S, --smooth @item -S, --smooth
Enable smooth scrolling. Enable smooth scrolling.