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:
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to