Date: Tue, 3 Jun 2025 23:48:36 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ffacf114e131 - releng/14.3 - Fix incorrect version introduced in manual pages Message-ID: <202506032348.553NmaqD081054@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/14.3 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=ffacf114e1313ab610b7ac4ee4714d35d5a035be commit ffacf114e1313ab610b7ac4ee4714d35d5a035be Author: Tom Hukins <tom@FreeBSD.org> AuthorDate: 2025-05-02 11:00:20 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-06-03 23:47:57 +0000 Fix incorrect version introduced in manual pages Several manual pages for releng/14.3 incorrectly claim that features were first introduced in FreeBSD 15.0. I discovered these by running: git checkout origin/releng/14.3 git grep -F '.Fx 15.0' Approved by: re (cperciva) MFC After: 3 days Reviewed by: imp, ziaee Pull Request: https://github.com/freebsd/freebsd-src/pull/1685 (cherry picked from commit 5b9660caff69c70c9b6d9df5e04a3f21f8cf7996) (cherry picked from commit ef4014882ee1413eba75a78f6e307e16123c63d1) --- lib/libc/gen/psignal.3 | 2 +- lib/libc/gen/rtld_get_var.3 | 2 +- lib/libc/sys/getsockopt.2 | 2 +- lib/libc/sys/setcred.2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3 index b02d23dc16f1..cce2a0c1a4d2 100644 --- a/lib/libc/gen/psignal.3 +++ b/lib/libc/gen/psignal.3 @@ -122,7 +122,7 @@ function appeared in The .Fn psiginfo function appeared in -.Fx 15.0 , +.Fx 14.3 , .Nx 6.0 , and .Dx 4.1 . diff --git a/lib/libc/gen/rtld_get_var.3 b/lib/libc/gen/rtld_get_var.3 index e211d78345e3..092114e86d78 100644 --- a/lib/libc/gen/rtld_get_var.3 +++ b/lib/libc/gen/rtld_get_var.3 @@ -103,4 +103,4 @@ is unknown. The .Nm function first appeared in -.Fx 15.0 . +.Fx 14.3 . diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 868f40e97773..c738a152d859 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -676,7 +676,7 @@ The option originated in .Ox 4.9 and first appeared in -.Fx 15.0 . +.Fx 14.3 . The .Fx implementation aims to be source-compatible. diff --git a/lib/libc/sys/setcred.2 b/lib/libc/sys/setcred.2 index a1b819d24c52..86f61ddfdb30 100644 --- a/lib/libc/sys/setcred.2 +++ b/lib/libc/sys/setcred.2 @@ -248,7 +248,7 @@ does not. The .Fn setcred system call appeared in -.Fx 15.0 . +.Fx 14.3 . .Pp Traditionally in UNIX, all credential changes beyond shuffles of effective, real and saved IDs have been done by setuid binaries that successively call multiple
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506032348.553NmaqD081054>