summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-05-07 09:23:36 +0000
committerkris <kris@FreeBSD.org>2000-05-07 09:23:36 +0000
commit390c965a23ca202dea796e03d92cb9d8a09a13d0 (patch)
tree532629c2e5fc1dcf84b78ac5e2d499199f1dcea8 /gnu
parent317ebb57aa2d2c6b4a937eb50867fc515e18b46d (diff)
downloadFreeBSD-src-390c965a23ca202dea796e03d92cb9d8a09a13d0.zip
FreeBSD-src-390c965a23ca202dea796e03d92cb9d8a09a13d0.tar.gz
Update device references.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/tar.16
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1
index d7209de7..4ae542a 100644
--- a/gnu/usr.bin/tar/tar.1
+++ b/gnu/usr.bin/tar/tar.1
@@ -350,14 +350,14 @@ tar -cf - -C srcdir . | tar xpf - -C destdir
.Ed
.Pp
To create a compressed archive on diskette, using gzip, use a command-line like
-.Dl tar --block-compress -z -c -v -f /dev/rfd1a -b 36 tar/
+.Dl tar --block-compress -z -c -v -f /dev/fd1a -b 36 tar/
.Pp
Note that you cannot mix bundled flags and --style flags; you can use
single-letter flags in the manner above, rather than having to type
-.Dl tar --block-compress --gzip --verbose --file /dev/rfd1a --block-size 20 tar/
+.Dl tar --block-compress --gzip --verbose --file /dev/fd1a --block-size 20 tar/
.Pp
The above-created diskette can be listed with
-.Dl tar tvfbz /dev/rfd1a 36
+.Dl tar tvfbz /dev/fd1a 36
.Pp
To join two tar archives into a single archive, use
.Dl tar Af archive1.tar archive2.tar
OpenPOWER on IntegriCloud