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 /share | |
parent | 116b8c86953749d0e6096ffb33580a746ba90071 (diff) |
Notes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/mtio.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4 index 31d33586085ed..46022a65d55b4 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 , |