Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Correct function name.
details: https://anonhg.NetBSD.org/src/rev/b624744f3a98
branches: trunk
changeset: 995010:b624744f3a98
user: isaki <isaki%NetBSD.org@localhost>
date: Sun Dec 02 09:22:30 2018 +0000
description:
Correct function name.
freem is used to free memory allocated by allocm.
diffstat:
share/man/man9/audio.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7773c67bf60f -r b624744f3a98 share/man/man9/audio.9
--- a/share/man/man9/audio.9 Sun Dec 02 09:18:26 2018 +0000
+++ b/share/man/man9/audio.9 Sun Dec 02 09:22:30 2018 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index