diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-04-29 05:22:13 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-04-29 05:22:13 +0000 |
| commit | 6c6b3d9aa5ef1089de7f52a8cb4ed21996a4d10c (patch) | |
| tree | f7ec8fb974e84ec74c1d625f0585bfd50cedbdd8 /usr.bin | |
| parent | 9e62b060b759995cf5135deaf9f07ba1709fc433 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tar/bsdtar.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 900502f238d1f..6a3d79463606b 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -272,7 +272,10 @@ specified on the following line. .It Fl U (x mode only) Unlink files before creating them. -(Not yet implemented.) +Without this option, +.Nm +overwrites existing files, which preserves existing hardlinks. +With this option, existing hardlinks will be broken. .It Fl v Produce verbose output. In create and extract modes, |
