diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-12 13:16:15 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-12 13:16:15 +0200 |
commit | eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea (patch) | |
tree | a95a2fd8ca357e637918ee82b154f56416da7410 /src/scripts/xzless.1 | |
parent | Fix jl -> jb in ASM files. (diff) | |
download | xz-eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea.tar.xz |
Collection of language fixes to comments and docs.
Thanks to Jonathan Nieder.
Diffstat (limited to '')
-rw-r--r-- | src/scripts/xzless.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scripts/xzless.1 b/src/scripts/xzless.1 index 4fe4bcba..299806fd 100644 --- a/src/scripts/xzless.1 +++ b/src/scripts/xzless.1 @@ -18,8 +18,8 @@ xzless, lzless \- view xz or lzma compressed (text) files .RI [ file ...] .SH DESCRIPTION .B xzless -is a filter that displays pagefulls of uncompressed text from compressed -file(s) to a terminal. It works on files compressed with +is a filter that displays text from compressed files to a terminal. +It works on files compressed with .BR xz (1) or .BR lzma (1). @@ -32,13 +32,13 @@ reads from standard input. .B xzless uses .BR less (1) -as its only pager. Unlike +to present its output. Unlike .BR xzmore , -the choice of pagers is not alterable by an environment variable. +its choice of pager cannot be altered by setting an environment variable. Commands are based on both .BR more (1) and -.BR vi (1), +.BR vi (1) and allow back and forth movement and searching. See the .BR less (1) |