diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2009-10-15 20:44:13 -0500 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-10-16 20:39:24 +0300 |
commit | 78e92c18470483e161388e679c1ee556adb3a691 (patch) | |
tree | f9b93b1acb667454985dab52cf6331ceb65299ff /src/scripts/xzmore.1 | |
parent | Mention --check=none in --long-help. It was already in (diff) | |
download | xz-78e92c18470483e161388e679c1ee556adb3a691.tar.xz |
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.
Diffstat (limited to 'src/scripts/xzmore.1')
-rw-r--r-- | src/scripts/xzmore.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/xzmore.1 b/src/scripts/xzmore.1 index a94e8326..42542bfe 100644 --- a/src/scripts/xzmore.1 +++ b/src/scripts/xzmore.1 @@ -31,14 +31,14 @@ The name is provided for backward compatibility with LZMA Utils. .TP .BR e " or " q -When the prompt --More--(Next file: +When the prompt \-\-More\-\-(Next file: .IR file ) is printed, this command causes .B xzmore to exit. .TP .B s -When the prompt --More--(Next file: +When the prompt \-\-More\-\-(Next file: .IR file ) is printed, this command causes .B xzmore |