diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-27 23:29:34 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-09-27 23:29:34 +0300 |
commit | cec0ddc8ec4ce81685a51998b978e22167e461f9 (patch) | |
tree | ec8d24147a46b901f215ab3bed6cac17fa0108bc /src/scripts/xzmore.1 | |
parent | Fix the preset -3e. (diff) | |
download | xz-cec0ddc8ec4ce81685a51998b978e22167e461f9.tar.xz |
Major man page updates.
Lots of content was updated on the xz man page.
Technical improvements:
- Start a new sentence on a new line.
- Use fairly short lines.
- Use constant-width font for examples (where supported).
- Some minor cleanups.
Thanks to Jonathan Nieder for some language fixes.
Diffstat (limited to '')
-rw-r--r-- | src/scripts/xzmore.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/scripts/xzmore.1 b/src/scripts/xzmore.1 index 42542bfe..30dad687 100644 --- a/src/scripts/xzmore.1 +++ b/src/scripts/xzmore.1 @@ -4,22 +4,23 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZMORE 1 "2009-07-05" "Tukaani" "XZ Utils" +.TH XZMORE 1 "2010-09-27" "Tukaani" "XZ Utils" .SH NAME xzmore, lzmore \- view xz or lzma compressed (text) files .SH SYNOPSIS .B xzmore -.RI [ "filename ..." ] +.RI [ "filename ..." ] .br .B lzmore -.RI [ "filename ..." ] +.RI [ "filename ..." ] .SH DESCRIPTION .B xzmore is a filter which allows examination of .BR xz (1) or .BR lzma (1) -compressed text files one screenful at a time on a soft-copy terminal. +compressed text files one screenful at a time +on a soft-copy terminal. .PP To use a pager other than the default .B more, |