summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-06-24 14:00:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-06-24 14:00:02 +0000
commit53ad4afa4c64d3779defb74205750e18bc153077 (patch)
tree28aaf977932e3a38af490cc90c11b487512c543a /usr.bin
parent48c8eb9712130d64a330419d24d6cba6d7acef68 (diff)
clarify tao's -a option; ok av fgsch
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cdio/cdio.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1
index 644d5dc24ff..8a63d15a1bf 100644
--- a/usr.bin/cdio/cdio.1
+++ b/usr.bin/cdio/cdio.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cdio.1,v 1.49 2008/06/23 07:04:50 jmc Exp $
+.\" $OpenBSD: cdio.1,v 1.50 2008/06/24 14:00:01 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: June 23 2008 $
+.Dd $Mdocdate: June 24 2008 $
.Dt CDIO 1
.Os
.Sh NAME
@@ -221,9 +221,9 @@ The options are as follows:
.Bl -tag -width Ds -compact
.It Fl a
Write files as audio tracks.
-Acceptable formats of audio track are CD-DA track
-and WAVE audio with 2 channels of PCM audio,
-each signed 16-bit (little endian) values sampled at 44100 Hz.
+File formats of audio tracks may be CDDA or WAVE
+with 2 channels of PCM audio,
+signed 16-bit (little endian) values sampled at 44100 Hz.
.It Fl d
Write files as data tracks (the default).
.El