diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-24 08:25:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-24 08:25:15 +0000 |
commit | c78f85027c08377c81f0cc7ccea993bf784220a5 (patch) | |
tree | 74302494fd4f7560aa546def7a66e54d83971873 /usr.bin/cdio | |
parent | d6af69b8d9310125d3d00ff314db672b2bce7b4e (diff) |
pretty
Diffstat (limited to 'usr.bin/cdio')
-rw-r--r-- | usr.bin/cdio/cdio.1 | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 87ec44194f6..7cb0a76a9e9 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.2 1996/08/24 08:21:02 deraadt Exp $ +.\" $OpenBSD: cdio.1,v 1.3 1996/08/24 08:25:14 deraadt Exp $ .Dd July 3, 1995 .Dt CDIO 1 .Os OpenBSD @@ -42,7 +42,6 @@ need be specified. Word .Nm play can be ommitted. .Bl -tag -width Cm - .It Cm play Ar first_track Op Ar last_track Play from track .Nm first_track @@ -50,7 +49,6 @@ to track .Nm last_track. The first track has number 1. can be ommited 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 @@ -67,83 +65,61 @@ in seconds and .Nm 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. - .It Cm play Op Ar #start_block Op length Play starting from the logical block .Nm start_block using .Nm length logical blocks. - .It Cm pause Stop playing. Do not stop the disc. - .It Cm resume Resume playing. Used after the .Nm pause command. - .It Cm stop Stop the disc. - .It Cm eject Eject the disc. - .It Cm close Inject the disc. - .It Cm volume Ar left_channel Ar right_channel Set the volume of left channel to .Nm left_channel and the volume of right channel to .Nm right_channel. Allowed values are in the range 0-255. - .It Cm volume Ar mute Turn the sound off. - .It Cm volume Ar mono Set the mono mode. - .It Cm volume Ar stereo Set the stereo mode. - .It Cm volume Ar left Play the left subtrack on both left and right channels. - .It Cm volume Ar right Play the right subtrack on both left and right channels. - .It Cm info Print the the table of contents. - .It Cm status Print the information about the disc: the current playing status and position, the current media catalog status, the current values of the volume for left and right channels. - .It Cm help Print the list of available commands. - .It Cm debug Ar on Enable the debugging mode of the CD device driver. - .It Cm debug Ar off Disable the driver debugging mode. - .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 Set LBA ioctl mode. - .It Cm quit Quit the program. - .Sh FILES .Bl -tag -width /dev/rmcd0c -compact .It Pa /dev/rcd0d |