diff options
author | joerg <joerg@FreeBSD.org> | 1997-11-07 00:05:24 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-11-07 00:05:24 +0000 |
commit | bdb9ba6125a81bed03b655e802f132919c3027f5 (patch) | |
tree | 2a6fd88219a1e0d5153e1baa0f995bd633061ec2 | |
parent | e963b91faeef0696bfc2c5630d952d4347263a99 (diff) | |
download | FreeBSD-src-bdb9ba6125a81bed03b655e802f132919c3027f5.zip FreeBSD-src-bdb9ba6125a81bed03b655e802f132919c3027f5.tar.gz |
Fix the SYNOPSIS Lnie so the entry will actually work.
Submitted by: Ulli Linzen <ulli@perceval.camelot.de>
-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 a8d6da6..6c84ebb 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 |