From 399644e47874bff147afb19c89228901ac39340e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:40:15 +0200 Subject: Adding upstream version 6.05.01. Signed-off-by: Daniel Baumann --- README | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..9925ac1 --- /dev/null +++ b/README @@ -0,0 +1,138 @@ +Name + Linux man-pages - manual pages for GNU/Linux + +Synopsis + This package contains GNU/Linux manual pages for sections 1 + through 8. + +Description + The manual pages in this project document primarily the Linux + kernel and the GNU C library, but also consider relevant + differences in other kernels or C libraries. + + These pages are most of the section 2, 3, 4, 5, 7 man pages for + GNU/Linux. A few pages are provided in sections 1 and 8 for + commands that are not documented in other packages, and there are + a few pages in sections 5 and 8 for the timezone utilities. + +Files + CONTRIBUTING + Instructions for reporting bugs and contributing. + + INSTALL + Instructions for installing and uninstalling. + + MAINTAINER_NOTES + Notes for maintainers. + + README + Main information about the project and the repository. + + RELEASE + Instructions for releasing and distributing new versions. + + Changes, Changes.old + Change log. Includes most relevant changes. However, it's not + as complete as the git(1) log. + + Makefile, share/mk/* + Build system. For help, consult the file, and run + 'make help'. + + lsm + Linux software map. See also . + + .mailmap + See gitmailmap(5). + + LICENSES/*.txt + Licenses in use by the project. + + etc/* + Configuration files for (linter) programs called by the build + system. + + man*/* + Manual pages. + + scripts/* + Useful scripts for maintainers. + + .tmp/ + Default directory for files created by the build system. + +Versions + Tarballs + + + Git + + + + A secondary git(1) repository can be found at: + + + + Online man-pages + PDF + + +History + Tarballs + Tarballs of man-pages-1.* releases are available at: + + + Maintainers + Alejandro Colomar + 2020 - present (5.09 - HEAD) + Michael Kerrisk + 2004 - 2021 (2.00 - 5.13) + Andries Brouwer + 1995 - 2004 (1.6 - 1.70) + Rik Faith + 1993 - 1995 (1.0 - 1.5) + +Caveats + Some projects provide their own manual pages, not related to the + Linux man-pages project. + +Bugs + See the file. + +Copyright + Several free/open source licenses. See the + directory, and the comment at the top of each source file. + +See also + man-pages(7) + + Website + . + + Downstream packages + Arch man-pages + + Debian manpages + + Fedora rpms/man-pages + + Gentoo sys-apps/man-pages + + openSUSE man-pages + + + Related projects + Debian manpages-l10n + + GNU C Library (glibc) + + GNU Compiler Collection (GCC) + + GNU roff (groff) + + Linux kernel + + mandoc + -- cgit v1.2.3