aboutsummaryrefslogtreecommitdiff
path: root/src
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-26 10:58:07 +0300
commitd98ede7d700b892e32d9c2f46563b6ebc566786d (patch)
treefa0618f4f3b7f06055199046152671aef8ba3761 /src
parentxz: A couple of man page fixes. (diff)
downloadxz-d98ede7d700b892e32d9c2f46563b6ebc566786d.tar.xz
xz: Make the man page more friendly to doclifter.
Thanks to Eric S. Raymond.
Diffstat (limited to 'src')
-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 263b06b3..363b90cb 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" .