git: 6f14b6025a6f - main - stand/lua: Fix two typos in the manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Nov 2025 14:23:19 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=6f14b6025a6f6475522697362aaf6c84514b85bf
commit 6f14b6025a6f6475522697362aaf6c84514b85bf
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-11-19 14:23:07 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 14:23:07 +0000
stand/lua: Fix two typos in the manual pages
- s/Additionnaly/Additionally/
- s/commmand/command/
MFC after: 3 days
---
stand/lua/config.lua.8 | 2 +-
stand/lua/loader.lua.8 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/stand/lua/config.lua.8 b/stand/lua/config.lua.8
index 7e8863203446..f918ab7ffbeb 100644
--- a/stand/lua/config.lua.8
+++ b/stand/lua/config.lua.8
@@ -66,7 +66,7 @@ as a configuration file
.Pc
and then process files listed in the
.Ev loader_conf_files
-variable. Additionnaly, the top-level call to readConf will process files listed in the
+variable. Additionally, the top-level call to readConf will process files listed in the
.Ev loader_conf_dirs
and
.Ev local_loader_conf_files
diff --git a/stand/lua/loader.lua.8 b/stand/lua/loader.lua.8
index ffee46526c9f..b750d42e2158 100644
--- a/stand/lua/loader.lua.8
+++ b/stand/lua/loader.lua.8
@@ -90,7 +90,7 @@ Obtains the value of the environment variable
returns
.Va true
if
-.Va commmand
+.Va command
is present in the interpreter as a builtin.
Otherwise it returns
.Va nil