aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-12-28 15:14:59 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-12-28 15:14:59 +0000
commite99fd392645fab01a647eb33f0c951928503ea07 (patch)
tree783082db6fa20685ed01b90b5057f700e516c059
parent90f3949dadd1bb4dcb3e036548f266c4f2c54195 (diff)
downloadsrc-e99fd392645fab01a647eb33f0c951928503ea07.tar.gz
src-e99fd392645fab01a647eb33f0c951928503ea07.zip
Add history: The reallocf() function first appeared in FreeBSD-3.0.
See imp's 199808201619.KAA20970@harmony.village.org in freebsd-hackers (the reallocf.c cvs history mistakenly refers to freebsd-current).
Notes
Notes: svn path=/head/; revision=55186
-rw-r--r--lib/libc/stdlib/malloc.35
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index f4e75e2f748f..f384a14d4a56 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -453,3 +453,8 @@ with discrete germanium transistors. It has since graduated to
handle primary storage rather than secondary.
It first appeared in its new shape and ability in
.Fx 2.2 .
+.Pp
+The
+.Xr reallocf 3
+function first appeared in
+.Fx 3.0 .