docs: add a light warning to the explanation of --nonewlines

master
Benno Schulenberg 2019-06-04 19:54:58 +02:00
parent a6978b54f1
commit edbdcb9b9a
3 changed files with 8 additions and 4 deletions

View File

@ -121,7 +121,8 @@ properly, please report a bug. Using this option disables \fBnano\fR's
mouse support. mouse support.
.TP .TP
.BR \-L ", " \-\-nonewlines .BR \-L ", " \-\-nonewlines
Don't automatically add a newline when a file does not end with one. Don't automatically add a newline when a text does not end with one.
(This can cause you to save non-POSIX text files.)
.TP .TP
.BR \-M ", " \-\-trimblanks .BR \-M ", " \-\-trimblanks
Snip trailing whitespace from the wrapped line when automatic Snip trailing whitespace from the wrapped line when automatic

View File

@ -214,7 +214,8 @@ mouse support.
@item -L @item -L
@itemx --nonewlines @itemx --nonewlines
Don't automatically add a newline when a file does not end with one. Don't automatically add a newline when a text does not end with one.
(This can cause you to save non-POSIX text files.)
@item -M @item -M
@itemx --trimblanks @itemx --trimblanks
@ -831,7 +832,8 @@ Don't convert files from DOS/Mac format.
Don't display the help lists at the bottom of the screen. Don't display the help lists at the bottom of the screen.
@item set nonewlines @item set nonewlines
Don't automatically add a newline when a file does not end with one. Don't automatically add a newline when a text does not end with one.
(This can cause you to save non-POSIX text files.)
@item set nopauses @item set nopauses
Don't pause between warnings at startup. This means that only Don't pause between warnings at startup. This means that only

View File

@ -181,7 +181,8 @@ Don't convert files from DOS/Mac format.
Don't display the two help lines at the bottom of the screen. Don't display the two help lines at the bottom of the screen.
.TP .TP
.B set nonewlines .B set nonewlines
Don't automatically add a newline when a file does not end with one. Don't automatically add a newline when a text does not end with one.
(This can cause you to save non-POSIX text files.)
.TP .TP
.B set nopauses .B set nopauses
Don't pause between warnings at startup. This means that only Don't pause between warnings at startup. This means that only