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/e95531d8ea72
branches:  trunk
changeset: 811614:e95531d8ea72
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 b73d0cabe8a7 -r e95531d8ea72 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