docs: set "foreign" software in italics, not bold

As libmagic, ncurses, and terminfo are software components that
aren't topics of nano's own man pages, use italics for them.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
G. Branden Robinson
2026-04-23 17:59:56 -05:00
committed by Benno Schulenberg
parent 286aefa34a
commit 269b96b703
2 changed files with 9 additions and 9 deletions

View File

@@ -169,9 +169,9 @@ text. (The color of the stripe can be changed with \fBset \%stripecolor\fR
in your \fInanorc\fR file.)
.TP
.BR \-K ", " \-\-rawsequences
Interpret escape sequences directly, instead of asking \fB\%ncurses\fR
Interpret escape sequences directly, instead of asking \fI\%ncurses\fR
to translate them. (If you need this option to get some keys to work
properly, it means that the \fB\%terminfo\fR terminal description that
properly, it means that the \fI\%terminfo\fR terminal description that
is used does not fully match the actual behavior of your terminal.
This can happen when you ssh into a BSD machine, for example.)
Using this option disables \fBnano\fR's mouse support.
@@ -380,7 +380,7 @@ List the names of the available syntaxes and exit.
.TP
.BR \-! ", " \-\-magic
When neither the file's name nor its first line give a clue,
try using libmagic to determine the applicable syntax.
try using \fI\%libmagic\fR to determine the applicable syntax.
.TP
.BR \-@ ", " \-\-colonparsing
When a filename given on the command line ends in a colon plus digits

View File

@@ -205,8 +205,8 @@ Enable vim-style lock-files for when editing files.
.TP
.B set magic
When neither the file's name nor its first line give a clue,
try using libmagic to determine the applicable syntax.
(Calling libmagic can be relatively time consuming.
try using \fI\%libmagic\fR to determine the applicable syntax.
(Calling \fI\%libmagic\fR can be relatively time consuming.
It is therefore not done by default.)
.TP
.BI "set matchbrackets """ characters """"
@@ -303,9 +303,9 @@ This makes it possible to rejustify blocks of quoted text when composing
email, and to rewrap blocks of line comments when writing source code.
.TP
.B set rawsequences
Interpret escape sequences directly, instead of asking \fB\%ncurses\fR
Interpret escape sequences directly, instead of asking \fIn\%curses\fR
to translate them. (If you need this option to get some keys to work
properly, it means that the \fB\%terminfo\fR terminal description that is used
properly, it means that the \fI\%terminfo\fR terminal description that is used
does not fully match the actual behavior of your terminal. This can
happen when you ssh into a BSD machine, for example.)
Using this option disables \fBnano\fR's mouse support.
@@ -510,9 +510,9 @@ to determine whether this syntax should be used for it.
.BI "magic """ regex """ " \fR...
If no \fIfileregex\fR matched and no \fBheader\fR regex matched
either, then compare this \fIregex\fR (or regexes) against the
result of querying the \fBmagic\fR database about the current
result of querying the \fImagic\fR database about the current
file, to determine whether this syntax should be used for it.
(This querying is done only when \fBlibmagic\fR is actually installed
(This querying is done only when \fI\%libmagic\fR is actually installed
on the system and \fB\-\-magic\fR or \fBset \%magic\fR was given.)
.TP
.BI formatter " program " \fR[ "argument " \fR...]