From 156325cd78d3fac3eb44da5a9a336ff959f9cd38 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 18 Nov 2003 02:33:27 +0000 Subject: Catch up with the latest in device naming. --- usr.sbin/burncd/burncd.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.sbin') 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. -- cgit v1.1