diff options
| author | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-25 02:17:44 +0000 |
|---|---|---|
| committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-25 02:17:44 +0000 |
| commit | cef6c97a616e7b51412f4ba7053f0f185c825632 (patch) | |
| tree | cc716378cecedca466f1288f7c72a91a2297d1eb /gnu/usr.bin/tar | |
| parent | e464a43558cac7a3bb6406260d4b6cfe3d4ac7f5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/tar')
| -rw-r--r-- | gnu/usr.bin/tar/tar.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index e97edc5c153c..dd678e31b764 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -3,7 +3,7 @@ .\" .\" Written by John F. Woods <jfw@jfwhome.funhouse.com> .\" -.\" $Id: tar.1,v 1.2 1995/01/31 04:36:48 jkh Exp $ +.\" $Id: tar.1,v 1.3 1995/04/10 11:47:34 jkh Exp $ .\" .Dd 6 August 1994 .Os FreeBSD @@ -176,7 +176,7 @@ Ignore blocks of zeroes in archive (usually means End-Of-File). .It Fl -ignore-failed-read Don't exit with non-zero status on unreadable files. .It Fl k --It Fl -keep-old-files +.It Fl -keep-old-files Keep files which already exist on disk; don't overwrite them from the archive. .It Fl K Ar file .It Fl -starting-file Ar file @@ -215,6 +215,9 @@ Extract all protection information. .It Fl -preserve Has the effect of .Fl p s. +.It Fl P +.It Fl -absolute-paths +Don't strip leading `/' from file names. .It Fl R .It Fl -record-number Show record number within archive with each message. |
