diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2003-09-05 15:28:09 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2003-09-05 15:28:09 +0000 |
| commit | 095a0a15af20813549f51d50be7b9e468fc49737 (patch) | |
| tree | cfb6bec7e09cee68629ad3394baf92ec47730bc9 /usr.bin | |
| parent | 116b8c86953749d0e6096ffb33580a746ba90071 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/mt/mt.1 | 6 | ||||
| -rw-r--r-- | usr.bin/tcopy/tcopy.1 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 9723586309e8..d4e65e836cab 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -329,10 +329,10 @@ argument is not given. .El .Sh FILES -.Bl -tag -width /dev/*rsa[0-9]*xx -compact -.It Pa /dev/*rwt* +.Bl -tag -width /dev/*sa[0-9]*xx -compact +.It Pa /dev/*wt* QIC-02/QIC-36 magnetic tape interface -.It Pa /dev/*rsa[0-9]* +.It Pa /dev/*sa[0-9]* SCSI magnetic tape interface .El .Sh SEE ALSO diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index fdd2025de11d..a995f45051d4 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -52,7 +52,7 @@ about the tape is that there are two tape marks at the end. The .Nm utility with only a source tape -.Pf ( Ar /dev/rsa0 +.Pf ( Ar /dev/sa0 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 |
