The branch stable/13 has been updated by obrien: URL: https://cgit.FreeBSD.org/src/commit/?id=1d3faa4dcb0ec61d72c172949af812f060e29909
commit 1d3faa4dcb0ec61d72c172949af812f060e29909 Author: David E. O'Brien <[email protected]> AuthorDate: 2022-02-17 04:03:48 +0000 Commit: David E. O'Brien <[email protected]> CommitDate: 2022-02-17 04:12:18 +0000 Document when zfree(9) was added to FreeBSD. (cherry picked from commit 74ca6a22f9c1ff9ea407de7053891fca5a680402) --- share/man/man9/malloc.9 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 71375e90951f..c240344ea77e 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -381,3 +381,7 @@ message. .Xr domainset 9 , .Xr memguard 9 , .Xr vnode 9 +.Sh HISTORY +.Fn zfree +first appeared in +.Fx 13.0 .
