diff options
author | 2006-06-01 07:55:10 +0000 | |
---|---|---|
committer | 2006-06-01 07:55:10 +0000 | |
commit | 74560c7c57703113ce9bad3b3edf35b92b9997fb (patch) | |
tree | 3beccaf086682f885c835cee06e5ff81a96f1b79 | |
parent | enable error interrupts and install handlers for same (the handlers don't do much yet) (diff) | |
download | wireguard-openbsd-74560c7c57703113ce9bad3b3edf35b92b9997fb.tar.xz wireguard-openbsd-74560c7c57703113ce9bad3b3edf35b92b9997fb.zip |
tidy up the "tao" section;
diff from deraadt or mjc, i'm not sure; tweaks by me
ok deraadt
-rw-r--r-- | usr.bin/cdio/cdio.1 | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 22012e64c44..fe4ed15cb94 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.35 2006/06/01 06:32:17 mjc Exp $ +.\" $OpenBSD: cdio.1,v 1.36 2006/06/01 07:55:10 jmc Exp $ .\" .\" Copyright (c) 1995 Serge V. Vakulenko .\" All rights reserved. @@ -201,22 +201,20 @@ and the current values of the volume for left and right channels. .It Ic stop Stop the disc. .It Xo Ic tao -.Op Fl a -.Op Fl d +.Op Fl ad .Ar trackfile ... .Xc -Write a track-at-once CD containing each -.Ar trackfile -specified. -The tracktype is specified by using the -.Fl a -flag for audio and -.Fl d -for data tracks. -If there are more tracks specified than corresponding -types, the last type will be used for the remainder. -If no tracktypes are specified a track type of data is used. -This command is only available from the command line. +.Bq command line only +\ \&Write a track-at-once CD containing the specified +.Ar trackfile . +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl a +Write files as audio tracks. +.It Fl d +Write files as data tracks (the default). +.El .It Ic volume Ar left_channel Ar right_channel Set the volume of the left channel to .Ar left_channel |