diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-04 07:58:20 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-04 07:58:20 +0000 |
commit | c10a978076bb5868afe136274255bff552c0f514 (patch) | |
tree | 368be62a20ca2be4f83fd5674218ee50e2f4a32a /regress/sys | |
parent | 4e34f2e58471a5fec94bdf7037f93301135750db (diff) |
better
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/dev/audio/autest.1 | 10 |
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). |