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

Side by Side Diff: src/scripts/xzmore.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, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/scripts/xzless.1 ('k') | src/xz/Makefile.am » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .\" 1 .\"
2 .\" Original zdiff.1 for gzip: Jean-loup Gailly 2 .\" Original zdiff.1 for gzip: Jean-loup Gailly
3 .\" Modifications for XZ Utils: Lasse Collin 3 .\" Modifications for XZ Utils: Lasse Collin
4 .\" 4 .\"
5 .\" License: GNU GPLv2+ 5 .\" License: GNU GPLv2+
6 .\" 6 .\"
7 .TH XZMORE 1 "2009-07-05" "Tukaani" "XZ Utils" 7 .TH XZMORE 1 "2010-09-27" "Tukaani" "XZ Utils"
8 .SH NAME 8 .SH NAME
9 xzmore, lzmore \- view xz or lzma compressed (text) files 9 xzmore, lzmore \- view xz or lzma compressed (text) files
10 .SH SYNOPSIS 10 .SH SYNOPSIS
11 .B xzmore 11 .B xzmore
12 .RI [ "filename ..." ] 12 .RI [ "filename ..." ]
13 .br 13 .br
14 .B lzmore 14 .B lzmore
15 .RI [ "filename ..." ] 15 .RI [ "filename ..." ]
16 .SH DESCRIPTION 16 .SH DESCRIPTION
17 .B xzmore 17 .B xzmore
18 is a filter which allows examination of 18 is a filter which allows examination of
19 .BR xz (1) 19 .BR xz (1)
20 or 20 or
21 .BR lzma (1) 21 .BR lzma (1)
22 compressed text files one screenful at a time on a soft-copy terminal. 22 compressed text files one screenful at a time
23 on a soft-copy terminal.
23 .PP 24 .PP
24 To use a pager other than the default 25 To use a pager other than the default
25 .B more, 26 .B more,
26 set environment variable 27 set environment variable
27 .B PAGER 28 .B PAGER
28 to the name of the desired program. 29 to the name of the desired program.
29 The name 30 The name
30 .B lzmore 31 .B lzmore
31 is provided for backward compatibility with LZMA Utils. 32 is provided for backward compatibility with LZMA Utils.
32 .TP 33 .TP
(...skipping 12 matching lines...) Expand all
45 to skip the next file and continue. 46 to skip the next file and continue.
46 .PP 47 .PP
47 For list of keyboard commands supported while actually viewing the 48 For list of keyboard commands supported while actually viewing the
48 content of a file, refer to manual of the pager you use, usually 49 content of a file, refer to manual of the pager you use, usually
49 .BR more (1). 50 .BR more (1).
50 .SH "SEE ALSO" 51 .SH "SEE ALSO"
51 .BR more (1), 52 .BR more (1),
52 .BR xz (1), 53 .BR xz (1),
53 .BR xzless (1), 54 .BR xzless (1),
54 .BR zmore (1) 55 .BR zmore (1)
OLDNEW
« no previous file with comments | « src/scripts/xzless.1 ('k') | src/xz/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698