From 3a2d1f68230d5564f43559d62bb9fc5f801180f5 Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 5 Sep 2003 15:28:09 +0000 Subject: Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0. PR: 55925 Submitted by: Michael L. Squires MFC after: 1 month --- share/man/man4/mtio.4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'share/man/man4/mtio.4') 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 , -- cgit v1.1