=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cdio/cdio.1,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/usr.bin/cdio/cdio.1 2009/04/10 18:51:44 1.52 --- src/usr.bin/cdio/cdio.1 2009/06/03 00:45:59 1.53 *************** *** 1,4 **** ! .\" $OpenBSD: cdio.1,v 1.52 2009/04/10 18:51:44 ratchov Exp $ .\" .\" Copyright (c) 1995 Serge V. Vakulenko .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: cdio.1,v 1.53 2009/06/03 00:45:59 naddy Exp $ .\" .\" Copyright (c) 1995 Serge V. Vakulenko .\" All rights reserved. *************** *** 29,35 **** .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: April 10 2009 $ .Dt CDIO 1 .Os .Sh NAME --- 29,35 ---- .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: June 3 2009 $ .Dt CDIO 1 .Os .Sh NAME *************** *** 88,94 **** .Bl -tag -width Ds .It Ic blank Minimally blank the disc. ! .It Ic cddb Op Ar n Print the Table Of Contents (TOC) after matching the disc with the CDDB. In case of multiple matches, reissue the command with .Ar n . --- 88,94 ---- .Bl -tag -width Ds .It Ic blank Minimally blank the disc. ! .It Ic cddbinfo Op Ar n Print the Table Of Contents (TOC) after matching the disc with the CDDB. In case of multiple matches, reissue the command with .Ar n . *************** *** 143,160 **** .It Ic pause Stop playing. Do not stop the disc. ! .It Ic play Ar first_track Op Ar last_track Play from track ! .Ar first_track to track ! .Ar last_track . The first track has number 1 and may be omitted in all cases. .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 (MSF) defined by --- 143,165 ---- .It Ic pause Stop playing. Do not stop the disc. ! .It Xo Ic play ! .Oo Ar track1 Ns Op Ar .index1 Oc ! .Ar track2 Ns Op Ar .index2 ! .Xc Play from track ! .Ar track1 to 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. .It Xo Ic play .Op Ar tr1 ! .Ar m1 : Ns Ar s1 Ns Oo ! .Ar .f1 Oc .Op Ar tr2 .Oo Ar m2 : Ns Ar s2 Ns ! .Op Ar .f2 Oc .Xc Play from the absolute address (MSF) defined by *************** *** 178,189 **** 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 Play starting from the logical block ! .Ar start_block using ! .Ar length logical blocks. .It Ic previous Play the previous track. If we're at the first track, restart. --- 183,195 ---- 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 #block Op Ar len Play starting from the logical block ! .Ar block using ! .Ar len logical blocks. + If no block is specified, play the whole disc. .It Ic previous Play the previous track. If we're at the first track, restart.