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
This commit is contained in:
Peter Pentchev 2003-09-05 15:28:09 +00:00
parent 116b8c8695
commit 095a0a15af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119774
3 changed files with 9 additions and 9 deletions

View File

@ -44,10 +44,10 @@
.Sh DESCRIPTION .Sh DESCRIPTION
The special files The special files
named named
.Pa /dev/[nr]sa* .Pa /dev/[n]sa*
refer to SCSI tape drives, refer to SCSI tape drives,
which may be attached to the system. 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 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 tape driver to set parameters that are required to last beyond the
unmounting of a tape. unmounting of a tape.
@ -273,7 +273,7 @@ union mterrstat {
#define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t) #define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t)
#ifndef _KERNEL #ifndef _KERNEL
#define DEFTAPE "/dev/nrsa0" #define DEFTAPE "/dev/nsa0"
#endif #endif
#ifdef _KERNEL #ifdef _KERNEL
@ -293,8 +293,8 @@ union mterrstat {
#endif /* !_SYS_MTIO_H_ */ #endif /* !_SYS_MTIO_H_ */
.Ed .Ed
.Sh FILES .Sh FILES
.Bl -tag -width /dev/[nr]sa* -compact .Bl -tag -width /dev/[n]sa* -compact
.It Pa /dev/[nr]sa* .It Pa /dev/[n]sa*
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr mt 1 , .Xr mt 1 ,

View File

@ -329,10 +329,10 @@ argument
is not given. is not given.
.El .El
.Sh FILES .Sh FILES
.Bl -tag -width /dev/*rsa[0-9]*xx -compact .Bl -tag -width /dev/*sa[0-9]*xx -compact
.It Pa /dev/*rwt* .It Pa /dev/*wt*
QIC-02/QIC-36 magnetic tape interface QIC-02/QIC-36 magnetic tape interface
.It Pa /dev/*rsa[0-9]* .It Pa /dev/*sa[0-9]*
SCSI magnetic tape interface SCSI magnetic tape interface
.El .El
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -52,7 +52,7 @@ about the tape is that there are two tape marks at the end.
The The
.Nm .Nm
utility with only a source tape utility with only a source tape
.Pf ( Ar /dev/rsa0 .Pf ( Ar /dev/sa0
by default) specified will print by default) specified will print
information about the sizes of records and tape files. If a destination 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 is specified a copy will be made of the source tape. The blocking on the