Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Note memoryallocators(9) in this perhaps too...



details:   https://anonhg.NetBSD.org/src/rev/1ed821be8067
branches:  trunk
changeset: 769474:1ed821be8067
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Sep 11 10:05:23 2011 +0000

description:
Note memoryallocators(9) in this perhaps too generally named page.

diffstat:

 lib/libc/stdlib/memory.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r a90b780fc025 -r 1ed821be8067 lib/libc/stdlib/memory.3
--- a/lib/libc/stdlib/memory.3  Sun Sep 11 09:02:45 2011 +0000
+++ b/lib/libc/stdlib/memory.3  Sun Sep 11 10:05:23 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: memory.3,v 1.10 2003/08/07 16:43:42 agc Exp $
+.\"    $NetBSD: memory.3,v 1.11 2011/09/11 10:05:23 jruoho Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     from: @(#)memory.3     8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 4, 1993
+.Dd September 11, 2011
 .Dt MEMORY 3
 .Os
 .Sh NAME
@@ -57,6 +57,8 @@
 These functions allocate and free memory for the calling process.
 They are described in the
 individual manual pages.
+The memory allocators used in the kernel are described in
+.Xr memoryallocators 9 .
 .Sh SEE ALSO
 .Xr alloca 3 ,
 .Xr calloc 3 ,



Home | Main Index | Thread Index | Old Index