diff options
author | obrien <obrien@FreeBSD.org> | 2003-11-18 02:33:27 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-11-18 02:33:27 +0000 |
commit | 156325cd78d3fac3eb44da5a9a336ff959f9cd38 (patch) | |
tree | c1c3818f30095e744ac212d0692c60c8009a21bb | |
parent | 0f5a0525976f10612e3c91880acdb4682261403a (diff) | |
download | FreeBSD-src-156325cd78d3fac3eb44da5a9a336ff959f9cd38.zip FreeBSD-src-156325cd78d3fac3eb44da5a9a336ff959f9cd38.tar.gz |
Catch up with the latest in device naming.
-rw-r--r-- | usr.sbin/burncd/burncd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 26fdbd1..27ef698 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -156,23 +156,23 @@ refers to stdin, and can only be used once. .Sh EXAMPLES The typical usage for burning a data CD-R: .Pp -.Dl "burncd -f /dev/acd0c data file1 fixate" +.Dl "burncd -f /dev/acd0 data file1 fixate" .Pp The typical usage for burning an audio CD-R: .Pp -.Dl "burncd -f /dev/acd0c audio file1 file2 file3 fixate" +.Dl "burncd -f /dev/acd0 audio file1 file2 file3 fixate" .Pp The typical usage for burning an audio CD-R in DAO mode: .Pp -.Dl "burncd -f /dev/acd0c -d audio file1 file2 file3" +.Dl "burncd -f /dev/acd0 -d audio file1 file2 file3" .Pp The typical usage for burning a mixed mode CD-R: .Pp -.Dl "burncd -f /dev/acd0c data file1 audio file2 file3 fixate" +.Dl "burncd -f /dev/acd0 data file1 audio file2 file3 fixate" .Pp The typical usage for burning from a compressed image file on stdin: .Pp -.Dl "gunzip -c file.iso.gz | burncd -f /dev/acd0c data - fixate" +.Dl "gunzip -c file.iso.gz | burncd -f /dev/acd0 data - fixate" .Pp In the examples above, the files burned to data CD-Rs are assumed to be ISO9660 file systems. |