The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=8efcc64928f96bb26a58ec04750688110502227f
commit 8efcc64928f96bb26a58ec04750688110502227f Author: Robert Clausecker <[email protected]> AuthorDate: 2025-12-01 15:19:33 +0000 Commit: Robert Clausecker <[email protected]> CommitDate: 2026-02-13 17:52:12 +0000 Summary: *.3: misc man page fixes Approved by: markj (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D55249 --- lib/libc/stdlib/reallocarray.3 | 2 +- share/man/man3/stdbit.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdlib/reallocarray.3 b/lib/libc/stdlib/reallocarray.3 index 9a2ab5c7a840..d72513c2f301 100644 --- a/lib/libc/stdlib/reallocarray.3 +++ b/lib/libc/stdlib/reallocarray.3 @@ -176,4 +176,4 @@ The function first appeared in .Ox 6.1 and -.Fx 16.0 . +.Fx 15.1 . diff --git a/share/man/man3/stdbit.3 b/share/man/man3/stdbit.3 index ec647fea4a7f..bdee56cc8013 100644 --- a/share/man/man3/stdbit.3 +++ b/share/man/man3/stdbit.3 @@ -117,4 +117,4 @@ The header and the macros and functions defined therein where added in .Fx 15.1. .Sh AUTHOR -.Ah Robert Clausecker Aq Mt [email protected] +.An Robert Clausecker Aq Mt [email protected]
