update help2maned manpage

This commit is contained in:
Ondrej Vasik 2010-03-15 14:05:42 +00:00
parent b3808e2eb5
commit b6f226271a
2 changed files with 36 additions and 21 deletions

52
tar.1
View File

@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH TAR "1" "November 2009" "tar 1.22" "User Commands" .TH TAR "1" "March 2010" "tar 1.23" "User Commands"
.SH NAME .SH NAME
tar \- manual page for tar 1.22 tar \- manual page for tar 1.23
.SH SYNOPSIS .SH SYNOPSIS
.B tar .B tar
[\fIOPTION\fR...] [\fIFILE\fR]... [\fIOPTION\fR...] [\fIFILE\fR]...
@ -19,8 +19,7 @@ tar \fB\-tvf\fR archive.tar
tar \fB\-xf\fR archive.tar tar \fB\-xf\fR archive.tar
# Extract all files from archive.tar. # Extract all files from archive.tar.
.IP .IP
.SH OPTIONS Main operation mode:
.SH Main operation mode:
.TP .TP
\fB\-A\fR, \fB\-\-catenate\fR, \fB\-\-concatenate\fR \fB\-A\fR, \fB\-\-catenate\fR, \fB\-\-concatenate\fR
append tar files to an archive append tar files to an archive
@ -49,7 +48,6 @@ only append files newer than copy in archive
\fB\-x\fR, \fB\-\-extract\fR, \fB\-\-get\fR \fB\-x\fR, \fB\-\-extract\fR, \fB\-\-get\fR
extract files from an archive extract files from an archive
.IP .IP
.SH\fBCommon Options:\fR .SH\fBCommon Options:\fR
.TP .TP
\fB-C\fR, \fB--directory=DIR\fR \fB-C\fR, \fB--directory=DIR\fR
@ -88,6 +86,9 @@ handle old GNU\-format incremental backup
\fB\-\-ignore\-failed\-read\fR \fB\-\-ignore\-failed\-read\fR
do not exit with nonzero on unreadable files do not exit with nonzero on unreadable files
.TP .TP
\fB\-\-level\fR=\fINUMBER\fR
dump level for created listed\-incremental archive
.TP
\fB\-n\fR, \fB\-\-seek\fR \fB\-n\fR, \fB\-\-seek\fR
archive is seekable archive is seekable
.TP .TP
@ -95,6 +96,9 @@ archive is seekable
do not check device numbers when creating do not check device numbers when creating
incremental archives incremental archives
.TP .TP
\fB\-\-no\-seek\fR
archive is not seekable
.TP
\fB\-\-occurrence\fR[=\fINUMBER\fR] \fB\-\-occurrence\fR[=\fINUMBER\fR]
process only the NUMBERth occurrence of each file process only the NUMBERth occurrence of each file
in the archive; this option is valid only in in the archive; this option is valid only in
@ -191,7 +195,8 @@ cancel the effect of \fB\-\-delay\-directory\-restore\fR
option option
.TP .TP
\fB\-\-no\-same\-owner\fR \fB\-\-no\-same\-owner\fR
extract files as yourself extract files as yourself (default for ordinary
users)
.TP .TP
\fB\-\-no\-same\-permissions\fR \fB\-\-no\-same\-permissions\fR
apply the user's umask when extracting permissions apply the user's umask when extracting permissions
@ -218,7 +223,8 @@ extract information about file permissions
same as both \fB\-p\fR and \fB\-s\fR same as both \fB\-p\fR and \fB\-s\fR
.TP .TP
\fB\-\-same\-owner\fR \fB\-\-same\-owner\fR
try extracting files with the same ownership try extracting files with the same ownership as
exists in the archive (default for superuser)
.TP .TP
\fB\-s\fR, \fB\-\-preserve\-order\fR, \fB\-\-same\-order\fR \fB\-s\fR, \fB\-\-preserve\-order\fR, \fB\-\-same\-order\fR
sort names to extract to match archive sort names to extract to match archive
@ -308,7 +314,7 @@ create archive with volume name TEXT; at
list/extract time, use TEXT as a globbing pattern list/extract time, use TEXT as a globbing pattern
for volume name for volume name
.IP .IP
\fBCompression options:\fR .SH Compression options:
.TP .TP
\fB\-a\fR, \fB\-\-auto\-compress\fR \fB\-a\fR, \fB\-\-auto\-compress\fR
use archive suffix to determine the compression use archive suffix to determine the compression
@ -320,8 +326,16 @@ filter through PROG (must accept \fB\-d\fR)
\fB\-j\fR, \fB\-\-bzip2\fR \fB\-j\fR, \fB\-\-bzip2\fR
filter the archive through bzip2 filter the archive through bzip2
.TP .TP
\fB\-J\fR, \fB\-\-xz\fR
filter the archive through xz
.TP
\fB\-\-lzip\fR
filter the archive through lzip
.TP
\fB\-\-lzma\fR \fB\-\-lzma\fR
filter the archive through lzma filter the archive through lzma
.HP
\fB\-\-lzop\fR
.TP .TP
\fB\-\-no\-auto\-compress\fR \fB\-\-no\-auto\-compress\fR
do not use archive suffix to determine the do not use archive suffix to determine the
@ -332,12 +346,6 @@ filter the archive through gzip
.TP .TP
\fB\-Z\fR, \fB\-\-compress\fR, \fB\-\-uncompress\fR \fB\-Z\fR, \fB\-\-compress\fR, \fB\-\-uncompress\fR
filter the archive through compress filter the archive through compress
.TP
\fB\-J\fR, \fB\-\-xz\fR
filter the archive through xz
.TP
\fB\-\-lzop\fR
filter the archive through lzop
.IP .IP
.SH Local file selection: .SH Local file selection:
.TP .TP
@ -354,6 +362,9 @@ change to directory DIR
\fB\-\-exclude\fR=\fIPATTERN\fR \fB\-\-exclude\fR=\fIPATTERN\fR
exclude files, given as a PATTERN exclude files, given as a PATTERN
.TP .TP
\fB\-\-exclude\-backups\fR
exclude backup and lock files
.TP
\fB\-\-exclude\-caches\fR \fB\-\-exclude\-caches\fR
exclude contents of directories containing exclude contents of directories containing
CACHEDIR.TAG, except for the tag file itself CACHEDIR.TAG, except for the tag file itself
@ -465,7 +476,7 @@ use wildcards (default)
\fB\-\-wildcards\-match\-slash\fR \fB\-\-wildcards\-match\-slash\fR
wildcards match `/' (default for exclusion) wildcards match `/' (default for exclusion)
.IP .IP
Informative output: .SH Informative output:
.TP .TP
\fB\-\-checkpoint\fR[=\fINUMBER\fR] \fB\-\-checkpoint\fR[=\fINUMBER\fR]
display progress messages every NUMBERth record display progress messages every NUMBERth record
@ -517,17 +528,18 @@ print file modification dates in UTC
\fB\-v\fR, \fB\-\-verbose\fR \fB\-v\fR, \fB\-\-verbose\fR
verbosely list files processed verbosely list files processed
.TP .TP
\fB\-\-warning\fR=\fIKEYWORD\fR
warning control
.TP
\fB\-w\fR, \fB\-\-interactive\fR, \fB\-\-confirmation\fR \fB\-w\fR, \fB\-\-interactive\fR, \fB\-\-confirmation\fR
ask for confirmation for every action ask for confirmation for every action
.IP .IP
.SH Compatibility options: .SH Compatibility options:
.TP .TP
\fB\-o\fR \fB\-o\fR
when creating, same as \fB\-\-old\-archive\fR; when when creating, same as \fB\-\-old\-archive\fR; when
extracting, same as \fB\-\-no\-same\-owner\fR extracting, same as \fB\-\-no\-same\-owner\fR
.IP .IP
.SH Other options: .SH Other options:
.TP .TP
\-?, \fB\-\-help\fR \-?, \fB\-\-help\fR
@ -561,7 +573,7 @@ numbered if numbered backups exist, simple otherwise
never, simple never, simple
always make simple backups always make simple backups
.PP .PP
Valid arguments for \fB\-\-quoting\-style\fR options are: Valid arguments for the \fB\-\-quoting\-style\fR option are:
.IP .IP
literal literal
shell shell
@ -581,7 +593,7 @@ Written by John Gilmore and Jay Fenlason.
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
Report bugs to <bug\-tar@gnu.org>. Report bugs to <bug\-tar@gnu.org>.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 2009 Free Software Foundation, Inc. Copyright \(co 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
.br .br
This is free software: you are free to change and redistribute it. This is free software: you are free to change and redistribute it.

View File

@ -5,7 +5,7 @@ Summary: A GNU file archiving program
Name: tar Name: tar
Epoch: 2 Epoch: 2
Version: 1.23 Version: 1.23
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Archiving Group: Applications/Archiving
URL: http://www.gnu.org/software/tar/ URL: http://www.gnu.org/software/tar/
@ -119,6 +119,9 @@ fi
%{_infodir}/tar.info* %{_infodir}/tar.info*
%changelog %changelog
* Mon Mar 15 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-2
- update help2maned manpage
* Fri Mar 12 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-1 * Fri Mar 12 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-1
- new upstream release 1.23, remove applied patches - new upstream release 1.23, remove applied patches