Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: src/scripts/xzless.1

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/scripts/xzgrep.in ('k') | src/scripts/xzmore.1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/xzless.1
===================================================================
--- src/scripts/xzless.1 (revision 50504)
+++ src/scripts/xzless.1 (working copy)
@@ -7,7 +7,7 @@
.\"
.\" (Note that this file is not based on gzip's zless.1.)
.\"
-.TH XZLESS 1 "2009-07-05" "Tukaani" "XZ Utils"
+.TH XZLESS 1 "2010-09-27" "Tukaani" "XZ Utils"
.SH NAME
xzless, lzless \- view xz or lzma compressed (text) files
.SH SYNOPSIS
@@ -17,7 +17,7 @@
.B lzless
.RI [ file ...]
.SH DESCRIPTION
-.B xzless
+.B xzless
is a filter that displays text from compressed files to a terminal.
It works on files compressed with
.BR xz (1)
@@ -32,9 +32,11 @@
.B xzless
uses
.BR less (1)
-to present its output. Unlike
+to present its output.
+Unlike
.BR xzmore ,
-its choice of pager cannot be altered by setting an environment variable.
+its choice of pager cannot be altered by
+setting an environment variable.
Commands are based on both
.BR more (1)
and
@@ -50,7 +52,8 @@
.SH ENVIRONMENT
.TP
.B LESSMETACHARS
-A list of characters special to the shell. Set by
+A list of characters special to the shell.
+Set by
.B xzless
unless it is already set in the environment.
.TP
« no previous file with comments | « src/scripts/xzgrep.in ('k') | src/scripts/xzmore.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698