aboutsummaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-02-12 13:16:15 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-02-12 13:16:15 +0200
commiteb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea (patch)
treea95a2fd8ca357e637918ee82b154f56416da7410 /src/scripts
parentFix jl -> jb in ASM files. (diff)
downloadxz-eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea.tar.xz
Collection of language fixes to comments and docs.
Thanks to Jonathan Nieder.
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/xzdiff.12
-rw-r--r--src/scripts/xzless.110
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)