diff options
author | msmith <msmith@FreeBSD.org> | 2000-05-07 21:47:07 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-05-07 21:47:07 +0000 |
commit | 483d6a07150693d8bd59997deb00229138be493a (patch) | |
tree | 57c505cbadb121c78d4b7548ac3464696b8d8392 /share/man/man4 | |
parent | df9519feabca721f45426847a75c01d7f1433fdb (diff) | |
download | FreeBSD-src-483d6a07150693d8bd59997deb00229138be493a.zip FreeBSD-src-483d6a07150693d8bd59997deb00229138be493a.tar.gz |
For tape devices, 'r' means REWIND, not RAW.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/sa.4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/sa.4 b/share/man/man4/sa.4 index 7dcd942..5bc6b78 100644 --- a/share/man/man4/sa.4 +++ b/share/man/man4/sa.4 @@ -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 |