aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-16 18:25:50 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-16 18:25:50 +0000
commite37e328263f0fdf188edcdeb820621ecd67a32f6 (patch)
tree623fba7a9e3a09a42df3fa237c5e6f4c430700cb /man3/malloc.3
parent8af1ba10bd5ee1b92995fce133803f16156dca94 (diff)
downloadman-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz
Move SEE ALSO section to end of page
Diffstat (limited to 'man3/malloc.3')
-rw-r--r--man3/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3
index 03c99f659c..c1b689d11f 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -122,9 +122,6 @@ If
fails the original block is left untouched; it is not freed or moved.
.SH "CONFORMING TO"
C89, C99.
-.SH "SEE ALSO"
-.BR brk (2),
-.BR posix_memalign (3)
.SH NOTES
The Unix98 standard requires
.BR malloc (),
@@ -194,3 +191,6 @@ See also the kernel Documentation directory, files
.I vm/overcommit-accounting
and
.IR sysctl/vm.txt .
+.SH "SEE ALSO"
+.BR brk (2),
+.BR posix_memalign (3)