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

Side by Side Diff: src/lzmainfo/lzmainfo.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/lzmainfo/Makefile.am ('k') | src/lzmainfo/lzmainfo.c » ('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 .\" Author: Lasse Collin 2 .\" Author: Lasse Collin
3 .\" 3 .\"
4 .\" This file has been put into the public domain. 4 .\" This file has been put into the public domain.
5 .\" You can do whatever you want with this file. 5 .\" You can do whatever you want with this file.
6 .\" 6 .\"
7 .TH LZMAINFO 1 "2009-08-13" "Tukaani" "XZ Utils" 7 .TH LZMAINFO 1 "2010-09-27" "Tukaani" "XZ Utils"
8 .SH NAME 8 .SH NAME
9 lzmainfo \- show infomation stored in the .lzma file header 9 lzmainfo \- show information stored in the .lzma file header
10 .SH SYNOPSIS 10 .SH SYNOPSIS
11 .B lzmainfo 11 .B lzmainfo
12 .RB [ \-\-help ] 12 .RB [ \-\-help ]
13 .RB [ \-\-version ] 13 .RB [ \-\-version ]
14 .RI [ file ]... 14 .RI [ file ]...
15 .SH DESCRIPTION 15 .SH DESCRIPTION
16 .B lzmainfo 16 .B lzmainfo
17 shows information stored in the 17 shows information stored in the
18 .B .lzma 18 .B .lzma
19 file header. It reads the first 13 bytes from the specified 19 file header.
20 It reads the first 13 bytes from the specified
20 .IR file , 21 .IR file ,
21 decodes the header, and prints it to standard output in human 22 decodes the header, and prints it to standard output in human
22 readable format. If no 23 readable format.
24 If no
23 .I files 25 .I files
24 are given or 26 are given or
25 .I file 27 .I file
26 is 28 is
27 .BR \- , 29 .BR \- ,
28 standard input is read. 30 standard input is read.
29 .PP 31 .PP
30 Usually the most interesting information is the uncompressed size and 32 Usually the most interesting information is
31 the dictionary size. Uncompressed size can be shown only if the file is 33 the uncompressed size and the dictionary size.
32 in the non-streamed 34 Uncompressed size can be shown only if
35 the file is in the non-streamed
33 .B .lzma 36 .B .lzma
34 format variant. The amount of memory required to decompress the file is 37 format variant.
38 The amount of memory required to decompress the file is
35 a few dozen kilobytes plus the dictionary size. 39 a few dozen kilobytes plus the dictionary size.
36 .PP 40 .PP
37 .B lzmainfo 41 .B lzmainfo
38 is included in XZ Utils primarily for backward compatibility with LZMA Utils. 42 is included in XZ Utils primarily for
39 .SH EXIT STATUS 43 backward compatibility with LZMA Utils.
44 .SH "EXIT STATUS"
40 .TP 45 .TP
41 .B 0 46 .B 0
42 All is good. 47 All is good.
43 .TP 48 .TP
44 .B 1 49 .B 1
45 An error occurred. 50 An error occurred.
46 .SH BUGS 51 .SH BUGS
47 .B lzmainfo 52 .B lzmainfo
48 uses 53 uses
49 .B MB 54 .B MB
50 while the correct suffix would be 55 while the correct suffix would be
51 .B MiB 56 .B MiB
52 (2^20 bytes). 57 (2^20 bytes).
53 This is to keep the output compatible with LZMA Utils. 58 This is to keep the output compatible with LZMA Utils.
54 .SH SEE ALSO 59 .SH "SEE ALSO"
55 .BR xz (1) 60 .BR xz (1)
OLDNEW
« no previous file with comments | « src/lzmainfo/Makefile.am ('k') | src/lzmainfo/lzmainfo.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698