Commit fc6ef3e1 authored by Jordi Mallach's avatar Jordi Mallach
Browse files

doc/man/nano.1: Avoid a groff warning by prepending a zero-width space to a line starting with '.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4470 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 8d41fb8c
Showing with 5 additions and 1 deletion
+5 -1
2009-12-26 Jordi Mallach <jordi@gnu.org>
* doc/man/nano.1: Avoid a groff warning by prepending a zero-width
space to a line starting with '.
2009-12-22 Chris Allegretta <chrisa@asty.org> 2009-12-22 Chris Allegretta <chrisa@asty.org>
* files.c (write_file): Fix compatibility with previous stat fix and tiny mode. * files.c (write_file): Fix compatibility with previous stat fix and tiny mode.
......
...@@ -209,7 +209,7 @@ Enable suspend ability. ...@@ -209,7 +209,7 @@ Enable suspend ability.
.B \-$ (\-\-softwrap) .B \-$ (\-\-softwrap)
Enable 'soft wrapping'. \fBnano\fP will attempt to display the entire 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 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 this option last when using other options (e.g. 'nano \-wS$') or pass it
separately (e.g. 'nano \-wS \-$'). separately (e.g. 'nano \-wS \-$').
.TP .TP
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment