summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2013-08-14 00:42:21 +0000
committermarkj <markj@FreeBSD.org>2013-08-14 00:42:21 +0000
commitcee1e037da7213db868bb6bfc99884926330de56 (patch)
tree8b4622cbc65ef30919bb38531ed18a5a5c4f7f03 /share/man/man9
parentca13e69c2fa126397190f335a734aec79c296ea8 (diff)
downloadFreeBSD-src-cee1e037da7213db868bb6bfc99884926330de56.zip
FreeBSD-src-cee1e037da7213db868bb6bfc99884926330de56.tar.gz
Use kld_{load,unload} instead of mod_{load,unload} for the linker file load
and unload event handlers added in r254266. Reported by: jhb X-MFC with: r254266
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/EVENTHANDLER.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/EVENTHANDLER.9 b/share/man/man9/EVENTHANDLER.9
index ee015cd..c3b646d 100644
--- a/share/man/man9/EVENTHANDLER.9
+++ b/share/man/man9/EVENTHANDLER.9
@@ -199,10 +199,10 @@ Callbacks invoked when a new network interface appears.
Callbacks invoked when a network interface is taken down.
.It Vt bpf_track
Callbacks invoked when a BPF listener attaches to/detaches from network interface.
-.It Vt mod_load
-Callbacks invoked after a module has been loaded.
-.It Vt mod_unload
-Callbacks invoked before a module is about to be unloaded.
+.It Vt kld_load
+Callbacks invoked after a linker file has been loaded.
+.It Vt kld_unload
+Callbacks invoked before a linker file is about to be unloaded.
These callbacks may be used to return an error and prevent the unload from
proceeding.
.It Vt power_profile_change
OpenPOWER on IntegriCloud