Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2025 00:49:32 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 651102873e96 - stable/14 - stand/lua manuals: Describe better
Message-ID:  <202505150049.54F0nWbD022919@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=651102873e96174e4e799d4e06538e1d841e182a

commit 651102873e96174e4e799d4e06538e1d841e182a
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-03-29 05:14:19 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-15 00:33:21 +0000

    stand/lua manuals: Describe better
    
    The lua boot loader module manuals were getting pulled into search
    results for FreeBSD, but not for "boot" or "loader". Reword them to
    increase clarity for boot or loader searches, as well as the FreeBSD
    search term which we've been scoping to system topic overview manuals.
    
    MFC after:      3 days
    Reviewed by:    imp, mhorne
    Approved by:    mhorne (mentor)
    Pull Request:   https://github.com/freebsd/freebsd-src/pulls/1628
    
    (cherry picked from commit 5d59c1b4f14e2fa6388b1d75ee3243085f1c69f2)
---
 stand/lua/cli.lua.8         | 4 ++--
 stand/lua/color.lua.8       | 4 ++--
 stand/lua/config.lua.8      | 4 ++--
 stand/lua/core.lua.8        | 4 ++--
 stand/lua/drawer.lua.8      | 4 ++--
 stand/lua/gfx.lua.8         | 4 ++--
 stand/lua/hook.lua.8        | 4 ++--
 stand/lua/loader.conf.lua.5 | 2 +-
 stand/lua/loader.lua.8      | 4 ++--
 stand/lua/menu.lua.8        | 4 ++--
 stand/lua/password.lua.8    | 4 ++--
 stand/lua/screen.lua.8      | 4 ++--
 12 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/stand/lua/cli.lua.8 b/stand/lua/cli.lua.8
index 4077ca6b0b56..aee1d3d53579 100644
--- a/stand/lua/cli.lua.8
+++ b/stand/lua/cli.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 24, 2021
+.Dd March 29, 2025
 .Dt CLI.LUA 8
 .Os
 .Sh NAME
 .Nm cli.lua
-.Nd FreeBSD Lua CLI module
+.Nd bootloader command line interpreter module
 .Sh DESCRIPTION
 .Nm
 contains the main functionality required to add new CLI commands, which can be
diff --git a/stand/lua/color.lua.8 b/stand/lua/color.lua.8
index 8a31d2034a48..9a3b9b1b9385 100644
--- a/stand/lua/color.lua.8
+++ b/stand/lua/color.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 19, 2018
+.Dd March 29, 2025
 .Dt COLOR.LUA 8
 .Os
 .Sh NAME
 .Nm color.lua
-.Nd FreeBSD color module
+.Nd bootloader color module
 .Sh DESCRIPTION
 .Nm
 contains functionality for working with colors.
diff --git a/stand/lua/config.lua.8 b/stand/lua/config.lua.8
index b2b1122285eb..7e8863203446 100644
--- a/stand/lua/config.lua.8
+++ b/stand/lua/config.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd December 17, 2020
+.Dd March 29, 2025
 .Dt CONFIG.LUA 8
 .Os
 .Sh NAME
 .Nm config.lua
-.Nd FreeBSD config module
+.Nd bootloader configuration module
 .Sh DESCRIPTION
 .Nm
 contains configuration and module loading functionality.
diff --git a/stand/lua/core.lua.8 b/stand/lua/core.lua.8
index 208dbf5e12c9..de43d3e2b220 100644
--- a/stand/lua/core.lua.8
+++ b/stand/lua/core.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd December 28, 2023
+.Dd March 29, 2025
 .Dt CORE.LUA 8
 .Os
 .Sh NAME
 .Nm core.lua
-.Nd FreeBSD core module
+.Nd bootloader core module
 .Sh DESCRIPTION
 .Nm
 contains core functionality that does not have a more fitting module.
diff --git a/stand/lua/drawer.lua.8 b/stand/lua/drawer.lua.8
index a3a4865d3efe..91738f4b2434 100644
--- a/stand/lua/drawer.lua.8
+++ b/stand/lua/drawer.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 19, 2018
+.Dd March 29, 2025
 .Dt DRAWER.LUA 8
 .Os
 .Sh NAME
 .Nm drawer.lua
