From 450cd8475a9e9aa232dc37ca702f517be0517028 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 12 May 2018 10:11:33 +0000 Subject: [PATCH] PROC_PDEATHSIG_CTL will appear first in 11.2. Submitted by: Thomas Munro MFC after: 3 days Differential revision: https://reviews.freebsd.org/D15399 --- lib/libc/sys/procctl.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/procctl.2 b/lib/libc/sys/procctl.2 index bf2243228a3..4ee0bbd19bb 100644 --- a/lib/libc/sys/procctl.2 +++ b/lib/libc/sys/procctl.2 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 20, 2018 +.Dd May 12, 2018 .Dt PROCCTL 2 .Os .Sh NAME @@ -550,4 +550,4 @@ The .Dv PROC_PDEATHSIG_CTL facility is based on the prctl(PR_SET_PDEATHSIG, ...) feature of Linux, and first appeared in -.Fx 12.0 . +.Fx 11.2 .