diff --git a/tar.1 b/tar.1 index 4f3efb6..3f9c159 100644 --- a/tar.1 +++ b/tar.1 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. -.TH TAR "1" "November 2009" "tar 1.22" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH TAR "1" "March 2010" "tar 1.23" "User Commands" .SH NAME -tar \- manual page for tar 1.22 +tar \- manual page for tar 1.23 .SH SYNOPSIS .B tar [\fIOPTION\fR...] [\fIFILE\fR]... @@ -19,8 +19,7 @@ tar \fB\-tvf\fR archive.tar tar \fB\-xf\fR archive.tar # Extract all files from archive.tar. .IP -.SH OPTIONS -.SH Main operation mode: +Main operation mode: .TP \fB\-A\fR, \fB\-\-catenate\fR, \fB\-\-concatenate\fR 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 extract files from an archive .IP - .SH\fBCommon Options:\fR .TP \fB-C\fR, \fB--directory=DIR\fR @@ -88,6 +86,9 @@ handle old GNU\-format incremental backup \fB\-\-ignore\-failed\-read\fR do not exit with nonzero on unreadable files .TP +\fB\-\-level\fR=\fINUMBER\fR +dump level for created listed\-incremental archive +.TP \fB\-n\fR, \fB\-\-seek\fR archive is seekable .TP @@ -95,6 +96,9 @@ archive is seekable do not check device numbers when creating incremental archives .TP +\fB\-\-no\-seek\fR +archive is not seekable +.TP \fB\-\-occurrence\fR[=\fINUMBER\fR] process only the NUMBERth occurrence of each file in the archive; this option is valid only in @@ -191,7 +195,8 @@ cancel the effect of \fB\-\-delay\-directory\-restore\fR option .TP \fB\-\-no\-same\-owner\fR -extract files as yourself +extract files as yourself (default for ordinary +users) .TP \fB\-\-no\-same\-permissions\fR 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 .TP \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 \fB\-s\fR, \fB\-\-preserve\-order\fR, \fB\-\-same\-order\fR 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 for volume name .IP -\fBCompression options:\fR +.SH Compression options: .TP \fB\-a\fR, \fB\-\-auto\-compress\fR 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 filter the archive through bzip2 .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 filter the archive through lzma +.HP +\fB\-\-lzop\fR .TP \fB\-\-no\-auto\-compress\fR do not use archive suffix to determine the @@ -332,12 +346,6 @@ filter the archive through gzip .TP \fB\-Z\fR, \fB\-\-compress\fR, \fB\-\-uncompress\fR 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 .SH Local file selection: .TP @@ -354,6 +362,9 @@ change to directory DIR \fB\-\-exclude\fR=\fIPATTERN\fR exclude files, given as a PATTERN .TP +\fB\-\-exclude\-backups\fR +exclude backup and lock files +.TP \fB\-\-exclude\-caches\fR exclude contents of directories containing CACHEDIR.TAG, except for the tag file itself @@ -465,7 +476,7 @@ use wildcards (default) \fB\-\-wildcards\-match\-slash\fR wildcards match `/' (default for exclusion) .IP -Informative output: +.SH Informative output: .TP \fB\-\-checkpoint\fR[=\fINUMBER\fR] display progress messages every NUMBERth record @@ -517,17 +528,18 @@ print file modification dates in UTC \fB\-v\fR, \fB\-\-verbose\fR verbosely list files processed .TP +\fB\-\-warning\fR=\fIKEYWORD\fR +warning control +.TP \fB\-w\fR, \fB\-\-interactive\fR, \fB\-\-confirmation\fR ask for confirmation for every action .IP - .SH Compatibility options: .TP \fB\-o\fR when creating, same as \fB\-\-old\-archive\fR; when extracting, same as \fB\-\-no\-same\-owner\fR .IP - .SH Other options: .TP \-?, \fB\-\-help\fR @@ -561,7 +573,7 @@ numbered if numbered backups exist, simple otherwise never, simple always make simple backups .PP -Valid arguments for \fB\-\-quoting\-style\fR options are: +Valid arguments for the \fB\-\-quoting\-style\fR option are: .IP literal shell @@ -581,7 +593,7 @@ Written by John Gilmore and Jay Fenlason. .SH "REPORTING BUGS" Report bugs to . .SH COPYRIGHT -Copyright \(co 2009 Free Software Foundation, Inc. +Copyright \(co 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. diff --git a/tar.spec b/tar.spec index cb2b4f8..2784f5e 100644 --- a/tar.spec +++ b/tar.spec @@ -5,7 +5,7 @@ Summary: A GNU file archiving program Name: tar Epoch: 2 Version: 1.23 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Archiving URL: http://www.gnu.org/software/tar/ @@ -119,6 +119,9 @@ fi %{_infodir}/tar.info* %changelog +* Mon Mar 15 2010 Ondrej Vasik 2:1.23-2 +- update help2maned manpage + * Fri Mar 12 2010 Ondrej Vasik 2:1.23-1 - new upstream release 1.23, remove applied patches