-.Nd FreeBSD menu/screen drawer module
+.Nd bootloader menu/screen drawer module
 .Sh DESCRIPTION
 .Nm
 contains functionality for drawing and manipulating the menu, logo, and brand
diff --git a/stand/lua/gfx.lua.8 b/stand/lua/gfx.lua.8
index 82d3f90f4af7..75f258026804 100644
--- a/stand/lua/gfx.lua.8
+++ b/stand/lua/gfx.lua.8
@@ -3,12 +3,12 @@
 .\"
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.Dd February 6, 2024
+.Dd March 29, 2025
 .Dt GFX.LUA 8
 .Os
 .Sh NAME
 .Nm gfx.lua
-.Nd Fx Lua gfx module
+.Nd bootloader graphics module
 .Sh DESCRIPTION
 The built-in graphics related Lua bindings for the
 .Fx
diff --git a/stand/lua/hook.lua.8 b/stand/lua/hook.lua.8
index f0e20153a924..91d5f76b6e1c 100644
--- a/stand/lua/hook.lua.8
+++ b/stand/lua/hook.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 28, 2020
+.Dd March 29, 2025
 .Dt HOOK.LUA 8
 .Os
 .Sh NAME
 .Nm hook.lua
-.Nd FreeBSD hook module
+.Nd bootloader hook module
 .Sh DESCRIPTION
 .Nm
 contains functionality for defining hook types and attaching hooks.
diff --git a/stand/lua/loader.conf.lua.5 b/stand/lua/loader.conf.lua.5
index 7fad7d2f78dd..509944ab6598 100644
--- a/stand/lua/loader.conf.lua.5
+++ b/stand/lua/loader.conf.lua.5
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm loader.conf.lua
-.Nd Lua-based system bootstrap configuration file
+.Nd system bootstrap Lua configuration information
 .Sh DESCRIPTION
 When the lua-based
 .Xr loader 8
diff --git a/stand/lua/loader.lua.8 b/stand/lua/loader.lua.8
index e5aee7e8602d..ffee46526c9f 100644
--- a/stand/lua/loader.lua.8
+++ b/stand/lua/loader.lua.8
@@ -3,12 +3,12 @@
 .\"
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.Dd February 6, 2024
+.Dd March 29, 2025
 .Dt LOADER.LUA 8
 .Os
 .Sh NAME
 .Nm loader.lua
-.Nd Fx Lua loader module
+.Nd bootloader Lua binding module
 .Sh DESCRIPTION
 The built-in Lua bindings for the
 .Fx
diff --git a/stand/lua/menu.lua.8 b/stand/lua/menu.lua.8
index e2a0ff09ffd9..e2e32efdf3b4 100644
--- a/stand/lua/menu.lua.8
+++ b/stand/lua/menu.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd March 31, 2021
+.Dd March 29, 2025
 .Dt MENU.LUA 8
 .Os
 .Sh NAME
 .Nm menu.lua
-.Nd FreeBSD dynamic menu boot module
+.Nd bootloader dynamic menu module
 .Sh DESCRIPTION
 .Nm
 contains the main functionality required to build a dynamic menu system.
diff --git a/stand/lua/password.lua.8 b/stand/lua/password.lua.8
index 1fbe395ab0db..34623c001206 100644
--- a/stand/lua/password.lua.8
+++ b/stand/lua/password.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 19, 2018
+.Dd March 29, 2025
 .Dt PASSWORD.LUA 8
 .Os
 .Sh NAME
 .Nm password.lua
-.Nd FreeBSD password module
+.Nd bootloader password module
 .Sh DESCRIPTION
 .Nm
 contains functionality for prompting for and checking passwords.
diff --git a/stand/lua/screen.lua.8 b/stand/lua/screen.lua.8
index 691af5bf0758..a41ce6faf08b 100644
--- a/stand/lua/screen.lua.8
+++ b/stand/lua/screen.lua.8
@@ -24,12 +24,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 19, 2018
+.Dd March 29, 2025
 .Dt SCREEN.LUA 8
 .Os
 .Sh NAME
 .Nm screen.lua
-.Nd FreeBSD screen manipulation module
+.Nd bootloader screen manipulation module
 .Sh DESCRIPTION
 .Nm
 contains functionality for manipulating the screen.



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