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

Side by Side Diff: src/scripts/xzmore.1

Issue 62403002: Update XZ Utils to 5.0.5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 7 years, 1 month 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.in ('k') | src/xz/coder.h » ('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 "2010-09-27" "Tukaani" "XZ Utils" 7 .TH XZMORE 1 "2013-06-30" "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 [ file... ]
13 .br 13 .br
14 .B lzmore 14 .B lzmore
15 .RI [ "filename ..." ] 15 .RI [ file... ]
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 22 compressed text files one screenful at a time
23 on a soft-copy terminal. 23 on a soft-copy terminal.
24 .PP 24 .PP
25 To use a pager other than the default 25 To use a pager other than the default
(...skipping 20 matching lines...) Expand all
46 to skip the next file and continue. 46 to skip the next file and continue.
47 .PP 47 .PP
48 For list of keyboard commands supported while actually viewing the 48 For list of keyboard commands supported while actually viewing the
49 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
50 .BR more (1). 50 .BR more (1).
51 .SH "SEE ALSO" 51 .SH "SEE ALSO"
52 .BR more (1), 52 .BR more (1),
53 .BR xz (1), 53 .BR xz (1),
54 .BR xzless (1), 54 .BR xzless (1),
55 .BR zmore (1) 55 .BR zmore (1)
OLDNEW
« no previous file with comments | « src/scripts/xzless.in ('k') | src/xz/coder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698