diff options
Diffstat (limited to 'man3/malloc.3')
| -rw-r--r-- | man3/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3 index 917a92ed0e..9e5c83d82c 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -124,7 +124,7 @@ or If the area pointed to was moved, a .I free(ptr) is done. -.SH "RETURN VALUE" +.SH RETURN VALUE The .BR malloc () and @@ -163,7 +163,7 @@ is returned. If .BR realloc () fails the original block is left untouched; it is not freed or moved. -.SH "CONFORMING TO" +.SH CONFORMING TO C89, C99. .SH NOTES By default, Linux follows an optimistic memory allocation strategy. @@ -254,7 +254,7 @@ include a implementation which is tunable via environment variables. For details, see .BR mallopt (3). -.SH "SEE ALSO" +.SH SEE ALSO .\" http://g.oswego.edu/dl/html/malloc.html .\" A Memory Allocator - by Doug Lea .\" |
