diff options
author | kientzle <kientzle@FreeBSD.org> | 2005-12-09 05:19:00 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2005-12-09 05:19:00 +0000 |
commit | 9c2d0a195dee46f5e5170c1aec049f3ea7491d2d (patch) | |
tree | 4b9b330fae16d8d768d9022963e9e588912c6729 /usr.bin | |
parent | 4f9b4499560a6797b5e9701812a95260e331572c (diff) | |
download | FreeBSD-src-9c2d0a195dee46f5e5170c1aec049f3ea7491d2d.zip FreeBSD-src-9c2d0a195dee46f5e5170c1aec049f3ea7491d2d.tar.gz |
Remove the -B option from the directory-copying examples. The -B
option is undocumented because it does nothing. It does nothing
because bsdtar never needs it. It is accepted because gnutar does
sometimes need it and many scripts use it.
Reported by: Pawel Jakub Dawidek
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tar/bsdtar.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index b73999e..854d926 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -461,9 +461,9 @@ the default tape drive: To move file hierarchies, invoke .Nm as -.Dl Nm Fl cf Pa - Fl C Pa srcdir\ . | Nm Fl xpBf Pa - Fl C Pa destdir +.Dl Nm Fl cf Pa - Fl C Pa srcdir\ . | Nm Fl xpf Pa - Fl C Pa destdir or more traditionally -.Dl cd srcdir \&; Nm Fl cf Pa -\ . | ( cd destdir \&; Nm Fl xpBf Pa - ) +.Dl cd srcdir \&; Nm Fl cf Pa -\ . | ( cd destdir \&; Nm Fl xpf Pa - ) .Pp In create mode, the list of files and directories to be archived can also include directory change instructions of the form |