Author: kevans
Date: Tue Apr 28 03:43:55 2020
New Revision: 360427
URL: https://svnweb.freebsd.org/changeset/base/360427

Log:
  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.

Modified:
  head/stand/lua/config.lua.8

Modified: head/stand/lua/config.lua.8
==============================================================================
--- head/stand/lua/config.lua.8 Tue Apr 28 02:13:59 2020        (r360426)
+++ head/stand/lua/config.lua.8 Tue Apr 28 03:43:55 2020        (r360427)
@@ -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 ,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to