diff options
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/xzdiff.1 | 2 | ||||
-rw-r--r-- | src/scripts/xzless.1 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/scripts/xzdiff.1 b/src/scripts/xzdiff.1 index 252d1cd3..318d06fb 100644 --- a/src/scripts/xzdiff.1 +++ b/src/scripts/xzdiff.1 @@ -24,7 +24,7 @@ xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files .SH DESCRIPTION .B xzcmp and -.B xdiff +.B xzdiff invoke .BR cmp (1) or 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) |