Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Sort SEE ALSO.
details: https://anonhg.NetBSD.org/src/rev/8680e440e813
branches: trunk
changeset: 341472:8680e440e813
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Nov 07 18:46:37 2015 +0000
description:
Sort SEE ALSO.
diffstat:
lib/libc/stdlib/malloc.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r ba04a1719d71 -r 8680e440e813 lib/libc/stdlib/malloc.3
--- a/lib/libc/stdlib/malloc.3 Sat Nov 07 18:26:55 2015 +0000
+++ b/lib/libc/stdlib/malloc.3 Sat Nov 07 18:46:37 2015 +0000
@@ -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 @@
.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 .
Home |
Main Index |
Thread Index |
Old Index