diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2025-12-01 15:19:33 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-13 17:52:12 +0000 |
| commit | 8efcc64928f96bb26a58ec04750688110502227f (patch) | |
| tree | 48729693b885b6f77ef3b541a22e4b0ae35e6180 | |
| parent | 2cfca8e710f260b8a1bb1ee5e1836a52e468ef4b (diff) | |
Summary: *.3: misc man page fixes
Approved by: markj (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55249
| -rw-r--r-- | lib/libc/stdlib/reallocarray.3 | 2 | ||||
| -rw-r--r-- | 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 fuz@FreeBSD.org +.An Robert Clausecker Aq Mt fuz@FreeBSD.org |
