Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2020 03:43:55 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360427 - head/stand/lua
Message-ID:  <202004280343.03S3htVq027110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004280343.03S3htVq027110>