A mirror of Man pages
Go to file
Amir Goldstein 1f20a88032 fanotify_mark.2: Clarification about FAN_EVENT_ON_CHILD and new events
Some of the new event types that were added in v5.1 along with
init flag FAN_REPORT_FID are not eligible for reporting to a
directory watching with FAN_EVENT_ON_CHILD.

Document the events that cannot be generated on children of a
watching parent.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Matthew Bobrowski <mbobrowski@mbobrowski.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2020-04-20 21:21:49 +02:00
man1 localedef.1: wfix 2020-04-20 10:58:34 +02:00
man2 fanotify_mark.2: Clarification about FAN_EVENT_ON_CHILD and new events 2020-04-20 21:21:49 +02:00
man3 posix_spawn.3: tfix 2020-04-20 20:31:17 +02:00
man4 st.4: wfix 2020-04-20 20:27:51 +02:00
man5 locale.5: Improve description of 'first_weekday' 2020-04-20 11:59:34 +02:00
man6 intro.6: wfix 2017-08-25 21:41:03 +02:00
man7 mount_namespaces.7: Minor wording fix 2020-04-20 12:13:33 +02:00
man8 ld.so.8: ffix 2020-04-14 11:59:14 +02:00
scripts scripts: mark them executable 2018-05-31 21:34:32 +02: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.07: updating Changes and Changes.old 2020-04-12 08:32:06 +02:00
Changes.old Changes.old: Fixes to 5.06 change log 2020-04-12 09:34:30 +02:00
Makefile Makefile: Remove a redundant comment 2017-11-20 10:38:10 +01:00
README README: Remove "Man page overlap and duplication" section 2020-04-13 09:06:45 +02:00
man-pages-5.07.Announce Start of man-pages-5.07: updating .Announce and .lsm files 2020-04-12 08:32:06 +02:00
man-pages-5.07.lsm Start of man-pages-5.07: updating .Announce and .lsm files 2020-04-12 08:32:06 +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.

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.