Merging upstream version 1.3~pre2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
441fc24c68
commit
c39cd90494
14 changed files with 62 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
|
||||
.TH ZCAT "1" "June 2014" "zcat (zutils) 1.3-pre1" "User Commands"
|
||||
.TH ZCAT "1" "July 2014" "zcat (zutils) 1.3-pre2" "User Commands"
|
||||
.SH NAME
|
||||
zcat \- decompress and concatenate files to standard output
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
|
||||
.TH ZCMP "1" "June 2014" "zcmp (zutils) 1.3-pre1" "User Commands"
|
||||
.TH ZCMP "1" "July 2014" "zcmp (zutils) 1.3-pre2" "User Commands"
|
||||
.SH NAME
|
||||
zcmp \- decompress and compare two files byte by byte
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
|
||||
.TH ZDIFF "1" "June 2014" "zdiff (zutils) 1.3-pre1" "User Commands"
|
||||
.TH ZDIFF "1" "July 2014" "zdiff (zutils) 1.3-pre2" "User Commands"
|
||||
.SH NAME
|
||||
zdiff \- decompress and compare two files line by line
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
|
||||
.TH ZGREP "1" "June 2014" "zgrep (zutils) 1.3-pre1" "User Commands"
|
||||
.TH ZGREP "1" "July 2014" "zgrep (zutils) 1.3-pre2" "User Commands"
|
||||
.SH NAME
|
||||
zgrep \- search compressed files for a regular expression
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
|
||||
.TH ZTEST "1" "June 2014" "ztest (zutils) 1.3-pre1" "User Commands"
|
||||
.TH ZTEST "1" "July 2014" "ztest (zutils) 1.3-pre2" "User Commands"
|
||||
.SH NAME
|
||||
ztest \- verify integrity of compressed files
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
|
||||
.TH ZUPDATE "1" "June 2014" "zupdate (zutils) 1.3-pre1" "User Commands"
|
||||
.TH ZUPDATE "1" "July 2014" "zupdate (zutils) 1.3-pre2" "User Commands"
|
||||
.SH NAME
|
||||
zupdate \- recompress bzip2, gzip, xz files to lzip files
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -12,7 +12,7 @@ File: zutils.info, Node: Top, Next: Introduction, Up: (dir)
|
|||
Zutils Manual
|
||||
*************
|
||||
|
||||
This manual is for Zutils (version 1.3-pre1, 28 June 2014).
|
||||
This manual is for Zutils (version 1.3-pre2, 17 July 2014).
|
||||
|
||||
* Menu:
|
||||
|
||||
|
@ -63,6 +63,11 @@ which makes them safe to use with zutils. Gzip and xz may return
|
|||
ambiguous warning values, making them less reliable back ends for
|
||||
zutils.
|
||||
|
||||
FORMAT NOTE: If the '--format' option is given, the corresponding
|
||||
files are passed to the decompressor without verifying their format,
|
||||
allowing for example the processing of compress'd (.Z) files with gzip:
|
||||
'zcmp --format=gz file.Z file.lz'.
|
||||
|
||||
LANGUAGE NOTE: Uncompressed = not compressed = plain data; it may
|
||||
never have been compressed. Decompressed is used to refer to data which
|
||||
has undergone the process of decompression.
|
||||
|
@ -704,16 +709,16 @@ Concept index
|
|||
Tag Table:
|
||||
Node: Top222
|
||||
Node: Introduction1156
|
||||
Node: Common options3257
|
||||
Node: The zutilsrc file4506
|
||||
Node: Zcat5432
|
||||
Node: Zcmp7354
|
||||
Node: Zdiff9678
|
||||
Node: Zgrep12181
|
||||
Node: Ztest15149
|
||||
Node: Zupdate16373
|
||||
Node: Problems18761
|
||||
Node: Concept index19295
|
||||
Node: Common options3503
|
||||
Node: The zutilsrc file4752
|
||||
Node: Zcat5678
|
||||
Node: Zcmp7600
|
||||
Node: Zdiff9924
|
||||
Node: Zgrep12427
|
||||
Node: Ztest15395
|
||||
Node: Zupdate16619
|
||||
Node: Problems19007
|
||||
Node: Concept index19541
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
@finalout
|
||||
@c %**end of header
|
||||
|
||||
@set UPDATED 28 June 2014
|
||||
@set VERSION 1.3-pre1
|
||||
@set UPDATED 17 July 2014
|
||||
@set VERSION 1.3-pre2
|
||||
|
||||
@dircategory Data Compression
|
||||
@direntry
|
||||
|
@ -83,6 +83,11 @@ NOTE: Bzip2 and lzip provide well-defined values of exit status, which
|
|||
makes them safe to use with zutils. Gzip and xz may return ambiguous
|
||||
warning values, making them less reliable back ends for zutils.
|
||||
|
||||
FORMAT NOTE: If the @samp{--format} option is given, the corresponding
|
||||
files are passed to the decompressor without verifying their format,
|
||||
allowing for example the processing of compress'd (.Z) files with gzip:
|
||||
@samp{zcmp --format=gz file.Z file.lz}.
|
||||
|
||||
LANGUAGE NOTE: Uncompressed = not compressed = plain data; it may never
|
||||
have been compressed. Decompressed is used to refer to data which has
|
||||
undergone the process of decompression.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue