summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2022-08-31 12:18:41 +0000
committerriastradh <riastradh@NetBSD.org>2022-08-31 12:18:41 +0000
commit875d1facee73648ceba3c1cca9e1456478aa0e2d (patch)
treecab4556bf89a926b14df9125243b4e51f98c3539 /lib/libc/stdlib
parent07013be170d6a75fd17321f5163fb83910c93ad6 (diff)
reallocarr(3): Touch up xrefs.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/reallocarr.38
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/stdlib/reallocarr.3 b/lib/libc/stdlib/reallocarr.3
index 5b1629cb90e..446f281a4cb 100644
--- a/lib/libc/stdlib/reallocarr.3
+++ b/lib/libc/stdlib/reallocarr.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: reallocarr.3,v 1.6 2022/08/31 12:17:14 riastradh Exp $
+.\" $NetBSD: reallocarr.3,v 1.7 2022/08/31 12:18:41 riastradh Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -123,7 +123,7 @@ as a side effect.
Note that the argument
.Fa ptrp
is a pointer to a pointer to allocated memory, unlike
-.Xr realloc
+.Xr realloc 3
which takes a pointer to allocated memory.
.Sh RETURN VALUES
On successful completion,
@@ -163,7 +163,9 @@ if (error)
assert(data == NULL);
.Ed
.Sh SEE ALSO
-.Xr calloc 3
+.Xr calloc 3 ,
+.Xr realloc 3 ,
+.Xr reallocarray 3
.Sh HISTORY
.Nm
first appeared in