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

Side by Side Diff: src/xzdec/xzdec.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/xz/xz.1 ('k') | src/xzdec/xzdec.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 XZDEC 1 "2010-09-27" "Tukaani" "XZ Utils" 7 .TH XZDEC 1 "2013-06-30" "Tukaani" "XZ Utils"
8 .SH NAME 8 .SH NAME
9 xzdec, lzmadec \- Small .xz and .lzma decompressors 9 xzdec, lzmadec \- Small .xz and .lzma decompressors
10 .SH SYNOPSIS 10 .SH SYNOPSIS
11 .B xzdec 11 .B xzdec
12 .RI [ option ]... 12 .RI [ option... ]
13 .RI [ file ]... 13 .RI [ file... ]
14 .br 14 .br
15 .B lzmadec 15 .B lzmadec
16 .RI [ option ]... 16 .RI [ option... ]
17 .RI [ file ]... 17 .RI [ file... ]
18 .SH DESCRIPTION 18 .SH DESCRIPTION
19 .B xzdec 19 .B xzdec
20 is a liblzma-based decompression-only tool for 20 is a liblzma-based decompression-only tool for
21 .B .xz 21 .B .xz
22 (and only 22 (and only
23 .BR .xz ) 23 .BR .xz )
24 files. 24 files.
25 .B xzdec 25 .B xzdec
26 is intended to work as a drop-in replacement for 26 is intended to work as a drop-in replacement for
27 .BR xz (1) 27 .BR xz (1)
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 features from liblzma at compile time, 137 features from liblzma at compile time,
138 but that shouldn't usually be done for executables distributed 138 but that shouldn't usually be done for executables distributed
139 in typical non-embedded operating system distributions. 139 in typical non-embedded operating system distributions.
140 If you need a truly small 140 If you need a truly small
141 .B .xz 141 .B .xz
142 decompressor, consider using XZ Embedded. 142 decompressor, consider using XZ Embedded.
143 .SH "SEE ALSO" 143 .SH "SEE ALSO"
144 .BR xz (1) 144 .BR xz (1)
145 .PP 145 .PP
146 XZ Embedded: <http://tukaani.org/xz/embedded.html> 146 XZ Embedded: <http://tukaani.org/xz/embedded.html>
OLDNEW
« no previous file with comments | « src/xz/xz.1 ('k') | src/xzdec/xzdec.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698