aboutsummaryrefslogtreecommitdiff
path: root/stand/man/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-09-29 15:21:17 +0000
committerWarner Losh <imp@FreeBSD.org>2021-09-29 15:24:47 +0000
commit9e1dc7bec331b4d120d4b0687cfd54692e4fddcb (patch)
tree73ab08eddd66b5934a0ce9b46d115e44f8f31c9e /stand/man/Makefile
parent09e4502d5ca41430e9647088a69d41b11deb47d9 (diff)
downloadsrc-9e1dc7bec331b4d120d4b0687cfd54692e4fddcb.tar.gz
src-9e1dc7bec331b4d120d4b0687cfd54692e4fddcb.zip
loader: create separate man pages for each of the loaders
Create a man page per loader. Loader(8) will have information common to all of them, while loader_${INTERP}(8) will have information relevant to that specific loader. Rewrite loader(8) to give an overview and point to the appropriate man page. Rewrite each of the loader_${INTER}(8) man pages to contain only the relevant information to that loader. Put all the common commands, environment variables, etc in loader_simp(8) and refernce that from the loader_lua or loader_4th man pages. The loader_lua(8) could use more details about the Lua integration. Additional organization may be benefitial. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31340
Diffstat (limited to 'stand/man/Makefile')
-rw-r--r--stand/man/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/man/Makefile b/stand/man/Makefile
index 5523908b6814..27370624ff62 100644
--- a/stand/man/Makefile
+++ b/stand/man/Makefile
@@ -5,6 +5,8 @@
M.${MK_EFI}+= boot1.efi.8
M.yes+= loader.8
M.${MK_EFI}+= loader.efi.8
+M.${MK_FORTH}+= loader_4th.8
+M.${MK_LOADER_LUA}+= loader_lua.8
M.yes+= loader_simp.8
MAN=${M.yes}