Module Name:    src
Committed By:   isaki
Date:           Sun Dec  2 09:22:30 UTC 2018

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

Log Message:
Correct function name.
freem is used to free memory allocated by allocm.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 src/share/man/man9/audio.9:1.49
--- src/share/man/man9/audio.9:1.48	Sun Dec  2 09:18:26 2018
+++ src/share/man/man9/audio.9	Sun Dec  2 09:22:30 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audio.9,v 1.48 2018/12/02 09:18:26 isaki Exp $
+.\"	$NetBSD: audio.9,v 1.49 2018/12/02 09:22:30 isaki Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -420,7 +420,7 @@ is that some buses need special allocati
 Returns the address of the buffer, or 0 on failure.
 .It Dv void freem(void *hdl, void *addr, size_t size)
 optional, is called to free memory allocated by
-.Va alloc .
+.Va allocm .
 If not supplied
 .Xr free 9
 is used.

Reply via email to