malloc.3: tfix: RETURN VALUE: s/realloc/calloc/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Adeodato Sim 2009-01-13 13:50:08 +13:00 committed by Michael Kerrisk
parent d6dcce393f
commit c1f3b740e8
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
.\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de)
.\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap().
.\"
.TH MALLOC 3 2008-04-05 "GNU" "Linux Programmer's Manual"
.TH MALLOC 3 2009-01-13 "GNU" "Linux Programmer's Manual"
.SH NAME
calloc, malloc, free, realloc \- Allocate and free dynamic memory
.SH SYNOPSIS
@ -133,7 +133,7 @@ with a
.I size
of zero,
or by a successful call to
.BR realloc ()
.BR calloc ()
with
.I nmemb
or