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

Side by Side Diff: src/xz/xz.1

Issue 12568011: Update XZ Utils to 5.0.4 (third_party) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 7 years, 9 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
OLDNEW
1 '\" t 1 '\" t
2 .\" 2 .\"
3 .\" Author: Lasse Collin 3 .\" Author: Lasse Collin
4 .\" 4 .\"
5 .\" This file has been put into the public domain. 5 .\" This file has been put into the public domain.
6 .\" You can do whatever you want with this file. 6 .\" You can do whatever you want with this file.
7 .\" 7 .\"
8 .TH XZ 1 "2010-10-04" "Tukaani" "XZ Utils" 8 .TH XZ 1 "2012-05-27" "Tukaani" "XZ Utils"
9 . 9 .
10 .SH NAME 10 .SH NAME
11 xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma fil es 11 xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma fil es
12 . 12 .
13 .SH SYNOPSIS 13 .SH SYNOPSIS
14 .B xz 14 .B xz
15 .RI [ option ]... 15 .RI [ option ]...
16 .RI [ file ]... 16 .RI [ file ]...
17 .PP 17 .PP
18 .B unxz 18 .B unxz
(...skipping 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 Filter chain. 1829 Filter chain.
1830 Note that most of the options used at compression time 1830 Note that most of the options used at compression time
1831 cannot be known, because only the options 1831 cannot be known, because only the options
1832 that are needed for decompression are stored in the 1832 that are needed for decompression are stored in the
1833 .B .xz 1833 .B .xz
1834 headers. 1834 headers.
1835 .RE 1835 .RE
1836 .PD 1836 .PD
1837 .PP 1837 .PP
1838 The columns of the 1838 The columns of the
1839 .B summary
1840 lines:
1841 .PD 0
1842 .RS
1843 .IP 2. 4
1844 Amount of memory (in bytes) required to decompress
1845 this file with this
1846 .B xz
1847 version
1848 .IP 3. 4
1849 .B yes
1850 or
1851 .B no
1852 indicating if all block headers have both compressed size and
1853 uncompressed size stored in them
1854 .RE
1855 .PD
1856 .PP
1857 The columns of the
1839 .B totals 1858 .B totals
1840 line: 1859 line:
1841 .PD 0 1860 .PD 0
1842 .RS 1861 .RS
1843 .IP 2. 4 1862 .IP 2. 4
1844 Number of streams 1863 Number of streams
1845 .IP 3. 4 1864 .IP 3. 4
1846 Number of blocks 1865 Number of blocks
1847 .IP 4. 4 1866 .IP 4. 4
1848 Compressed size 1867 Compressed size
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
2558 .BR xzmore (1), 2577 .BR xzmore (1),
2559 .BR gzip (1), 2578 .BR gzip (1),
2560 .BR bzip2 (1), 2579 .BR bzip2 (1),
2561 .BR 7z (1) 2580 .BR 7z (1)
2562 .PP 2581 .PP
2563 XZ Utils: <http://tukaani.org/xz/> 2582 XZ Utils: <http://tukaani.org/xz/>
2564 .br 2583 .br
2565 XZ Embedded: <http://tukaani.org/xz/embedded.html> 2584 XZ Embedded: <http://tukaani.org/xz/embedded.html>
2566 .br 2585 .br
2567 LZMA SDK: <http://7-zip.org/sdk.html> 2586 LZMA SDK: <http://7-zip.org/sdk.html>
OLDNEW
« README.chromium ('K') | « src/xz/message.c ('k') | tests/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698