aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-03-04 06:19:41 +0000
committerWarner Losh <imp@FreeBSD.org>2018-03-04 06:19:41 +0000
commitd132d4ca6097af24707d8535c885450c7fc75f99 (patch)
treeba3b8790dc2f04f7d89df3fb61ac56b7ae3cece9
parent18a119d74c58f8c935034f86c79f94658c340677 (diff)
downloadsrc-d132d4ca6097af24707d8535c885450c7fc75f99.tar.gz
src-d132d4ca6097af24707d8535c885450c7fc75f99.zip
Mention that CTLFLAG_MPSAFE is only for _PROC entries.
Notes
Notes: svn path=/head/; revision=330372
-rw-r--r--share/man/man9/sysctl.93
1 files changed, 3 insertions, 0 deletions
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: