Sort SEE ALSO.

This commit is contained in:
wiz 2015-11-07 18:46:37 +00:00
parent a08385b414
commit c9e587d5a6
1 changed files with 3 additions and 3 deletions

View File

@ -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 .