Author: mjoras
Date: Thu Nov  9 23:36:10 2017
New Revision: 325622
URL: https://svnweb.freebsd.org/changeset/base/325622

Log:
  Correct mistake in manpage.
  
  Reported by:  pluknet
  Approved by:  rstone (mentor)
  MFC with:     r325621
  Pointy hat to:  mjoras

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

Modified: head/share/man/man9/EVENTHANDLER.9
==============================================================================
--- head/share/man/man9/EVENTHANDLER.9  Thu Nov  9 22:51:48 2017        
(r325621)
+++ head/share/man/man9/EVENTHANDLER.9  Thu Nov  9 23:36:10 2017        
(r325622)
@@ -86,7 +86,7 @@ associated with it.
 .Pp
 The normal way to use this subsystem is via the macro interface.
 For events that are high frequency it is suggested that you additionally use
-.Fn EVENTHANDLER_DEFINE_LIST
+.Fn EVENTHANDLER_LIST_DEFINE
 so that the event handlers can be invoked directly using
 .Fn EVENTHANDLER_DIRECT_INVOKE
 (see below).
_______________________________________________
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