[BACK]Return to cdio.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cdio

Diff for /src/usr.bin/cdio/cdio.1 between version 1.31 and 1.32

version 1.31, 2006/01/23 00:41:10 version 1.32, 2006/05/31 01:14:41
Line 97 
Line 97 
 .Ic play  .Ic play
 may be omitted.  may be omitted.
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Ic blank
   Minimally blank the disc.
 .It Ic cddb Op Ar n  .It Ic cddb Op Ar n
 Print the table of contents after matching the disc with the cddb.  Print the table of contents after matching the disc with the cddb.
 In case of multiple matches, reissue the command with  In case of multiple matches, reissue the command with
Line 198 
Line 200 
 and the current values of the volume for left and right channels.  and the current values of the volume for left and right channels.
 .It Ic stop  .It Ic stop
 Stop the disc.  Stop the disc.
   .It Xo Ic tao
   .Op Fl t Ar tracktypes
   .Ar trackfile ...
   .Xc
   Write track-at-once cd containing each
   .Ar trackfile
   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.
   If there are more tracks specified than corresponding
   types, the last type will be used for the remainder.
   If
   .Ar tracktypes
   is completely unspecified, a track type of data is used.
   This option is only available from the command line.
 .It Ic volume Ar left_channel Ar right_channel  .It Ic volume Ar left_channel Ar right_channel
 Set the volume of the left channel to  Set the volume of the left channel to
 .Ar left_channel  .Ar left_channel

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32