A mirror of Man pages
Go to file
Michael Kerrisk 2f368cc328 sched.7: SEE ALSO: add pthread_getschedparam(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2019-07-30 08:25:37 +02:00
man1 pldd.1: ffix 2019-07-13 13:03:00 -06:00
man2 poll.2: Note that poll() equivalent code for ppoll() is not quite equivalent 2019-07-30 08:25:27 +02:00
man3 getutent.3: Fix missing include file in EXAMPLE 2019-07-20 15:56:34 +02:00
man4 cpuid.4: SEE ALSO: add cpuid(1) 2019-05-23 13:18:26 +02:00
man5 proc.5: Correct description of /pro/PID/status 'ShdPnd' and 'SigPnd' fields 2019-07-10 14:54:10 +02:00
man6
man7 sched.7: SEE ALSO: add pthread_getschedparam(3) 2019-07-30 08:25:37 +02:00
man8 ld.so.8: wfix: fix a clumsy wording that is hard to parse 2019-07-05 10:16:01 +02:00
scripts
Changes
Changes.old Changes.old: tfix 2019-06-08 14:04:14 +02:00
Makefile
README README: tfix 2017-05-13 20:14:15 +02:00
man-pages-5.02.Announce
man-pages-5.02.lsm man-pages-5.02.lsm: Update primary site; remove alternate site 2019-06-07 05:51:12 +02:00

README

This package contains Linux man pages for sections 1 through 8.  Some
more information is given in the 'man-pages-x.y.Announce' file.

Installing and uninstalling
===========================
"make install" will copy these man pages to /usr/share/man/man[1-8].

To install to a path different from /usr, use
"make install prefix=/install/path".

"make remove" or "make uninstall" will remove any man page in this
distribution from its destination.  Use with caution, and remember to
use "prefix" if desired, as with the "install" target.

"make" or "make all" will perform "make uninstall" followed by "make
install".

Man page overlap and duplication
================================
Note that sometimes these pages are duplicates of pages also distributed
in other packages.  This has been reported about:

man page                also found in
-------------------------------------
resolver.3              bind-utils, bind9utils
resolv.conf.5           "
passwd.5                shadow, passwd
mailaddr.7              ?

Copyrights
==========
See the 'man-pages-x.y.Announce' file.

Homepage
========
For much more about the Linux man-pages project, see
http://www.kernel.org/doc/man-pages/index.html.