From 60a2823c66e943ee9039b067a87f715962e5cc03 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 28 Apr 2020 03:43:55 +0000 Subject: [PATCH] config.lua(8): catch up to recently added hooks While we're here, let's stylize these as functions instead of just raw text. A future change may allow arbitrary data arguments to be passed some of these, and the distinction is useful. --- stand/lua/config.lua.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stand/lua/config.lua.8 b/stand/lua/config.lua.8 index 4206b1c8915..bdf74451ea6 100644 --- a/stand/lua/config.lua.8 +++ b/stand/lua/config.lua.8 @@ -180,8 +180,10 @@ commands. The following hooks are defined in .Nm : .Bl -tag -width "config.reloaded" -offset indent -.It config.loaded -.It config.reloaded +.It Fn config.loaded +.It Fn config.reloaded +.It Fn kernel.loaded +.It Fn modules.loaded .El .Sh SEE ALSO .Xr loader.conf 5 ,