Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix a typo in a function name. Found by Nat ...



details:   https://anonhg.NetBSD.org/src/rev/3e480241ffdb
branches:  trunk
changeset: 797290:3e480241ffdb
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Jul 13 11:08:46 2014 +0000

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

diffstat:

 share/man/man9/audio.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 337818329974 -r 3e480241ffdb share/man/man9/audio.9
--- a/share/man/man9/audio.9    Sun Jul 13 11:03:26 2014 +0000
+++ b/share/man/man9/audio.9    Sun Jul 13 11:08:46 2014 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index