repo/extra/man-pages
Dylan Araps a821fb2766
man-pages: 5.13
2021-08-27 18:32:10 +03:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build man-pages: provide man-pages-posix (See #273) 2021-07-12 13:31:50 +03:00
checksums man-pages: 5.13 2021-08-27 18:32:10 +03:00
sources man-pages: use VERSION 2021-07-15 10:23:11 +03:00
version man-pages: 5.13 2021-08-27 18:32:10 +03:00

README

man-pages
________________________________________________________________________________

The Linux man-pages project documents the Linux kernel and C library interfaces
that are employed by user-space programs. With respect to the C library, the
primary focus is the GNU C library (glibc), although, where known, documentation
of variations in other C libraries available for Linux is also included. [0]

Also included are the POSIX manual pages (in place of the glibc ones). These
manuals also include the core utilities (which busybox does not provide manuals
for).

Upstream: https://www.kernel.org/doc/man-pages/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b mandoc                                                             |
|  $ kiss b man-pages                                                          |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://www.kernel.org/doc/man-pages/