aboutsummaryrefslogtreecommitdiff
path: root/stand/man/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* loader: create separate man pages for each of the loadersWarner Losh2021-09-291-0/+2
| | | | | | | | | | | | | | | 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
* loader: Create loader_simp(8) to document simple version of loaderWarner Losh2021-07-141-0/+1
| | | | | | | | | | loader_simp is a much simplified version of loader that will process a linear sequence of commands from loader.rc. It has neither Forth nor Lua built in and is much smaller. Document it. This is largely copied from loader.8 since it implements those built-in commands. Future revisions will fix this duplication. Sponsored by: Netflix
* loader: small Makefile style changeWarner Losh2021-07-141-7/+5
| | | | | | Move to using M.${option} and M.yes to collecting man pages to install. Sponsored by: Netflix
* Very preliminary loader.efi(8) man pageWarner Losh2020-09-011-0/+3
| | | | Notes: svn path=/head/; revision=365025
* Document boot1.efiWarner Losh2020-09-011-0/+3
| | | | | | | Crude man page for boo1.efi. Notes: svn path=/head/; revision=365024
* Eliminate zfsloader man page.Warner Losh2018-07-201-3/+0
| | | | | | | | | | | Remove all cross references to zfsloader.8 and /boot/zfsloader. Move ZFS specific info into loader.8. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D16361 Notes: svn path=/head/; revision=336533
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+10
Sponsored by: Netflix Notes: svn path=/head/; revision=325834