svn commit: r306450 - head/share/man/man9

Andriy Voskoboinyk avos at FreeBSD.org
Thu Sep 29 14:14:40 UTC 2016


Author: avos
Date: Thu Sep 29 14:14:39 2016
New Revision: 306450
URL: https://svnweb.freebsd.org/changeset/base/306450

Log:
  sysctl.9: add missing underscore (SYSCTL_HANDLERARGS -> SYSCTL_HANDLER_ARGS)

Modified:
  head/share/man/man9/sysctl.9

Modified: head/share/man/man9/sysctl.9
==============================================================================
--- head/share/man/man9/sysctl.9	Thu Sep 29 14:01:06 2016	(r306449)
+++ head/share/man/man9/sysctl.9	Thu Sep 29 14:14:39 2016	(r306450)
@@ -132,7 +132,7 @@
 .Fa "int ctlflags"
 .Fa "void *arg1"
 .Fa "intptr_t arg2"
-.Fa "int (*handler) (SYSCTL_HANDLERARGS)"
+.Fa "int (*handler) (SYSCTL_HANDLER_ARGS)"
 .Fa "const char *format"
 .Fa "const char *descr"
 .Fc


More information about the svn-src-head mailing list