svn commit: r330372 - head/share/man/man9
Warner Losh
imp at FreeBSD.org
Sun Mar 4 06:19:42 UTC 2018
Author: imp
Date: Sun Mar 4 06:19:41 2018
New Revision: 330372
URL: https://svnweb.freebsd.org/changeset/base/330372
Log:
Mention that CTLFLAG_MPSAFE is only for _PROC entries.
Modified:
head/share/man/man9/sysctl.9
Modified: head/share/man/man9/sysctl.9
==============================================================================
--- head/share/man/man9/sysctl.9 Sun Mar 4 04:49:09 2018 (r330371)
+++ head/share/man/man9/sysctl.9 Sun Mar 4 06:19:41 2018 (r330372)
@@ -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:
More information about the svn-src-all
mailing list