aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/xzmore.1
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-04-13 14:49:48 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-04-13 14:49:48 +0300
commit2f0bc9cd40f709152a0177c8e585c0757e9af9c9 (patch)
tree465625f251e5167cc749c004a679f3601f616606 /src/scripts/xzmore.1
parentPut the interesting parts of XZ Utils into the public domain. (diff)
downloadxz-2f0bc9cd40f709152a0177c8e585c0757e9af9c9.tar.xz
Quick & dirty update to support xz in diff/grep/more scripts.
Diffstat (limited to '')
-rw-r--r--src/scripts/xzmore.1 (renamed from src/scripts/lzmore.1)33
1 files changed, 22 insertions, 11 deletions
diff --git a/src/scripts/lzmore.1 b/src/scripts/xzmore.1
index d92f95d3..dc76ac22 100644
--- a/src/scripts/lzmore.1
+++ b/src/scripts/xzmore.1
@@ -1,15 +1,22 @@
-.TH LZMORE 1 "30 Jun 2005" "LZMA utils"
+.\" Original file was take from gzip, thus this man page is under GNU GPLv2+.
+.TH XZMORE 1 "2009-04-13" "XZ Utils"
.SH NAME
-lzmore, lzless \- view LZMA compressed (text) files
+xzmore, xzless, lzmore, lzless \- view .xz or .lzma compressed (text) files
.SH SYNOPSIS
+.B xzmore
+.RI [ "filename ..." ]
+.br
+.B xzless
+.RI [ "filename ..." ]
+.br
.B lzmore
.RI [ "filename ..." ]
.br
.B lzless
.RI [ "filename ..." ]
.SH DESCRIPTION
-.B lzmore
-is a filter which allows examination of LZMA compressed text files
+.B xzmore
+is a filter which allows examination of .xz or .lzma compressed text files
one screenful at a time on a soft-copy terminal.
.PP
To use a pager other than the default
@@ -19,18 +26,23 @@ set environment variable
to the name of the desired program, such as
.BR less .
If
-.B lzmore
+.B xzmore
is called as
-.B lzless
+.B xzless
then
.B less
is used as the
.BR PAGER .
+The names
+.B lzmore
+and
+.B lzless
+are provided for backward compatibility with LZMA Utils.
.TP
.BR e " or " q
When the prompt --More--(Next file:
.IR file )
-is printed, this command causes lzmore to exit.
+is printed, this command causes xzmore to exit.
.TP
.B s
When the prompt --More--(Next file:
@@ -49,7 +61,6 @@ shipped in gzip package.
.SH "SEE ALSO"
.BR more (1),
.BR zmore (1),
-.BR lzdiff (1),
-.BR lzgrep (1),
-.BR lzma (1),
-.BR lzmash (1)
+.BR xzdiff (1),
+.BR xzgrep (1),
+.BR xz (1)