summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2026-04-19 09:26:50 -0600
committerAlan Somers <asomers@FreeBSD.org>2026-04-19 10:03:13 -0600
commit9d39213d222395eb40323102db018cbedf773ddf (patch)
tree8ac5f293596f9b37a349c9e6d06bc666397578c4 /lib
parent5cfadb6633128dccc32b1e4f84386ad705adc721 (diff)
pdfork.2: correct pdrfork's HISTORY sectionHEADmain
Since pdrfork will be included in FreeBSD 15.1 Reviewed by: kib MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D56513
Diffstat (limited to 'lib')
-rw-r--r--lib/libsys/pdfork.24
1 files 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