nano

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

commit 7f17777a4ba55b5deddccd52b19edeab677611fa
parent bcdb27416c91b01161d121a1f5c175d9bbf7c198
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 13 May 2023 17:28:48 +0200

docs: mention that a restricted nano does not access the history files

With some imagination, the lack of access could be inferred from the
other descriptions, but it's much better to be clear and explicit.

Also, separate two items that are unrelated and reshuffle them into
a neater order.

Triggered by https://savannah.gnu.org/bugs/?64181.

Diffstat:
Mdoc/rnano.1 | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/rnano.1 b/doc/rnano.1 @@ -32,15 +32,19 @@ access to the filesystem nor to a command shell. .sp In restricted mode, \fBnano\fR will: .IP \[bu] 2 +not make backups; +.IP \[bu] not allow suspending; .IP \[bu] +not allow spell checking; +.IP \[bu] +not read nor write the history files; +.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; -.IP \[bu] -not make backup files nor do spell checking. +not allow appending or prepending to any file. .SH OPTIONS .TP