From e99fd392645fab01a647eb33f0c951928503ea07 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Tue, 28 Dec 1999 15:14:59 +0000 Subject: [PATCH] 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). --- lib/libc/stdlib/malloc.3 | 5 +++++ 1 file changed, 5 insertions(+) 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 .