]> git.ipfire.org Git - thirdparty/man-pages.git/blame - README
Various pages: [GPL-2.0-only] Use SPDX-License-Identifier
[thirdparty/man-pages.git] / README
CommitLineData
836a4368
BR
1This package contains Linux man pages for sections 1 through 8. Some
2more information is given in the 'man-pages-x.y.Announce' file.
fea681da 3
dfc0dcf6
MK
4Homepage
5========
6For information about the Linux man-pages project, see
7http://www.kernel.org/doc/man-pages/index.html.
8
1718760f
MK
9Bug reports and contributing
10============================
11If you have corrections and additions to suggest, see
12http://www.kernel.org/doc/man-pages/contributing.html
70d9d96a
MK
13(Although there is a mirror of this repository on GitHub,
14please don't report issues via the GitHub issue tracker!)
1718760f
MK
15
16For further information on contributing, see the CONTRIBUTING file.
17
836a4368
BR
18Installing and uninstalling
19===========================
d25b9246 20"make install" will copy these man pages to /usr/local/share/man/man[1-8].
836a4368 21
d25b9246 22To install to a path different from /usr/local, use
780b72d4 23"make install prefix=/install/path".
836a4368
BR
24
25"make remove" or "make uninstall" will remove any man page in this
26distribution from its destination. Use with caution, and remember to
27use "prefix" if desired, as with the "install" target.
28
336ae0d2
AC
29To install only a specific man section (mandir) such as man3, use
30"make install-man3". Similar syntax can be used to uninstall a
31specific man section, such as man7: "make uninstall-man7".
32
836a4368
BR
33"make" or "make all" will perform "make uninstall" followed by "make
34install".
35
336ae0d2
AC
36Consider using multiple threads (at least 2) when installing
37these man pages, as the Makefile is optimized for multiple threads:
38"make -j install".
39
836a4368
BR
40Copyrights
41==========
42See the 'man-pages-x.y.Announce' file.