=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cdio/cdio.1,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/cdio/cdio.1 1998/09/23 04:32:36 1.13 --- src/usr.bin/cdio/cdio.1 1999/06/05 01:21:20 1.14 *************** *** 1,7 **** ! .\" $OpenBSD: cdio.1,v 1.13 1998/09/23 04:32:36 aaron Exp $ .Dd July 3, 1995 .Dt CDIO 1 ! .Os OpenBSD 2.0 .Sh NAME .Nm cdio .Nd compact disc control utility --- 1,7 ---- ! .\" $OpenBSD: cdio.1,v 1.14 1999/06/05 01:21:20 aaron Exp $ .Dd July 3, 1995 .Dt CDIO 1 ! .Os .Sh NAME .Nm cdio .Nd compact disc control utility *************** *** 13,32 **** .Op Ar command args ... .Sh DESCRIPTION The ! .Nm cdio program controls audio features of a CD drive. The .Ar device is a name such ! as ``cd0'', ``acd0'', or ``mcd0''. .Pp If a .Ar device ! is not specified, the environment variable .Ev DISC will be used to find the CD device. .Pp If no command is given, ! .Nm cdio enters an interactive mode, reading commands from the standard input. .Pp The following options are available: --- 13,36 ---- .Op Ar command args ... .Sh DESCRIPTION The ! .Nm program controls audio features of a CD drive. The .Ar device is a name such ! as ! .Dq cd0 , ! .Dq acd0 , ! or ! .Dq mcd0 . .Pp If a .Ar device ! is not specified, the environment variable .Ev DISC will be used to find the CD device. .Pp If no command is given, ! .Nm enters an interactive mode, reading commands from the standard input. .Pp The following options are available: *************** *** 53,76 **** may be omitted. .Bl -tag -width Cm .It Cm play Ar first_track Op Ar last_track ! Play from track ! .Nm first_track to track ! .Nm last_track. The first track has number 1 and may be omitted in all cases. .It Cm play Ar start_m:start_s.start_f Op Ar end_m:end_s.end_f Play from the absolute address ! (MSF) defined by .Ar start_m ! in minutes, .Ar start_s, ! in seconds and .Ar start_f (frame number) to the absolute address defined by .Ar end_m ! in minutes, .Ar end_s, ! in seconds and .Ar end_f (frame number). Minutes are in the range 0-99. Seconds are in the range 0-59. Frame numbers are in the range 0-74. --- 57,80 ---- may be omitted. .Bl -tag -width Cm .It Cm 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 Cm play Ar start_m:start_s.start_f Op Ar end_m:end_s.end_f Play from the absolute address ! (MSF) defined by .Ar start_m ! in minutes, .Ar start_s, ! in seconds and .Ar start_f (frame number) to the absolute address defined by .Ar end_m ! in minutes, .Ar end_s, ! in seconds and .Ar end_f (frame number). Minutes are in the range 0-99. Seconds are in the range 0-59. Frame numbers are in the range 0-74. *************** *** 90,96 **** Replay the current track again. .It Cm resume Resume playing. Used after the ! .Nm pause command. .It Cm stop Stop the disc. --- 94,100 ---- Replay the current track again. .It Cm resume Resume playing. Used after the ! .Cm pause command. .It Cm stop Stop the disc. *************** *** 99,109 **** .It Cm close Inject the disc. .It Cm volume Ar left_channel Ar right_channel ! Set the volume of the left channel to .Ar left_channel ! and the volume of the right channel to ! .Ar right_channel . ! Allowed values are in the range 0-255. .It Cm volume Ar mute Turn the sound off. .It Cm volume Ar mono --- 103,113 ---- .It Cm close Inject the disc. .It Cm volume Ar left_channel Ar right_channel ! Set the volume of the left channel to .Ar left_channel ! and the volume of the right channel to ! .Ar right_channel . ! Allowed values are in the range 0-255. .It Cm volume Ar mute Turn the sound off. .It Cm volume Ar mono *************** *** 134,140 **** .Nm and restarting with a different device. .It Cm reset ! Perform the hardware reset of the device. .It Cm set Ar msf Set minute-second-frame ioctl mode (default). .It Cm set Ar lba --- 138,144 ---- .Nm and restarting with a different device. .It Cm reset ! Perform a hardware reset of the device. .It Cm set Ar msf Set minute-second-frame ioctl mode (default). .It Cm set Ar lba *************** *** 153,159 **** Serge V.\ Vakulenko .Sh HISTORY The ! .Nm cdio command is based on .Nm cdcontrol , which first appeared in FreeBSD 2.1. --- 157,163 ---- Serge V.\ Vakulenko .Sh HISTORY The ! .Nm command is based on .Nm cdcontrol , which first appeared in FreeBSD 2.1.