A mirror of Man pages
Go to file
Michael Kerrisk 511bb71b0c Various pages: Further clean-ups after "bring more whitespace consistency in SYNOPSIS"
Yet more clean-ups after commit
15d6565317.

Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2021-01-03 13:09:36 +01:00
man1 getent.1, access.2, cacheflush.2, chroot.2, clock_getres.2, fcntl.2, getrusage.2, io_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2, link.2, llseek.2, mmap.2, mount.2, readv.2, restart_syscall.2, semctl.2, set_mempolicy.2, set_tid_address.2, shmctl.2, sigaction.2, sigaltstack.2, spu_create.2, statfs.2, subpage_prot.2, syscalls.2, timer_getoverrun.2, uselib.2, INFINITY.3, __ppc_set_ppr_med.3, bstring.3, btree.3, ctime.3, fgetc.3, fopen.3, getcontext.3, gethostbyname.3, getnetent.3, getprotoent.3, getservent.3, inet.3, j0.3, list.3, makecontext.3, nextafter.3, posix_memalign.3, profil.3, pthread_tryjoin_np.3, puts.3, rcmd.3, resolver.3, rtime.3, sigsetops.3, strnlen.3, tailq.3, elf.5, filesystems.5, nscd.conf.5, proc.5, utmp.5, attributes.7, ipv6.7, packet.7, pthreads.7, signal-safety.7, signal.7, spufs.7, system_data_types.7, tcp.7: tstamp 2020-12-21 16:19:35 +01:00
man2 Various pages: Further clean-ups after "bring more whitespace consistency in SYNOPSIS" 2021-01-03 13:09:36 +01:00
man3 Various pages: Further clean-ups after "bring more whitespace consistency in SYNOPSIS" 2021-01-03 13:09:36 +01:00
man4 ioctl_tty.2, matherr.3, cciss.4, sk98lin.4: ffix: use proper table for formatting, not .nf/.fi 2020-11-16 11:26:23 +01:00
man5 filesystems.5: tfix 2020-12-30 09:30:34 +01:00
man6 intro.6: wfix 2017-08-25 21:41:03 +02:00
man7 Various pages: Further clean-ups after "bring more whitespace consistency in SYNOPSIS" 2021-01-03 13:09:36 +01:00
man8 ld.so.8: srcfix 2020-12-22 12:08:09 +01:00
scripts Add script to get modified pages for commit messages 2020-11-16 21:26:15 +01:00
CONTRIBUTING CONTRIBUTING: New file with some starting tips on how to contribute 2019-09-13 15:59:08 +02:00
Changes Start of man-pages-5.11: updating Changes and Changes.old 2020-12-22 09:30:12 +01:00
Changes.old Changes.old: tfix 2020-12-31 10:07:18 +01:00
MAINTAINER_NOTES MAINTAINER_NOTES: Add a file with some notes for maintainers 2020-11-16 11:26:23 +01:00
Makefile Makefile: Fix lintian.debian.org URL in comment 2020-08-25 13:55:07 +02:00
README README: Remove "Man page overlap and duplication" section 2020-04-13 09:06:45 +02:00
man-pages-5.11.Announce Start of man-pages-5.11: updating .Announce and .lsm files 2020-12-22 09:30:12 +01:00
man-pages-5.11.lsm Start of man-pages-5.11: updating .Announce and .lsm files 2020-12-22 09:30:12 +01: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.

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

Bug reports and contributing
============================
If you have corrections and additions to suggest, see
http://www.kernel.org/doc/man-pages/contributing.html
(Although there is a mirror of this repository on GitHub,
please don't report issues via the GitHub issue tracker!)

For further information on contributing, see the CONTRIBUTING 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".

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