mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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
eb6ca9854b
. Eric S. Raymond
didn't mention these man pages in his bug report, but
it's nice to be consistent.
This commit is contained in:
parent
cf4a1e1879
commit
b69900ed0b
3 changed files with 10 additions and 10 deletions
|
@ -4,14 +4,14 @@
|
||||||
.\" This file has been put into the public domain.
|
.\" This file has been put into the public domain.
|
||||||
.\" You can do whatever you want with this file.
|
.\" You can do whatever you want with this file.
|
||||||
.\"
|
.\"
|
||||||
.TH LZMAINFO 1 "2010-09-27" "Tukaani" "XZ Utils"
|
.TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
lzmainfo \- show information stored in the .lzma file header
|
lzmainfo \- show information stored in the .lzma file header
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lzmainfo
|
.B lzmainfo
|
||||||
.RB [ \-\-help ]
|
.RB [ \-\-help ]
|
||||||
.RB [ \-\-version ]
|
.RB [ \-\-version ]
|
||||||
.RI [ file ]...
|
.RI [ file... ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B lzmainfo
|
.B lzmainfo
|
||||||
shows information stored in the
|
shows information stored in the
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
.\"
|
.\"
|
||||||
.\" License: GNU GPLv2+
|
.\" License: GNU GPLv2+
|
||||||
.\"
|
.\"
|
||||||
.TH XZMORE 1 "2010-09-27" "Tukaani" "XZ Utils"
|
.TH XZMORE 1 "2013-06-30" "Tukaani" "XZ Utils"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
xzmore, lzmore \- view xz or lzma compressed (text) files
|
xzmore, lzmore \- view xz or lzma compressed (text) files
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B xzmore
|
.B xzmore
|
||||||
.RI [ "filename ..." ]
|
.RI [ file... ]
|
||||||
.br
|
.br
|
||||||
.B lzmore
|
.B lzmore
|
||||||
.RI [ "filename ..." ]
|
.RI [ file... ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B xzmore
|
.B xzmore
|
||||||
is a filter which allows examination of
|
is a filter which allows examination of
|
||||||
|
|
|
@ -4,17 +4,17 @@
|
||||||
.\" This file has been put into the public domain.
|
.\" This file has been put into the public domain.
|
||||||
.\" You can do whatever you want with this file.
|
.\" You can do whatever you want with this file.
|
||||||
.\"
|
.\"
|
||||||
.TH XZDEC 1 "2010-09-27" "Tukaani" "XZ Utils"
|
.TH XZDEC 1 "2013-06-30" "Tukaani" "XZ Utils"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
xzdec, lzmadec \- Small .xz and .lzma decompressors
|
xzdec, lzmadec \- Small .xz and .lzma decompressors
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B xzdec
|
.B xzdec
|
||||||
.RI [ option ]...
|
.RI [ option... ]
|
||||||
.RI [ file ]...
|
.RI [ file... ]
|
||||||
.br
|
.br
|
||||||
.B lzmadec
|
.B lzmadec
|
||||||
.RI [ option ]...
|
.RI [ option... ]
|
||||||
.RI [ file ]...
|
.RI [ file... ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B xzdec
|
.B xzdec
|
||||||
is a liblzma-based decompression-only tool for
|
is a liblzma-based decompression-only tool for
|
||||||
|
|
Loading…
Reference in a new issue