summaryrefslogtreecommitdiff
path: root/stand/lua/menu.lua.8
AgeCommit message (Collapse)Author
2025-05-12stand/lua manuals: Describe betterAlexander Ziaee
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
2024-10-15manuals: Misc syntax fixesGraham Percival
These were reported by `mandoc -T lint ...` as errors. The rendered output (in ascii and html) is not affected by this commit. Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1459
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
2021-03-31luaboot: visible must be a functionWarner Losh
Visible needs to be a function. Looks like I tested the wrong thing.
2021-03-31loader: create a generic vendor sub-menu place holderWarner Losh
Add a dummy vendor menu entry on the main welcome menu. Vendors can override this in their local.lua file to create whatever sub-menu they need for their products. Also fix the adding a 'welcome' entry as well based on a suggestion from Kyle. Silly option menu code also from Kyle. They seem to work for me, but any transcription error is likely mine. Reviewed by: kevans@ (the vendor stuff)
2018-05-09Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans
See r333391 for more detail; in summary: it holds no weight and may be removed. Notes: svn path=/head/; revision=333418
2018-03-02Add menu.lua(8), but do not add to distributionKyle Evans
Distribution will be done after all of the lualoader manpages are created. Reviewed by: rpokala Differential Revision: https://reviews.freebsd.org/D14480 Notes: svn path=/head/; revision=330268