]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
malloc.3: Add 'reallocarray' in NAME
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 19 May 2020 05:59:23 +0000 (07:59 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 19 May 2020 06:05:52 +0000 (08:05 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/malloc.3

index f3e536029d7616e778fc8cc7685800d9bfcdb731..f38c7baca7b0e35c1ce52227e56e76d3da340736 100644 (file)
@@ -33,7 +33,7 @@
 .\"
 .TH MALLOC 3  2020-02-09 "GNU" "Linux Programmer's Manual"
 .SH NAME
-malloc, free, calloc, realloc \- allocate and free dynamic memory
+malloc, free, calloc, realloc, reallocarray \- allocate and free dynamic memory
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>