aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-05-07 21:47:07 +0000
committerMike Smith <msmith@FreeBSD.org>2000-05-07 21:47:07 +0000
commitd50e5bd5cc8b23813a4540f5e4d0f6b4160920f4 (patch)
tree68455efd28725f95b8d0cd617a673437e87b55ee
parent068cd2851f7ad4c790764be654bc050ac7b9c95e (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 7dcd9429924d3..5bc6b7825984e 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