For tape devices, 'r' means REWIND, not RAW.

This commit is contained in:
Mike Smith 2000-05-07 21:47:07 +00:00
parent 068cd2851f
commit d50e5bd5cc
1 changed files with 8 additions and 8 deletions

View File

@ -68,7 +68,7 @@ close in several ways. These include:
Closing a `rewind device',
referred to as sub-mode 00 below.
An example is
.Pa /dev/sa0 .
.Pa /dev/rsa0 .
.It
Using the MTOFFL
.Xr ioctl 2
@ -172,16 +172,16 @@ The
driver supports all of the ioctls of
.Xr mtio 4 .
.Sh FILES
.Bl -tag -width /dev/[n][e]sa[0-9] -compact
.It Pa /dev/[n][e]sa[0-9]
.Bl -tag -width /dev/[n][e]rsa[0-9] -compact
.It Pa /dev/[n][e]rsa[0-9]
general form:
.It Pa /dev/sa0
.It Pa /dev/rsa0
Rewind on close
.It Pa /dev/nsa0
.It Pa /dev/nrsa0
No rewind on close
.It Pa /dev/esa0
Eject on close (if capable)
.It Pa /dev/sa0.ctl
.It Pa /dev/ersa0
Rewind and eject on close (if capable)
.It Pa /dev/rsa0.ctl
Control mode device (to examine state while another program is
accessing the device, e.g.).
.Sh BUGS