[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.41 and 1.42

version 1.41, 2007/03/26 11:46:07 version 1.42, 2007/05/26 03:00:03
Line 92 
Line 92 
 .Ar n .  .Ar n .
 .It Ic cdid  .It Ic cdid
 Print the disc ID that will be used for matching with the CDDB.  Print the disc ID that will be used for matching with the CDDB.
   .It Ic cdrip
   .Op Ar track1-trackN ...
   Rip specified tracks from disk.
   Audio tracks are saved as WAVE sound files.
   All tracks will be saved in the current working directory.
   If parameters are omitted, all tracks are ripped.
   Both individual tracks and track ranges may be specified, in the same format as the
   .Ic cdplay
   command.
   .It Ic cdplay
   .Op Ar track1-trackN ...
   Play specified tracks from disk.
   Unlike
   .Ic cdrip
   it rips tracks from disk and outputs audio data to
   .Pa /dev/audio .
   Both individual tracks and track ranges may be specified.
   If range is specified in descending order tracks will be played in descending order.
   If the first value in the range is omitted, tracks from first track on disk to the specified one will be played.
   If the last value in the range is omitted, tracks from the specified track to the last track on disk will be played.
 .It Ic close  .It Ic close
 Inject the disc.  Inject the disc.
 .It Ic debug Ar on | off  .It Ic debug Ar on | off

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42