diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/malloc_hook.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/malloc_hook.3')
| -rw-r--r-- | man3/malloc_hook.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3 index 8ce32255f4..11a8c0c61d 100644 --- a/man3/malloc_hook.3 +++ b/man3/malloc_hook.3 @@ -75,6 +75,8 @@ The variable points at a function that is called each time after .BR sbrk (2) was asked for more memory. +.SH "CONFORMING TO" +These functions are GNU extensions. .SH "EXAMPLE" Here is a short example of how to use these variables. .sp @@ -123,8 +125,6 @@ my_malloc_hook(size_t size, const void *caller) return result; } .fi -.SH "CONFORMING TO" -These functions are GNU extensions. .SH "SEE ALSO" .BR mallinfo (3), .BR malloc (3), |
