NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/46446: audio (9) manual page fixup
>Number: 46446
>Category: misc
>Synopsis: audio (9) manual page fixup
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun May 13 00:05:00 +0000 2012
>Originator: Nat Sloss
>Release: NetBSD Current 6.99.6
>Organization:
>Environment:
NetBSD beast 6.99.6 NetBSD 6.99.6 (LOCKDEBUG) #6: Sat May 12 00:23:26 EST 2012
build@beast:/usr/src/sys/arch/i386/compile/obj/LOCKDEBUG i386
>Description:
Hi.
The manual page for audio section 9 refers to mulaw_to_slinear16 when it should
be mulaw_to_linear16.
>How-To-Repeat:
Take a look at the audio(9) manual page.
>Fix:
===================================================================
RCS file: /cvsroot/src/share/man/man9/audio.9,v
retrieving revision 1.43
diff -u -r1.43 audio.9
--- share/man/man9/audio.9 23 Nov 2011 23:11:56 -0000 1.43
+++ share/man/man9/audio.9 12 May 2012 23:42:14 -0000
@@ -207,7 +207,7 @@
.Dv pfil-\*[Gt]append()
with
.Va pfil ,
-.Va mulaw_to_slinear16 ,
+.Va mulaw_to_linear16 ,
and audio_params_t representing [8000Hz, slinear_le, 16/16bit, 2ch].
If the driver needs multiple conversions, a conversion nearest to the
hardware should be set to the head of
Regards,
Nat.
Home |
Main Index |
Thread Index |
Old Index