diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-07-20 09:06:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-07-20 09:06:18 +0000 |
commit | f4225c095ae4a89bad3d36386cc6e596fbd26a10 (patch) | |
tree | ca0510024e17b503e7573e9a592b230a25c3fe46 | |
parent | 711e46e8048d842531eed4247fd567939cb62777 (diff) |
- document the "play" default a little more clearly
- document the difference between "play" and "cdplay" more clearly
ok mjc
-rw-r--r-- | usr.bin/cdio/cdio.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 3018d34977d..c35df76e59a 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.44 2007/05/31 19:20:08 jmc Exp $ +.\" $OpenBSD: cdio.1,v 1.45 2007/07/20 09:06:17 jmc Exp $ .\" .\" Copyright (c) 1995 Serge V. Vakulenko .\" All rights reserved. @@ -29,7 +29,7 @@ .\" (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: May 31 2007 $ +.Dd $Mdocdate: July 20 2007 $ .Dt CDIO 1 .Os .Sh NAME @@ -80,9 +80,11 @@ Print as much information as possible. The available commands are listed below. Only as many characters as are required to uniquely identify a command need be specified. -The word +If no command is given, +only a track number or range, +then .Ic play -may be omitted. +is assumed. .Bl -tag -width Ds .It Ic blank Minimally blank the disc. @@ -103,8 +105,9 @@ command. .It Ic cdplay Op Ar track1-trackN ... Play specified tracks from disk. Unlike -.Ic cdrip -it rips tracks from disk and outputs audio data to +.Ic play , +the CD player need not be connected to an audio device; +instead it rips tracks from disk and outputs audio data to .Pa /dev/audio . Both individual tracks and track ranges may be specified. If range is specified in descending order tracks will be played in descending order. |