diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-11-01 21:07:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-11-01 21:07:21 +0000 |
commit | 429191e7db39e6f53e3c9c87e65af8030b8f62fa (patch) | |
tree | 8e7af6b3773c9fef29544f440722c3cdfe8907dc | |
parent | 04d21439fd640163244dbe1144437fc41911fb30 (diff) |
Refer to our own, namely cdrecord, not linux stuff.
-rw-r--r-- | gnu/usr.sbin/mkisofs/mkisofs.8 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/usr.sbin/mkisofs/mkisofs.8 b/gnu/usr.sbin/mkisofs/mkisofs.8 index 0749cae0b92..2d8c8119907 100644 --- a/gnu/usr.sbin/mkisofs/mkisofs.8 +++ b/gnu/usr.sbin/mkisofs/mkisofs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkisofs.8,v 1.4 1999/11/29 21:53:15 d Exp $ +.\" $OpenBSD: mkisofs.8,v 1.5 2001/11/01 21:07:20 espie Exp $ .\" $From: mkisofs.8,v 1.5.1.3 1998/06/02 03:36:16 eric Exp $ .\" -*- nroff -*- .TH MKISOFS 8 "9 Apr 1997" "Version 1.11.3" @@ -121,15 +121,8 @@ is not designed to communicate with the writer directly. Most writers have proprietary command sets which vary from one manufacturer to another, and you need a specialized tool to actually burn the disk. The -.B cdwrite -utility is one such tool that runs under Linux and performs this task. -The latest version of -.B cdwrite -is capable of communicating with Phillips/IMS/Kodak, HP and Yamaha drives. -Most writers come with some version of DOS software that allows a direct image -copy of an iso9660 image to the writer. The current version of -.B cdwrite -is available from sunsite.unc.edu: /utils/disk-management/cdwrite-2.0.tar.gz +.B cdrecord +utility, available as part of the ports tree, is one such tool. .PP Also you should know that most cd writers are very particular about timing. Once you start to burn a disc, you cannot let their buffer empty before you |