diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-04-28 05:08:13 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-04-28 05:08:13 +0000 |
commit | 405f483647a70e4dbb4fb7d4bf2186439df56f4b (patch) | |
tree | cf81cdba4a743bcbbd1e54af3fb0d8cc2a6f4ac7 | |
parent | 5509f489bb1ed4c5bbafd821db3d05d3c5f44bd6 (diff) | |
download | FreeBSD-src-405f483647a70e4dbb4fb7d4bf2186439df56f4b.zip FreeBSD-src-405f483647a70e4dbb4fb7d4bf2186439df56f4b.tar.gz |
Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".
PR: 11347
Submitted by: Christian Weisgerber
-rw-r--r-- | usr.bin/tcopy/tcopy.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index e254c72..32cf748 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -49,7 +49,7 @@ is designed to copy magnetic tapes. The only assumption made about the tape is that there are two tape marks at the end. .Nm Tcopy with only a source tape -.Pf ( Ar /dev/rst0 +.Pf ( Ar /dev/rsa0 by default) specified will print information about the sizes of records and tape files. If a destination is specified a copy will be made of the source tape. The blocking on the |