Escape dashes in xzmore.1
A minus sign is larger, easier to see in a printout, and more likely to use the same glyph as ASCII hyphen-minus in a terminal than a hyphen. Since broken manual pagers do not find hyphens when the user searches for a hyphen-minus, minus signs are also easier to search for. So use minus signs instead of hyphens to render sample terminal output.
This commit is contained in:
parent
7b7fe902d9
commit
78e92c1847
|
@ -31,14 +31,14 @@ The name
|
||||||
is provided for backward compatibility with LZMA Utils.
|
is provided for backward compatibility with LZMA Utils.
|
||||||
.TP
|
.TP
|
||||||
.BR e " or " q
|
.BR e " or " q
|
||||||
When the prompt --More--(Next file:
|
When the prompt \-\-More\-\-(Next file:
|
||||||
.IR file )
|
.IR file )
|
||||||
is printed, this command causes
|
is printed, this command causes
|
||||||
.B xzmore
|
.B xzmore
|
||||||
to exit.
|
to exit.
|
||||||
.TP
|
.TP
|
||||||
.B s
|
.B s
|
||||||
When the prompt --More--(Next file:
|
When the prompt \-\-More\-\-(Next file:
|
||||||
.IR file )
|
.IR file )
|
||||||
is printed, this command causes
|
is printed, this command causes
|
||||||
.B xzmore
|
.B xzmore
|
||||||
|
|
Loading…
Reference in New Issue