mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Fix a typo ("-It Fl" to ".It Fl")
document the "-P" switch Obtained from: the NetBSD bugs mailinglist
This commit is contained in:
parent
e464a43558
commit
cef6c97a61
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11777
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user