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.
This commit is contained in:
Kyle Evans 2020-04-28 03:43:55 +00:00
parent aa3d34de88
commit 60a2823c66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360427

View File

@ -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 ,