summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/sys/dev/audio/autest.110
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sys/dev/audio/autest.1 b/regress/sys/dev/audio/autest.1
index 129872cd54e..1673e485ea6 100644
--- a/regress/sys/dev/audio/autest.1
+++ b/regress/sys/dev/audio/autest.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: autest.1,v 1.2 2003/02/01 18:09:27 jason Exp $
+.\" $OpenBSD: autest.1,v 1.3 2003/02/04 07:58:19 jason Exp $
.\"
.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -70,12 +70,12 @@ formats if supported by the device:
.It Cm ulinear_be
16 bit unsigned linear big endian
.It Cm slinear
-8 bit signed linear
+8 bit signed linear (twos complement)
.It Cm slinear_le
-16 bit signed linear little endian
+16 bit signed linear little endian (twos complement)
.It Cm slinear_be
-16 bit signed linear big endian
+16 bit signed linear big endian (twos complement)
.Sh SEE ALSO
.Xr audio 4
.Sh BUGS
-The ADPCM encoding sounds very noisy on CS4231 (it's probaly incorrect).
+The ADPCM encoding sounds very noisy on CS4231 (it's probably incorrect).