+2014-07-16 Jordi Mallach <jordi@gnu.org>
+ * doc/man/nano.1, doc/man/rnano.1: Add some escaping and formatting
+ fixes as suggested Bjarni Ingi Gislason <bjarniig@rhi.hi.is> in
+ Debian bugs #662842 and #726956.
+
2014-07-16 Benno Schulenberg <bensberg@justemail.net>
* src/text.c: Normalize the tabbing.
.SH SYNOPSIS
.B nano
-.RI [ options "] [[\+" line , column "]\ " file "]..."
+.RI [ options "] [[+" line , column "]\ " file "]..."
.br
.SH DESCRIPTION
.SH OPTIONS
.TP
-.B \+\fIline\fP,\fIcolumn\fP
+.B +\fIline\fP,\fIcolumn\fP
Places the cursor on line number \fIline\fP and at column number \fIcolumn\fP
(at least one of which must be specified) on startup, instead of the
default line 1, column 1.
entire contents of any line, even if it is longer than the screen width, by
continuing it over multiple screen lines. 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.
named \fInano.save\fP if the buffer didn't have a name already, or will
add a ".save" suffix to the current filename. If an emergency file with
that name already exists in the current directory, it will add ".save"
-plus a number (e.g. ".save.1") to the current filename in order to make
+plus a number (e.g.\& ".save.1") to the current filename in order to make
it unique. In multibuffer mode, \fBnano\fP will write all the open
buffers to their respective emergency files.