diff options
author | roam <roam@FreeBSD.org> | 2003-09-05 15:28:09 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-09-05 15:28:09 +0000 |
commit | 3a2d1f68230d5564f43559d62bb9fc5f801180f5 (patch) | |
tree | cfb6bec7e09cee68629ad3394baf92ec47730bc9 | |
parent | 7901d1341960973121d179bbc89b6c094d6e94ab (diff) | |
download | FreeBSD-src-3a2d1f68230d5564f43559d62bb9fc5f801180f5.zip FreeBSD-src-3a2d1f68230d5564f43559d62bb9fc5f801180f5.tar.gz |
Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.
PR: 55925
Submitted by: Michael L. Squires <mikes@siralan.org>
MFC after: 1 month
-rw-r--r-- | share/man/man4/mtio.4 | 10 | ||||
-rw-r--r-- | usr.bin/mt/mt.1 | 6 | ||||
-rw-r--r-- | usr.bin/tcopy/tcopy.1 | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4 index 31d3358..46022a6 100644 --- a/share/man/man4/mtio.4 +++ b/share/man/man4/mtio.4 @@ -44,10 +44,10 @@ .Sh DESCRIPTION The special files named -.Pa /dev/[nr]sa* +.Pa /dev/[n]sa* refer to SCSI tape drives, which may be attached to the system. -.Pa /dev/[nr]sa*.ctl +.Pa /dev/[n]sa*.ctl are control devices that can be used to issue ioctls to the SCSI tape driver to set parameters that are required to last beyond the unmounting of a tape. @@ -273,7 +273,7 @@ union mterrstat { #define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t) #ifndef _KERNEL -#define DEFTAPE "/dev/nrsa0" +#define DEFTAPE "/dev/nsa0" #endif #ifdef _KERNEL @@ -293,8 +293,8 @@ union mterrstat { #endif /* !_SYS_MTIO_H_ */ .Ed .Sh FILES -.Bl -tag -width /dev/[nr]sa* -compact -.It Pa /dev/[nr]sa* +.Bl -tag -width /dev/[n]sa* -compact +.It Pa /dev/[n]sa* .El .Sh SEE ALSO .Xr mt 1 , diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 9723586..d4e65e8 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 fdd2025..a995f45 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 |