diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2024-11-14 19:30:54 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2024-11-21 00:45:07 +0000 |
| commit | 098ed26bf4564362c4478b8c92b11ab9ca074da1 (patch) | |
| tree | 8e1b37d18e0b8ba1da9db31ea45381eaf6ee204c /lib/libc/stdlib/reallocarray.3 | |
| parent | 15f6edf20e4e1542f2385a9cbd6e996e23252858 (diff) | |
Diffstat (limited to 'lib/libc/stdlib/reallocarray.3')
| -rw-r--r-- | lib/libc/stdlib/reallocarray.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdlib/reallocarray.3 b/lib/libc/stdlib/reallocarray.3 index d92be7d3f66b..80035c67a497 100644 --- a/lib/libc/stdlib/reallocarray.3 +++ b/lib/libc/stdlib/reallocarray.3 @@ -131,6 +131,10 @@ if ((newp = reallocarray(p, num, size)) == NULL) { .Ed .Sh SEE ALSO .Xr realloc 3 +.Sh STANDARDS +.Fn reallocarray +conforms to +.St -p1003.1-2024 . .Sh HISTORY The .Fn reallocarray |
