From: Jordi Mallach Date: Wed, 2 Dec 2009 22:47:57 +0000 (+0000) Subject: Fix escaping of hyphens for the -$ option. X-Git-Tag: v2.2.1~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=42a390416e4855975e2de485ea26e88ade4dc042;p=nano.git Fix escaping of hyphens for the -$ option. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4454 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index cf931937..746b13b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2009-12-02 Jordi Mallach + * doc/man/nano.1: Fix escaping of hyphens for the -$ option. + 2009-12-01 Kamil Dudka * chars.c, file.c - Better handle unused results for things like mbtowc(), new macro IGNORE_CALL_RESULT. diff --git a/doc/man/nano.1 b/doc/man/nano.1 index a3acc3d6..adab0c45 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -210,8 +210,8 @@ Enable suspend ability. 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 -this option last when using other options (e.g. 'nano -wS$') or pass it -separately (e.g. 'nano -wS -$'). +this option last when using other options (e.g. 'nano \-wS$') or pass it +separately (e.g. 'nano \-wS \-$'). .TP .B \-a, \-b, \-e, \-f, \-g, \-j Ignored, for compatibility with Pico.