|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
| #
11f49259 |
| 30-Apr-2022 |
Warner Losh <[email protected]> |
stand: Change libstand.3 to libsa.3
Changes instances of the non-existant libstand.3 to the more correct, but also non-existant libsa.3.
Sponsored by: Netflix
|
| #
8e458a43 |
| 11-Apr-2022 |
Jens Schweikhardt <[email protected]> |
Clean up some grammos I left behind.
|
| #
67f5810e |
| 11-Apr-2022 |
Jens Schweikhardt <[email protected]> |
Correct typos and more precise wording.
|
|
Revision tags: release/12.3.0 |
|
| #
9aa29457 |
| 29-Sep-2021 |
Warner Losh <[email protected]> |
loader_lua.8: Fix first version
Lua bindings appeared in FreeBSD 12.0. Delete the authors section of the man page, since it's unclear who wrote different parts of the man page.
Noted by: Trond Endr
loader_lua.8: Fix first version
Lua bindings appeared in FreeBSD 12.0. Delete the authors section of the man page, since it's unclear who wrote different parts of the man page.
Noted by: Trond Endrestol Sponsored by: Netflix
show more ...
|
| #
9e1dc7be |
| 29-Sep-2021 |
Warner Losh <[email protected]> |
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 relevan
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
show more ...
|