Module Name: src Committed By: riastradh Date: Wed Aug 31 12:18:41 UTC 2022
Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: reallocarr(3): Touch up xrefs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdlib/reallocarr.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdlib/reallocarr.3 diff -u src/lib/libc/stdlib/reallocarr.3:1.6 src/lib/libc/stdlib/reallocarr.3:1.7 --- src/lib/libc/stdlib/reallocarr.3:1.6 Wed Aug 31 12:17:14 2022 +++ src/lib/libc/stdlib/reallocarr.3 Wed Aug 31 12:18:41 2022 @@ -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