Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib reallocarr(3): Touch up xrefs.



details:   https://anonhg.NetBSD.org/src/rev/c75a59e01ef0
branches:  trunk
changeset: 369776:c75a59e01ef0
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Aug 31 12:18:41 2022 +0000

description:
reallocarr(3): Touch up xrefs.

diffstat:

 lib/libc/stdlib/reallocarr.3 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 32bf2e30b2d5 -r c75a59e01ef0 lib/libc/stdlib/reallocarr.3
--- a/lib/libc/stdlib/reallocarr.3      Wed Aug 31 12:17:14 2022 +0000
+++ b/lib/libc/stdlib/reallocarr.3      Wed Aug 31 12:18:41 2022 +0000
@@ -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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index