A mirror of Man pages
Go to file
Michael Kerrisk 80e710925c Ready for 5.01 2019-05-09 09:44:04 +02:00
man1 intro.1, execve.2, getcontext.3, passwd.5, bpf-helpers.7: wfix 2019-05-06 14:49:18 -05:00
man2 execve.2, setfsgid.2, setfsuid.2, splice.2, fopen.3, malloc_trim.3, posix_memalign.3, stdarg.3, sysconf.3, tsearch.3, elf.5, hostname.7, inode.7: tstamp 2019-05-09 09:43:09 +02:00
man3 execve.2, setfsgid.2, setfsuid.2, splice.2, fopen.3, malloc_trim.3, posix_memalign.3, stdarg.3, sysconf.3, tsearch.3, elf.5, hostname.7, inode.7: tstamp 2019-05-09 09:43:09 +02:00
man4 console_codes.4: tfix 2019-05-06 15:04:33 -05:00
man5 execve.2, setfsgid.2, setfsuid.2, splice.2, fopen.3, malloc_trim.3, posix_memalign.3, stdarg.3, sysconf.3, tsearch.3, elf.5, hostname.7, inode.7: tstamp 2019-05-09 09:43:09 +02:00
man6 intro.6: wfix 2017-08-25 21:41:03 +02:00
man7 execve.2, setfsgid.2, setfsuid.2, splice.2, fopen.3, malloc_trim.3, posix_memalign.3, stdarg.3, sysconf.3, tsearch.3, elf.5, hostname.7, inode.7: tstamp 2019-05-09 09:43:09 +02:00
man8 zdump.8: ffix 2019-03-06 15:18:23 +01:00
scripts scripts: mark them executable 2018-05-31 21:34:32 +02:00
Changes Ready for 5.01 2019-05-09 09:44:04 +02:00
Changes.old Changes.old: tfix 2019-03-08 16:26:19 +01:00
Makefile Makefile: Remove a redundant comment 2017-11-20 10:38:10 +01:00
README README: tfix 2017-05-13 20:14:15 +02:00
man-pages-5.01.Announce Start of man-pages-5.01: updating .Announce and .lsm files 2019-03-06 17:26:59 +01:00
man-pages-5.01.lsm Ready for 5.01 2019-05-09 09:44:04 +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.