diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-11-07 00:05:24 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-11-07 00:05:24 +0000 |
| commit | af0d306722d06a7bf688bd508d5f70408ab32535 (patch) | |
| tree | 6b78a422d34909664774a9ff3a73efb0b698cd8b | |
| parent | 2fd8f469e54c987f4615a49c7c3d1f02d325c2ac (diff) | |
Notes
| -rw-r--r-- | share/man/man4/worm.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/worm.4 b/share/man/man4/worm.4 index a8d6da6c2f52..6c84ebb9558d 100644 --- a/share/man/man4/worm.4 +++ b/share/man/man4/worm.4 @@ -32,7 +32,7 @@ .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH .\" DAMAGE. .\" -.\" $Id: worm.4,v 1.11 1997/05/19 17:30:50 jmz Exp $ +.\" $Id: worm.4,v 1.12 1997/06/02 20:05:25 jmz Exp $ .\" " .Dd January 27, 1996 .Dt WORM 4 @@ -41,14 +41,14 @@ .Nm worm .Nd write-once (CD-R) disk driver .Sh SYNOPSIS -.Cd disk worm0 -.Cd disk worm0 target 5 lun 0 +.Cd disk worm0 at scbus? +.Cd disk worm0 at scbus 1 target 5 lun 0 .Sh DESCRIPTION The .Nm worm -driver provides support for a +driver provides support for .Em SCSI -write-once device, in particular for a CD-R recording device. The +CD-R recording devices. The driver attempts to abstract the dirty hardware work to a common API as good as possible. Due to the very special nature of CD-R devices and their handling requirements, this API applies some more constraints to |
