about summary refs log tree commit diff
path: root/modules/workstation/documentation
Commit message (Collapse)AuthorAge
* modules/documentation: man: prefer section 2 to 3amAlyssa Ross2021-03-25
| | | | `man fork' should show fork(2), not fork(3am).
* modules/documentation: generate man cachesAlyssa Ross2021-02-26
| | | | This makes apropos / man -k work.
* modules/documentation: prefer Linux man to POSIXAlyssa Ross2021-02-26
| | | | | | | | | | | Linux syscalls are documented in section 2, and the POSIX verisons are documented in section 3p. Since section 3 has precedence over section 2, the POSIX versions would show up first, which is unfortunate because they're difficult to read (being written as a spec rather than documentation) and don't contain Linux-specific info. With this change, section 2 is preferred over section 3p (while the rest of section 3 is still preferred over section 2).
* modules/documentation: install libbsd man pagesAlyssa Ross2021-02-10
|
* modules/documentation: install sed info pagesAlyssa Ross2021-01-06
|
* modules/documentation: install groff docsAlyssa Ross2020-11-22
|
* modules/documentation: install Wayland man pagesAlyssa Ross2020-08-23
|
* modules/workstation: install POSIX man pagesAlyssa Ross2020-07-03
|
* modules/documentation: install gnumake.infoAlyssa Ross2020-01-11
|
* modules/workstation: install more documentationAlyssa Ross2019-12-24