diff options
| author | Warner Losh <imp@FreeBSD.org> | 2021-07-28 22:52:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-09-12 15:56:15 +0000 |
| commit | 25b4b24edf465f3ebc8ad796bbfd11c2588a4e79 (patch) | |
| tree | ea7f4eaa3731f50e6020956bc7d01ea76593fc3f /stand/lua/cli.lua.8 | |
| parent | 3a4b9e30d4119b952fd0690cb7ab8eb9c4346317 (diff) | |
Diffstat (limited to 'stand/lua/cli.lua.8')
| -rw-r--r-- | stand/lua/cli.lua.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/stand/lua/cli.lua.8 b/stand/lua/cli.lua.8 index 390831d21452..fe1cd0450557 100644 --- a/stand/lua/cli.lua.8 +++ b/stand/lua/cli.lua.8 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 17, 2020 +.Dd July 24, 2021 .Dt CLI.LUA 8 .Os .Sh NAME @@ -91,10 +91,12 @@ module provides the following default commands: .It .Ic reload-conf .It -.Ic enable-module +.Ic device-disable .It .Ic disable-module .It +.Ic enable-module +.It .Ic toggle-module .It .Ic show-module-options @@ -131,6 +133,10 @@ The .Ic show-module-options command will dump the list of modules that loader has been made aware of and any applicable options using paged output. +.Pp +The +.Ic device-disable +command sets the environment variable that disables the device argument. .Ss Exported Functions The following functions are exported from .Nm : |
