diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:00:01 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:00:01 (GMT) |
commit | 4fee3b1193dca42f7d4ef895f84705218f098970 (patch) | |
tree | 9bda50f74ffd42c10c1fb8fcdb6d1ba493fcb778 /abs/core/tar/tar.1 | |
parent | 48614be8079d39d29ba31c44d89d65519a4a28cb (diff) | |
download | linhes_pkgbuild-4fee3b1193dca42f7d4ef895f84705218f098970.zip linhes_pkgbuild-4fee3b1193dca42f7d4ef895f84705218f098970.tar.gz linhes_pkgbuild-4fee3b1193dca42f7d4ef895f84705218f098970.tar.bz2 |
tar 1.26
-glibc patch
Diffstat (limited to 'abs/core/tar/tar.1')
-rw-r--r-- | abs/core/tar/tar.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/abs/core/tar/tar.1 b/abs/core/tar/tar.1 index 872c8dc..75bbcd3 100644 --- a/abs/core/tar/tar.1 +++ b/abs/core/tar/tar.1 @@ -1,5 +1,5 @@ -.\" generated by script on Wed Mar 10 17:01:09 2010 -.Dd Mar 10, 2010 +.\" generated by script on Fri Aug 19 16:19:30 2011 +.Dd Aug 19, 2011 .Dt TAR 1 .Sh NAME .Nm tar @@ -110,6 +110,8 @@ use archive file or device ARCHIVE run script at end of each tape (implies -M) .It Fl \-force\-local archive file is local even if it has a colon +.It Fl \-full\-time +print file time to its full resolution .It Fl g , Fl \-listed\-incremental Ar FILE handle new GNU-format incremental backup .It Fl G , Fl \-incremental @@ -283,7 +285,7 @@ unquote filenames read with -T (default) .It Fl \-no\-unquote do not unquote filenames read with -T .It Fl \-utc -print file modification dates in UTC +print file modification times in UTC .It Fl v , Fl \-verbose verbosely list files processed .It Fl V , Fl \-label Ar TEXT @@ -329,6 +331,7 @@ Device or file to use for the archive if .Fl \-file is not specified. If this environment variable is unset, use stdin or stdout instead. +.It Ev TAR_LONGLINK_100 .El .Sh EXAMPLES Create archive.tar from files foo and bar. |