diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-31 08:30:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-31 08:30:37 +0000 |
commit | ac2a2df36259ce552732c8999cf541ad0878e356 (patch) | |
tree | a2cfdf6e30c38041c3ffc0caa0cc1c343079a51b /usr.bin/cdio/cdio.1 | |
parent | bfdf8a698011cdf870ec730b68e19df98ac8bef7 (diff) |
tweaks;
Diffstat (limited to 'usr.bin/cdio/cdio.1')
-rw-r--r-- | usr.bin/cdio/cdio.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 7f9c73ce447..2535fa7daae 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.32 2006/05/31 01:14:41 mjc Exp $ +.\" $OpenBSD: cdio.1,v 1.33 2006/05/31 08:30:36 jmc Exp $ .\" .\" Copyright (c) 1995 Serge V. Vakulenko .\" All rights reserved. @@ -204,16 +204,20 @@ Stop the disc. .Op Fl t Ar tracktypes .Ar trackfile ... .Xc -Write track-at-once cd containing each +Write a track-at-once CD containing each .Ar trackfile -specified. +specified. The string .Ar tracktypes is used to assign types to each corresponding .Ar trackfile . Valid characters for the .Ar tracktypes -string are 'a' for audio, 'd' for data. +string are +.Sq a +for audio, +.Sq d +for data. If there are more tracks specified than corresponding types, the last type will be used for the remainder. If |