malloc.3: Add 'reallocarray' in NAME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-19 07:59:23 +02:00
parent e3a78ee965
commit 1cff573d31
1 changed files with 1 additions and 1 deletions

View 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>