Module Name:    src
Committed By:   mbalmer
Date:           Sun Jul 13 11:08:46 UTC 2014

Modified Files:
        src/share/man/man9: audio.9

Log Message:
Fix a typo in a function name.  Found by Nat Sloss, thanks.
Fixes PR misc/46446.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/share/man/man9/audio.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/audio.9
diff -u src/share/man/man9/audio.9:1.43 src/share/man/man9/audio.9:1.44
--- src/share/man/man9/audio.9:1.43	Wed Nov 23 23:11:56 2011
+++ src/share/man/man9/audio.9	Sun Jul 13 11:08:46 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audio.9,v 1.43 2011/11/23 23:11:56 jmcneill Exp $
+.\"	$NetBSD: audio.9,v 1.44 2014/07/13 11:08:46 mbalmer Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 23, 2011
+.Dd July 13, 2014
 .Dt AUDIO 9
 .Os
 .Sh NAME
@@ -207,7 +207,7 @@ support 8bit mu-law, but 16bit slinear_l
 .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

Reply via email to