docs: fix three unescaped hyphens before option names

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
G. Branden Robinson
2026-04-23 17:58:36 -05:00
committed by Benno Schulenberg
parent 09db112412
commit 6fe93a6c3f
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ nano \- Nano's ANOther text editor, inspired by Pico
Since version 9.0, all lines are scrolled horizontally together
(when the cursor approaches the edge), by just the amount needed,
instead of scrolling only the current line by a large step.
If you prefer the old behavior, you can use \fB--solo\fR on the
If you prefer the old behavior, you can use \fB\-\-solo\fR on the
command line or \fBset \%solosidescroll\fR in your \fInanorc\fR.
.sp
Also since version 9.0, keystrokes \fBM-<\fR and \fBM->\fR have
@@ -267,7 +267,7 @@ instead of always at the edge of the screen.
.BR \-b ", " \-\-breaklonglines
Automatically hard-wrap the current line when it becomes overlong,
that is: when it becomes wider than the value given with \fB\-r\fR
(\fB\-\-fill\fR). The default value for \fB-r\fR is the terminal's
(\fB\-\-fill\fR). The default value for \fB\-r\fR is the terminal's
width minus eight.
(This option is the opposite of \fB\-w\fR (\fB\-\-nowrap\fR) \[em]
the last one given takes effect.)

View File

@@ -35,7 +35,7 @@ whichever is encountered first. If \fB\-\-rcfile\fR is given,
Since version 9.0, all lines are scrolled horizontally together
(when the cursor approaches the edge), by just the amount needed,
instead of scrolling only the current line by a large step.
If you prefer the old behavior, you can use \fB--solo\fR on the
If you prefer the old behavior, you can use \fB\-\-solo\fR on the
command line or \fBset \%solosidescroll\fR in your \fInanorc\fR.
.sp
Also since version 9.0, keystrokes \fBM-<\fR and \fBM->\fR have