diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-26 02:12:43 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-26 02:12:43 +0000 |
commit | 726e1333104472a47ec751b33fa28257f629dbe7 (patch) | |
tree | 836b2a6f69b202451ea8acb8f8202208a13db278 /usr.bin/cdio | |
parent | 066351477741e55acc2cf2cdf749421b2d00d1a4 (diff) |
Man page updated to reflect recent additions.
Diffstat (limited to 'usr.bin/cdio')
-rw-r--r-- | usr.bin/cdio/cdio.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 51965e3fbc1..24794e11126 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.6 1996/12/10 09:06:28 deraadt Exp $ +.\" $OpenBSD: cdio.1,v 1.7 1997/02/26 02:12:42 angelos Exp $ .Dd July 3, 1995 .Dt CDIO 1 .Os OpenBSD 2.0 @@ -73,6 +73,10 @@ using logical blocks. .It Cm pause Stop playing. Do not stop the disc. +.It Cm next +Play the next track. If we're at the last track, stop. +.It Cm previous +Play the previous track. If we're at the first track, restart. .It Cm resume Resume playing. Used after the .Nm pause |