From 16d50b0d6296cd08d7e5b7919bc5cefc05aafe5b Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 4 Mar 2018 06:19:41 +0000 Subject: [PATCH] Mention that CTLFLAG_MPSAFE is only for _PROC entries. --- share/man/man9/sysctl.9 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9 index a91d987a3cdc..2e989e774060 100644 --- a/share/man/man9/sysctl.9 +++ b/share/man/man9/sysctl.9 @@ -667,6 +667,9 @@ This .Xr sysctl 9 handler is MP safe. Do not grab Giant around calls to this handler. +This should only be used for +.Fn SYSCTL_PROC +entries. .El .Pp Additionally, any of the following optional flags may also be specified: