summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2015-11-07 18:46:37 +0000
committerwiz <wiz@NetBSD.org>2015-11-07 18:46:37 +0000
commit0d7f0176bcfc99dc331ceeef3386d7c20595ba97 (patch)
treec0c784ea34ee742d061c13b01396218e1394d6b2 /lib/libc/stdlib
parentef205ed793b3f202512adb04a1e84de95c4b8f43 (diff)
Sort SEE ALSO.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 8707ab7529a..b6a01466365 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.3,v 1.45 2015/11/07 16:21:42 nros Exp $
+.\" $NetBSD: malloc.3,v 1.46 2015/11/07 18:46:37 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -247,13 +247,13 @@ size = newsize;
.Xr madvise 2 ,
.Xr mmap 2 ,
.Xr sbrk 2 ,
+.Xr aligned_alloc 3 ,
.Xr alloca 3 ,
.Xr atexit 3 ,
.Xr getpagesize 3 ,
.Xr memory 3 ,
.Xr posix_memalign 3 ,
-.Xr reallocarr 3 ,
-.Xr aligned_alloc 3
+.Xr reallocarr 3
.Pp
For the implementation details, see
.Xr jemalloc 3 .