--- cdrtools-2.01-orig/cdrecord/cdrecord.1	2004-07-11 00:28:23.000000000 +0100
+++ cdrtools-2.01/cdrecord/cdrecord.1	2004-11-12 20:27:12.569624662 +0000
@@ -1947,6 +1947,12 @@ and
 Then write the CD using:
 .PP
     cdrecord dev=1,0 -raw96r -clone -v somefile
+.PP
+On Linux, to record to a non-SCSI device, e.g. an ATAPI device,
+without going through the SCSI emulation layer for ATAPI, you can use
+the device name directly:
+.PP
+    cdrecord dev=/dev/hdc myimage.iso
 
 
 .SH ENVIRONMENT

