diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-13 22:40:50 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-13 22:40:50 +0000 |
commit | ef18034ac19957f4a94d28dd906d02cf32260a83 (patch) | |
tree | dd0dc9a2befd385e8aa2f262983f81ae6a1a9071 /share | |
parent | ceabf93e2a4d7e9ebf4d757c0122035027eabf6e (diff) | |
download | FreeBSD-src-ef18034ac19957f4a94d28dd906d02cf32260a83.zip FreeBSD-src-ef18034ac19957f4a94d28dd906d02cf32260a83.tar.gz |
Revert rev 1.24.
Facts verfied by: mckusick
Diffstat (limited to 'share')
-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 5bc6b78..7dcd942 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 |