Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/zlib/pigz/dist Sort options. Sort option descriptio...
details: https://anonhg.NetBSD.org/src/rev/a8efbb48bdf4
branches: trunk
changeset: 329967:a8efbb48bdf4
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Jun 15 19:41:04 2014 +0000
description:
Sort options. Sort option descriptions. Add RCS Id.
New sentence, new line.
diffstat:
external/zlib/pigz/dist/pigz.1 | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diffs (106 lines):
diff -r 2b749c5849d1 -r a8efbb48bdf4 external/zlib/pigz/dist/pigz.1
--- a/external/zlib/pigz/dist/pigz.1 Sun Jun 15 17:53:19 2014 +0000
+++ b/external/zlib/pigz/dist/pigz.1 Sun Jun 15 19:41:04 2014 +0000
@@ -1,4 +1,5 @@
-.Dd June 19, 2010
+.\" $NetBSD: pigz.1,v 1.5 2014/06/15 19:41:04 wiz Exp $
+.Dd June 15, 2014
.Dt PIGZ 1
.Os
.Sh NAME
@@ -7,15 +8,13 @@
.Nd compress or expand files
.Sh SYNOPSIS
.Nm
-.Op Fl 0..9cdfhiKkLlNnqRrTtz
+.Op Fl 0..9cdFfhiKkLlNnqORrTtz
+.Op Fl 11
.Op Fl b Ar blocksize
+.Op Fl I Ar iterations
+.Op Fl M Ar maxsplits
.Op Fl p Ar threads
.Op Fl S Ar suffix
-.Op Fl 11
-.Op Fl F
-.Op Fl I Ar iterations
-.Op Fl M Ar maxsplits
-.Op Fl O
.Op Ar
.Nm unpigz
.Op Fl cfhiKkLlNnqRrTtz
@@ -32,7 +31,8 @@
value is calculated from the individual check values.
.Pp
The compressed data format generated is in the gzip, zlib, or single-entry
-zip format using the deflate compression method. The compression produces
+zip format using the deflate compression method.
+The compression produces
partial raw deflate streams which are concatenated by a single write thread
and wrapped with the appropriate header and trailer, where the trailer
contains the combined check value.
@@ -52,7 +52,7 @@
.Fl b
option.
The number of compress threads is set by default to the number
-of online processors, which can be changed using the
+of online processors, which can be changed using the
.Fl p
option.
Specifying
@@ -115,10 +115,14 @@
Write all processed output to stdout (won't delete).
.It Fl d, Fl Fl decompress, Fl Fl uncompress
Decompress the compressed input.
+.It Fl F, Fl Fl first
+If compressing at level 11, do iterations first, before block split (default is last).
.It Fl f, Fl Fl force
Force overwrite, compress .gz, links, and to terminal.
.It Fl h, Fl Fl help
Display a help screen and quit.
+.It Fl I, Fl Fl iterations Ar n
+If compressing at level 11, number of iterations for optimization (default 15).
.It Fl i, Fl Fl independent
Compress blocks independently for damage recovery.
.It Fl K, Fl Fl zip
@@ -131,18 +135,23 @@
license and quit.
.It Fl l, Fl Fl list
List the contents of the compressed input.
+.It Fl M, Fl Fl maxsplits Ar n
+If compressing at level 11, maximum number of split blocks (default 15).
.It Fl N, Fl Fl name
Store/restore file name and mod time in/from header.
.It Fl n, Fl Fl no-name
Do not store or restore file name in/from header.
+.It Fl O, Fl Fl oneblock
+If compressing at level 11, do not split into smaller blocks (default is
+block splitting).
.It Fl p, Fl Fl processes Ar n
Allow up to n processes (default is the number of online processors)
.It Fl q, Fl Fl quiet, Fl Fl silent
Print no messages, even on error.
+.It Fl R, Fl Fl rsyncable
+Input-determined block locations for rsync.
.It Fl r, Fl Fl recursive
Process the contents of all subdirectories.
-.It Fl R, Fl Fl rsyncable
-Input-determined block locations for rsync.
.It Fl S, Fl Fl suffix Ar .sss
Use suffix
.Ar .sss
@@ -161,15 +170,6 @@
Compress to zlib
.Pq Pa .zz
instead of gzip format.
-.It Fl F, Fl Fl first
-If compressing at level 11, do iterations first, before block split (default is last).
-.It Fl I, Fl Fl iterations Ar n
-If compressing at level 11, number of iterations for optimization (default 15).
-.It Fl M, Fl Fl maxsplits Ar n
-If compressing at level 11, maximum number of split blocks (default 15).
-.It Fl O, Fl Fl oneblock
-If compressing at level 11, do not split into smaller blocks (default is
-block splitting).
.El
.Sh COPYRIGHT NOTICE
This software is provided 'as-is', without any express or implied
Home |
Main Index |
Thread Index |
Old Index