[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.52 and 1.53

version 1.52, 2009/04/10 18:51:44 version 1.53, 2009/06/03 00:45:59
Line 88 
Line 88 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Ic blank  .It Ic blank
 Minimally blank the disc.  Minimally blank the disc.
 .It Ic cddb Op Ar n  .It Ic cddbinfo Op Ar n
 Print the Table Of Contents (TOC) after matching the disc with the CDDB.  Print the Table Of Contents (TOC) 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
 .Ar n .  .Ar n .
Line 143 
Line 143 
 .It Ic pause  .It Ic pause
 Stop playing.  Stop playing.
 Do not stop the disc.  Do not stop the disc.
 .It Ic play Ar first_track Op Ar last_track  .It Xo Ic play
   .Oo Ar track1 Ns Op Ar .index1 Oc
   .Ar track2 Ns Op Ar .index2
   .Xc
 Play from track  Play from track
 .Ar first_track  .Ar track1
 to track  to track
 .Ar last_track .  .Ar track2 .
   An index point can be specified for each track.
 The first track has number 1 and may be omitted in all cases.  The first track has number 1 and may be omitted in all cases.
 .It Xo Ic play  .It Xo Ic play
 .Op Ar tr1  .Op Ar tr1
 .Ar m1 : Ns Ar s1 Ns Op .f1  .Ar m1 : Ns Ar s1 Ns Oo
   .Ar .f1 Oc
 .Op Ar tr2  .Op Ar tr2
 .Oo Ar m2 : Ns Ar s2 Ns  .Oo Ar m2 : Ns Ar s2 Ns
 .Op .f2 Oc  .Op Ar .f2 Oc
 .Xc  .Xc
 Play from the absolute address  Play from the absolute address
 (MSF) defined by  (MSF) defined by
Line 178 
Line 183 
 Minutes are in the range 0\(en99.  Minutes are in the range 0\(en99.
 Seconds are in the range 0\(en59.  Seconds are in the range 0\(en59.
 Frame numbers are in the range 0\(en74.  Frame numbers are in the range 0\(en74.
 .It Ic play Op Ar #start_block Op Ar length  .It Ic play Op Ar #block Op Ar len
 Play starting from the logical block  Play starting from the logical block
 .Ar start_block  .Ar block
 using  using
 .Ar length  .Ar len
 logical blocks.  logical blocks.
   If no block is specified, play the whole disc.
 .It Ic previous  .It Ic previous
 Play the previous track.  Play the previous track.
 If we're at the first track, restart.  If we're at the first track, restart.

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53