diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-06-30 18:02:27 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2013-06-30 18:02:27 +0300 |
commit | a37ae8b5eb6093a530198f109c6f7a538c80ecf0 (patch) | |
tree | 9b3f672976e7b0d3a033fd66bb9d1a697f593c99 /src/scripts | |
parent | xz: Use non-blocking I/O for the output file. (diff) | |
download | xz-a37ae8b5eb6093a530198f109c6f7a538c80ecf0.tar.xz |
Man pages: Use similar syntax for synopsis as in xz.
The man pages of lzmainfo, xzmore, and xzdec had similar
constructs as the man page of xz had before the commit
eb6ca9854b8eb9fbf72497c1cf608d6b19d2d494. Eric S. Raymond
didn't mention these man pages in his bug report, but
it's nice to be consistent.
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/xzmore.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/xzmore.1 b/src/scripts/xzmore.1 index 30dad687..9613974e 100644 --- a/src/scripts/xzmore.1 +++ b/src/scripts/xzmore.1 @@ -4,15 +4,15 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZMORE 1 "2010-09-27" "Tukaani" "XZ Utils" +.TH XZMORE 1 "2013-06-30" "Tukaani" "XZ Utils" .SH NAME xzmore, lzmore \- view xz or lzma compressed (text) files .SH SYNOPSIS .B xzmore -.RI [ "filename ..." ] +.RI [ file... ] .br .B lzmore -.RI [ "filename ..." ] +.RI [ file... ] .SH DESCRIPTION .B xzmore is a filter which allows examination of |