nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit e916d673890045acddbfd014d4f500e4230c6492
parent 51b1b2f1aacaf7d572f0b35f831c93d1ed3fb857
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 16 Apr 2006 22:39:15 +0000

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

Diffstat:
MChangeLog | 2++
Mdoc/texinfo/nano.texi | 8++++----
2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -94,6 +94,8 @@ CVS code - - Change license to GPL, in order to match the rest of the documentation, and because the current license is incompatible 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: - Updated manpage translations by Jean-Philippe Guérard. - doc/nanorc.sample: diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -148,10 +148,10 @@ character. @item -R, --restricted 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 -to 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 -beginning with 'r' (e.g. "rnano"). +command line; read any nanorc files; allow suspending; allow a file to +be appended to, prepended to, or saved under a different name if it +already has one; or use backup files or spell checking. Also accessible +by invoking @code{nano} with any name beginning with 'r' (e.g. "rnano"). @item -S, --smooth Enable smooth scrolling.