Date: Thu, 9 Nov 2017 23:36:10 +0000 (UTC) From: Matt Joras <mjoras@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325622 - head/share/man/man9 Message-ID: <201711092336.vA9NaAU6052644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711092336.vA9NaAU6052644>