git: fac95c74d23d - stable/15 - pdfork.2: correct pdrfork's HISTORY section

From: Alan Somers <asomers_at_FreeBSD.org>
Date: Mon, 27 Apr 2026 19:37:48 UTC
The branch stable/15 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=fac95c74d23d645eb2b8487049051cb2d83fb117

commit fac95c74d23d645eb2b8487049051cb2d83fb117
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2026-04-19 15:26:50 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2026-04-27 19:37:22 +0000

    pdfork.2: correct pdrfork's HISTORY section
    
    Since pdrfork will be included in FreeBSD 15.1
    
    Reviewed by:    kib
    Differential Revision: https://reviews.freebsd.org/D56513
    
    (cherry picked from commit 9d39213d222395eb40323102db018cbedf773ddf)
---
 lib/libsys/pdfork.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libsys/pdfork.2 b/lib/libsys/pdfork.2
index 49226cf069de..3997570d2125 100644
--- a/lib/libsys/pdfork.2
+++ b/lib/libsys/pdfork.2
@@ -30,7 +30,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 20, 2026
+.Dd April 19, 2026
 .Dt PDFORK 2
 .Os
 .Sh NAME
@@ -256,7 +256,7 @@ The
 and
 .Fn pdwait
 system calls first appeared in
-.Fx 16.0 .
+.Fx 15.1 .
 .Pp
 Support for process descriptors mode was developed as part of the
 .Tn TrustedBSD