mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xzless: Update man page slightly.
The xz tool can decompress three file formats and xzless has always supported uncompressed files too.
This commit is contained in:
parent
40f36da226
commit
3e551b111b
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" (Note that this file is not based on gzip's zless.1.)
|
.\" (Note that this file is not based on gzip's zless.1.)
|
||||||
.\"
|
.\"
|
||||||
.TH XZLESS 1 "2010-09-27" "Tukaani" "XZ Utils"
|
.TH XZLESS 1 "2024-02-12" "Tukaani" "XZ Utils"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
xzless, lzless \- view xz or lzma compressed (text) files
|
xzless, lzless \- view xz or lzma compressed (text) files
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -17,10 +17,10 @@ xzless, lzless \- view xz or lzma compressed (text) files
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B xzless
|
.B xzless
|
||||||
is a filter that displays text from compressed files to a terminal.
|
is a filter that displays text from compressed files to a terminal.
|
||||||
It works on files compressed with
|
Files supported by
|
||||||
.BR xz (1)
|
.BR xz (1)
|
||||||
or
|
are decompressed;
|
||||||
.BR lzma (1).
|
other files are assumed to be in uncompressed form already.
|
||||||
If no
|
If no
|
||||||
.I files
|
.I files
|
||||||
are given,
|
are given,
|
||||||
|
|
Loading…
Reference in a new issue