diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-06-21 22:04:45 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2013-06-21 22:04:45 +0300 |
commit | eb6ca9854b8eb9fbf72497c1cf608d6b19d2d494 (patch) | |
tree | 15e6ae93354a7a99e4bfb5caa79a1081a6542353 /src/xz/xz.1 | |
parent | xz: A couple of man page fixes. (diff) | |
download | xz-eb6ca9854b8eb9fbf72497c1cf608d6b19d2d494.tar.xz |
xz: Make the man page more friendly to doclifter.
Thanks to Eric S. Raymond.
Diffstat (limited to 'src/xz/xz.1')
-rw-r--r-- | src/xz/xz.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 696a2f49..e64d36a3 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -12,9 +12,10 @@ xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma fil . .SH SYNOPSIS .B xz -.RI [ option ]... -.RI [ file ]... -.PP +.RI [ option... ] +.RI [ file... ] +. +.SH COMMAND ALIASES .B unxz is equivalent to .BR "xz \-\-decompress" . |