diff --git a/ChangeLog b/ChangeLog index 8680d5bb..80f4bbe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-26 Jordi Mallach + * doc/man/nano.1: Avoid a groff warning by prepending a zero-width + space to a line starting with '. + 2009-12-22 Chris Allegretta * files.c (write_file): Fix compatibility with previous stat fix and tiny mode. diff --git a/doc/man/nano.1 b/doc/man/nano.1 index adab0c45..a1ef3270 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -209,7 +209,7 @@ Enable suspend ability. .B \-$ (\-\-softwrap) Enable 'soft wrapping'. \fBnano\fP will attempt to display the entire contents of a line, even if it is longer than the screen width. Since -'$' normally refers to a variable in the Unix shell, you should specify +\&'$' normally refers to a variable in the Unix shell, you should specify this option last when using other options (e.g. 'nano \-wS$') or pass it separately (e.g. 'nano \-wS \-$'). .TP