aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-13 22:40:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-13 22:40:50 +0000
commit4a19005c4897cb2bddd9f1d0a184e503c15e23bf (patch)
treebfc9e82bcdc08c7970e45e3aab466c28e891d0fe
parent94401addc5e3b6ac220b76924a01090c868cab13 (diff)
Notes
-rw-r--r--share/man/man4/sa.416
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/sa.4 b/share/man/man4/sa.4
index 5bc6b7825984..7dcd9429924d 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/rsa0 .
+.Pa /dev/sa0 .
.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]rsa[0-9] -compact
-.It Pa /dev/[n][e]rsa[0-9]
+.Bl -tag -width /dev/[n][e]sa[0-9] -compact
+.It Pa /dev/[n][e]sa[0-9]
general form:
-.It Pa /dev/rsa0
+.It Pa /dev/sa0
Rewind on close
-.It Pa /dev/nrsa0
+.It Pa /dev/nsa0
No rewind on close
-.It Pa /dev/ersa0
-Rewind and eject on close (if capable)
-.It Pa /dev/rsa0.ctl
+.It Pa /dev/esa0
+Eject on close (if capable)
+.It Pa /dev/sa0.ctl
Control mode device (to examine state while another program is
accessing the device, e.g.).
.Sh BUGS