summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-07-01 11:33:43 +0000
committerPaul Saab <ps@FreeBSD.org>2000-07-01 11:33:43 +0000
commitdd4dddae84da39a8655a6276e2e759c54c0887db (patch)
tree5bbcdea9f7fd2d6928f5b4b267b5bda4797fb193 /gnu
parent8fae36cc6f62dd0aa9e1a0e683b57d6b7ca6311f (diff)
Notes
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 d7209de7d44f..4ae542a49904 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