aboutsummaryrefslogtreecommitdiff
path: root/src/xz
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-06-21 22:04:45 +0300
committerLasse Collin <lasse.collin@tukaani.org>2013-06-21 22:04:45 +0300
commiteb6ca9854b8eb9fbf72497c1cf608d6b19d2d494 (patch)
tree15e6ae93354a7a99e4bfb5caa79a1081a6542353 /src/xz
parentxz: A couple of man page fixes. (diff)
downloadxz-eb6ca9854b8eb9fbf72497c1cf608d6b19d2d494.tar.xz
xz: Make the man page more friendly to doclifter.
Thanks to Eric S. Raymond.
Diffstat (limited to 'src/xz')
-rw-r--r--src/xz/xz.17
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" .