diff options
Diffstat (limited to 'man3/malloc.3')
| -rw-r--r-- | man3/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3 index 7c4593958b..c496f1714f 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -51,7 +51,7 @@ If .I nmemb or .I size -is 0, then +is 0, then .BR calloc () returns either NULL, .\" glibc does this: @@ -65,7 +65,7 @@ bytes and returns a pointer to the allocated memory. The memory is not cleared. If .I size -is 0, then +is 0, then .BR malloc () returns either NULL, .\" glibc does this: |
