aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/burncd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-11-18 02:33:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-11-18 02:33:27 +0000
commitd89c67bcbaa9ce19efb8874e681f23907dd2bf00 (patch)
treec1c3818f30095e744ac212d0692c60c8009a21bb /usr.sbin/burncd
parent2dd0f3209f5a097868464f843e5d32af1a6f88bf (diff)
downloadsrc-d89c67bcbaa9ce19efb8874e681f23907dd2bf00.tar.gz
src-d89c67bcbaa9ce19efb8874e681f23907dd2bf00.zip
Notes
Diffstat (limited to 'usr.sbin/burncd')
-rw-r--r--usr.sbin/burncd/burncd.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8
index 26fdbd127f0d..27ef6983b7cb 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.