[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.30 and 1.31

version 1.30, 2005/01/22 10:21:26 version 1.31, 2006/01/23 00:41:10
Line 135 
Line 135 
 to track  to track
 .Ar last_track .  .Ar last_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 Ic play Ar start_m:start_s.start_f Op Ar end_m:end_s.end_f  .It Xo Ic play
   .Op Ar tr1
   .Ar m1 : Ns Ar s1 Ns Op .f1
   .Op Ar tr2
   .Oo Ar m2 : Ns Ar s2 Ns
   .Op .f2 Oc
   .Xc
 Play from the absolute address  Play from the absolute address
 (MSF) defined by  (MSF) defined by
 .Ar start_m  .Ar m1
 in minutes,  in minutes,
 .Ar start_s  .Ar s1
 in seconds, and  in seconds,
 .Ar start_f  frame number
 (frame number) to the absolute address defined by  .Ar f1 ,
 .Ar end_m  to the absolute address defined by
   .Ar m2
 in minutes,  in minutes,
 .Ar end_s  .Ar s2
 in seconds, and  in seconds,
 .Ar end_f  frame number
 (frame number).  .Ar f2 .
 Minutes are in the range 0-99.  If a track number is specified
 Seconds are in the range 0-59.  .Pq tr Ns Ar X ,
 Frame numbers are in the range 0-74.  then the minutes, seconds, and frame numbers
   are relative to the start of that track.
   Minutes are in the range 0\(en99.
   Seconds are in the range 0\(en59.
   Frame numbers are in the range 0\(en74.
 .It Ic play Op Ar #start_block Op Ar length  .It Ic play Op Ar #start_block Op Ar length
 Play starting from the logical block  Play starting from the logical block
 .Ar start_block  .Ar start_block

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