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

Side by Side Diff: src/lzmainfo/lzmainfo.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/liblzma/common/auto_decoder.c ('k') | src/scripts/xzgrep.in » ('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 "2010-09-27" "Tukaani" "XZ Utils" 7 .TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils"
8 .SH NAME 8 .SH NAME
9 lzmainfo \- show information 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. 19 file header.
20 It reads the first 13 bytes from the specified 20 It reads the first 13 bytes from the specified
21 .IR file , 21 .IR file ,
22 decodes the header, and prints it to standard output in human 22 decodes the header, and prints it to standard output in human
23 readable format. 23 readable format.
24 If no 24 If no
(...skipping 26 matching lines...) Expand all
51 .SH BUGS 51 .SH BUGS
52 .B lzmainfo 52 .B lzmainfo
53 uses 53 uses
54 .B MB 54 .B MB
55 while the correct suffix would be 55 while the correct suffix would be
56 .B MiB 56 .B MiB
57 (2^20 bytes). 57 (2^20 bytes).
58 This is to keep the output compatible with LZMA Utils. 58 This is to keep the output compatible with LZMA Utils.
59 .SH "SEE ALSO" 59 .SH "SEE ALSO"
60 .BR xz (1) 60 .BR xz (1)
OLDNEW
« no previous file with comments | « src/liblzma/common/auto_decoder.c ('k') | src/scripts/xzgrep.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698