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)
Approved by:	re (cperciva)
Pull Request:	https://github.com/freebsd/freebsd-src/pulls/1628

(cherry picked from commit 5d59c1b4f14e2fa6388b1d75ee3243085f1c69f2)
(cherry picked from commit 651102873e96174e4e799d4e06538e1d841e182a)
This commit is contained in:
Alexander Ziaee 2025-03-29 01:14:19 -04:00
parent 5d9e62e1cd
commit f50ca9a01b
No known key found for this signature in database
GPG key ID: 0A8F850BCDEF4511
12 changed files with 23 additions and 23 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.