diff options
Diffstat (limited to 'gnu/usr.bin/tar/tar.1')
-rw-r--r-- | gnu/usr.bin/tar/tar.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index a499e692b5a..13e97c00c50 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -1,10 +1,10 @@ +.\" $OpenBSD: tar.1,v 1.2 1996/03/30 15:30:10 niklas Exp $ +.\" .\" Copyright (c) 1991, 1992, 1993 Free Software Foundation -*- nroff -*- .\" See section COPYING for conditions for redistribution .\" .\" Written by John F. Woods <jfw@jfwhome.funhouse.com> .\" -.\" $Id: tar.1,v 1.1 1995/10/18 08:41:09 deraadt Exp $ -.\" .Dd 6 August 1994 .Os NetBSD .Dt TAR 1 @@ -173,7 +173,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 @@ -212,6 +212,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 `/'s from file names. .It Fl R .It Fl -record-number Show record number within archive with each message. |