summaryrefslogtreecommitdiffstats
path: root/doc/man/txt/xzless.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/man/txt/xzless.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/man/txt/xzless.txt b/doc/man/txt/xzless.txt
index 5c14c80..655a607 100644
--- a/doc/man/txt/xzless.txt
+++ b/doc/man/txt/xzless.txt
@@ -1,7 +1,5 @@
XZLESS(1) XZ Utils XZLESS(1)
-
-
NAME
xzless, lzless - view xz or lzma compressed (text) files
@@ -11,8 +9,9 @@ SYNOPSIS
DESCRIPTION
xzless is a filter that displays text from compressed files to a termi-
- nal. It works on files compressed with xz(1) or lzma(1). If no files
- are given, xzless reads from standard input.
+ nal. Files supported by xz(1) are decompressed; other files are as-
+ sumed to be in uncompressed form already. If no files are given, xz-
+ less reads from standard input.
xzless uses less(1) to present its output. Unlike xzmore, its choice
of pager cannot be altered by setting an environment variable. Com-
@@ -28,12 +27,10 @@ ENVIRONMENT
it is already set in the environment.
LESSOPEN
- Set to a command line to invoke the xz(1) decompressor for pre-
+ Set to a command line to invoke the xz(1) decompressor for pre-
processing the input files to less(1).
SEE ALSO
less(1), xz(1), xzmore(1), zless(1)
-
-
-Tukaani 2010-09-27 XZLESS(1)
+Tukaani 2024-02-12 XZLESS(1)