]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pldd.1, bpf.2, chdir.2, clone.2, fanotify_init.2, fanotify_mark.2, intro.2, ipc.2...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 2 Aug 2019 06:34:32 +0000 (08:34 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 2 Aug 2019 06:34:32 +0000 (08:34 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
47 files changed:
man1/pldd.1
man2/bpf.2
man2/chdir.2
man2/clone.2
man2/fanotify_init.2
man2/fanotify_mark.2
man2/intro.2
man2/ipc.2
man2/mount.2
man2/mprotect.2
man2/msgctl.2
man2/msgget.2
man2/msgop.2
man2/pivot_root.2
man2/pkey_alloc.2
man2/poll.2
man2/prctl.2
man2/semctl.2
man2/semget.2
man2/semop.2
man2/setxattr.2
man2/shmctl.2
man2/shmget.2
man2/shmop.2
man2/tkill.2
man3/dlopen.3
man3/exec.3
man3/ftok.3
man3/getutent.3
man3/on_exit.3
man3/strcat.3
man4/cpuid.4
man5/proc.5
man7/capabilities.7
man7/cgroup_namespaces.7
man7/credentials.7
man7/fanotify.7
man7/mount_namespaces.7
man7/namespaces.7
man7/sched.7
man7/signal.7
man7/socket.7
man7/unix.7
man7/user_namespaces.7
man7/vdso.7
man7/xattr.7
man8/ld.so.8

index adb593506dd3c326e877de1545fa8da50581525c..5f6eddcb1cdb41c0aec8aaa2b7cbb42d58ccb404 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PLDD 1 2019-03-06 "GNU" "Linux User Manual"
+.TH PLDD 1 2019-08-02 "GNU" "Linux User Manual"
 .SH NAME
 pldd \- display dynamic shared objects linked into a process
 .SH SYNOPSIS
 .SH NAME
 pldd \- display dynamic shared objects linked into a process
 .SH SYNOPSIS
index b5c0869ae8eacaf64f40e0a2f6481a3e40d39c02..5a766aaa820687b3e3dff69f004ca87d787c8bbf 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH BPF 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH BPF 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 bpf \- perform a command on an extended BPF map or program
 .SH SYNOPSIS
 .SH NAME
 bpf \- perform a command on an extended BPF map or program
 .SH SYNOPSIS
index 88f4184cb11301a4548330afc561d9327fcd01f9..d74e4017783ff7e162ec4dff350372ac8755759b 100644 (file)
@@ -30,7 +30,7 @@
 .\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
 .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
 .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.TH CHDIR 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH CHDIR 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 chdir, fchdir \- change working directory
 .SH SYNOPSIS
 .SH NAME
 chdir, fchdir \- change working directory
 .SH SYNOPSIS
index 682d12ac1ec339929b1eaad159e71a95efdd9f89..77ad1b9c296cc5b80f80b7e657aae329ea0d7292 100644 (file)
@@ -39,7 +39,7 @@
 .\" 2008-11-19, mtk, document CLONE_NEWIPC
 .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
 .\"
 .\" 2008-11-19, mtk, document CLONE_NEWIPC
 .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
 .\"
-.TH CLONE 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH CLONE 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clone, __clone2 \- create a child process
 .SH SYNOPSIS
 .SH NAME
 clone, __clone2 \- create a child process
 .SH SYNOPSIS
index 6c3b13280c9ab5df3077939dbe88ec0a27ebc7ca..58e3a7cf97046ed991f5207004e1356a61d2c9b1 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
-.TH FANOTIFY_INIT 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH FANOTIFY_INIT 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fanotify_init \- create and initialize fanotify group
 .SH SYNOPSIS
 .SH NAME
 fanotify_init \- create and initialize fanotify group
 .SH SYNOPSIS
index facd9b9747249d9956897110721271cf060ffe2c..67e3a3d70453eaf4330d03cc4af412457f63f679 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
-.TH FANOTIFY_MARK 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH FANOTIFY_MARK 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem
 object
 .SH NAME
 fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem
 object
index 594fbdad9846ab163212ddee3a4ba37ce1dc8829..90ff9fb0e4278054c31925fec6ed17c4bcc6d199 100644 (file)
@@ -26,7 +26,7 @@
 .\"     new _syscall(2) page, and substantially enhanced and rewrote
 .\"     the remaining material on this page.
 .\"
 .\"     new _syscall(2) page, and substantially enhanced and rewrote
 .\"     the remaining material on this page.
 .\"
-.TH INTRO 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH INTRO 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 intro \- introduction to system calls
 .SH DESCRIPTION
 .SH NAME
 intro \- introduction to system calls
 .SH DESCRIPTION
index 6792cebfce1eafb6af34b122f5aae636f065755b..46918563854a6decbc3b258aa80a963d37220c51 100644 (file)
@@ -22,7 +22,7 @@
 .\" %%%LICENSE_END
 .\"
 .\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
 .\" %%%LICENSE_END
 .\"
 .\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
-.TH IPC 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH IPC 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ipc \- System V IPC system calls
 .SH SYNOPSIS
 .SH NAME
 ipc \- System V IPC system calls
 .SH SYNOPSIS
index cafa4a7d6f91c7ac8ad2faea2a0fca794d968eb9..cf36ebc9ba5d3375243e9bcdc4a9b28324b6f963 100644 (file)
@@ -37,7 +37,7 @@
 .\" 2008-10-06, mtk: move umount*() material into separate umount.2 page.
 .\" 2008-10-06, mtk: Add discussion of namespaces.
 .\"
 .\" 2008-10-06, mtk: move umount*() material into separate umount.2 page.
 .\" 2008-10-06, mtk: Add discussion of namespaces.
 .\"
-.TH MOUNT 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH MOUNT 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mount \- mount filesystem
 .SH SYNOPSIS
 .SH NAME
 mount \- mount filesystem
 .SH SYNOPSIS
index 866ac7736b23b9d8e6df7eb8c41e0fc35050b9ac..a65d80f3ee6b65d342d1a56f861d677c968095ff 100644 (file)
@@ -30,7 +30,7 @@
 .\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and
 .\" a much improved example program.
 .\"
 .\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and
 .\" a much improved example program.
 .\"
-.TH MPROTECT 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH MPROTECT 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mprotect, pkey_mprotect \- set protection on a region of memory
 .SH SYNOPSIS
 .SH NAME
 mprotect, pkey_mprotect \- set protection on a region of memory
 .SH SYNOPSIS
index bbcd87ad12584431d1b2916c0d99f7d3f5696ce0..bead7b34ca00f3bdd9f6a75d7ecb1227e50862a4 100644 (file)
@@ -35,7 +35,7 @@
 .\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions
 .\" 2018-03-20, dbueso: Added MSG_STAT_ANY description.
 .\"
 .\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions
 .\" 2018-03-20, dbueso: Added MSG_STAT_ANY description.
 .\"
-.TH MSGCTL 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH MSGCTL 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 msgctl \- System V message control operations
 .SH SYNOPSIS
 .SH NAME
 msgctl \- System V message control operations
 .SH SYNOPSIS
index 71a036d8933412316e5bef4de5a545d98ffecb2f..b7b95b66e4d575d37b4e66eb9d05e0dc3f77e50b 100644 (file)
@@ -32,7 +32,7 @@
 .\"    Language and formatting clean-ups
 .\"    Added notes on /proc files
 .\"
 .\"    Language and formatting clean-ups
 .\"    Added notes on /proc files
 .\"
-.TH MSGGET 2 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH MSGGET 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 msgget \- get a System V message queue identifier
 .SH SYNOPSIS
 .SH NAME
 msgget \- get a System V message queue identifier
 .SH SYNOPSIS
index a6edff14ab2241e1315a006d5bd1ad090dba8ef5..e7a542b18388f6eaae0aa7463b0d27e9313a68c8 100644 (file)
@@ -36,7 +36,7 @@
 .\"    Language and formatting clean-ups
 .\"    Added notes on /proc files
 .\"
 .\"    Language and formatting clean-ups
 .\"    Added notes on /proc files
 .\"
-.TH MSGOP 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH MSGOP 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 msgrcv, msgsnd \- System V message queue operations
 .SH SYNOPSIS
 .SH NAME
 msgrcv, msgsnd \- System V message queue operations
 .SH SYNOPSIS
index e1a5b927f4f9ac0aceed82ed3ff8fb29f7a460c2..c7d3bece128a2dd36cb4c3d538af6d4a9f1c1ffc 100644 (file)
@@ -7,7 +7,7 @@
 .\" Written 2000-02-23 by Werner Almesberger
 .\" Modified 2004-06-17 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" Written 2000-02-23 by Werner Almesberger
 .\" Modified 2004-06-17 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.TH PIVOT_ROOT 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PIVOT_ROOT 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pivot_root \- change the root filesystem
 .SH SYNOPSIS
 .SH NAME
 pivot_root \- change the root filesystem
 .SH SYNOPSIS
index d82f316a8250d190e9ae1d76378c5d90cd368d6f..9e066338423dcc4c32ea8fccf3f8838917d08210 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and author of this work.
 .\" %%%LICENSE_END
 .\"
 .\" the source, must acknowledge the copyright and author of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PKEY_ALLOC 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PKEY_ALLOC 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pkey_alloc, pkey_free \- allocate or free a protection key
 .SH SYNOPSIS
 .SH NAME
 pkey_alloc, pkey_free \- allocate or free a protection key
 .SH SYNOPSIS
index 2799f56ac77b5204ba1430e626d6d275e30aa15d..3e3362d5c65e16a8a840fa5b886d0f603570d1d8 100644 (file)
@@ -28,7 +28,7 @@
 .\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
 .\"    formatting changes.
 .\"
 .\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
 .\"    formatting changes.
 .\"
-.TH POLL 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH POLL 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 poll, ppoll \- wait for some event on a file descriptor
 .SH SYNOPSIS
 .SH NAME
 poll, ppoll \- wait for some event on a file descriptor
 .SH SYNOPSIS
index 348a39f6aeeca49774b4d6403d1e07580c354339..fdbea1baa126c29df978968f89dcefafed0fa787 100644 (file)
@@ -51,7 +51,7 @@
 .\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT
 .\"
 .\"
 .\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT
 .\"
 .\"
-.TH PRCTL 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PRCTL 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 prctl \- operations on a process
 .SH SYNOPSIS
 .SH NAME
 prctl \- operations on a process
 .SH SYNOPSIS
index d950e27ffb5a28da3d739e6c36b403b223e0dc40..6fd0abc07cd13676b96e80e4174c545e5d41d89c 100644 (file)
@@ -39,7 +39,7 @@
 .\" 2005-08-02, mtk: Added IPC_INFO, SEM_INFO, SEM_STAT descriptions.
 .\" 2018-03-20, dbueso: Added SEM_STAT_ANY description.
 .\"
 .\" 2005-08-02, mtk: Added IPC_INFO, SEM_INFO, SEM_STAT descriptions.
 .\" 2018-03-20, dbueso: Added SEM_STAT_ANY description.
 .\"
-.TH SEMCTL 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SEMCTL 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 semctl \- System V semaphore control operations
 .SH SYNOPSIS
 .SH NAME
 semctl \- System V semaphore control operations
 .SH SYNOPSIS
index 4af780fa19857ee0a5871cefbc749e1ba15af175..2b905367be0e750cce02e2861c76232696d6ec77 100644 (file)
@@ -33,7 +33,7 @@
 .\"    Rewrote BUGS note about semget()'s failure to initialize
 .\"            semaphore values
 .\"
 .\"    Rewrote BUGS note about semget()'s failure to initialize
 .\"            semaphore values
 .\"
-.TH SEMGET 2 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH SEMGET 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 semget \- get a System V semaphore set identifier
 .SH SYNOPSIS
 .SH NAME
 semget \- get a System V semaphore set identifier
 .SH SYNOPSIS
index 1d74dd5ca285da0f341080f8dd101374b5111ecf..8b29de20958ab64d4456b4b2f0338e5daadce7f1 100644 (file)
@@ -32,7 +32,7 @@
 .\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop()
 .\" 2007-07-09, mtk, Added an EXAMPLE code segment.
 .\"
 .\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop()
 .\" 2007-07-09, mtk, Added an EXAMPLE code segment.
 .\"
-.TH SEMOP 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SEMOP 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 semop, semtimedop \- System V semaphore operations
 .SH SYNOPSIS
 .SH NAME
 semop, semtimedop \- System V semaphore operations
 .SH SYNOPSIS
index 3a8a45f9f01be834b5e571c340592652ec695d45..02bc4014e8a8f15a2e9a6cdc009cf9aa9e194b0f 100644 (file)
@@ -22,7 +22,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH SETXATTR 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SETXATTR 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setxattr, lsetxattr, fsetxattr \- set an extended attribute value
 .SH SYNOPSIS
 .SH NAME
 setxattr, lsetxattr, fsetxattr \- set an extended attribute value
 .SH SYNOPSIS
index 20ce0989499386677c1d9032ac8a118d1925dc8d..bd7df1aa0ec3fc82b33fe78f419ab7b6a7d6d026 100644 (file)
@@ -43,7 +43,7 @@
 .\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions.
 .\" 2018-03-20, dbueso: Added SHM_STAT_ANY description.
 .\"
 .\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions.
 .\" 2018-03-20, dbueso: Added SHM_STAT_ANY description.
 .\"
-.TH SHMCTL 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SHMCTL 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 shmctl \- System V shared memory control
 .SH SYNOPSIS
 .SH NAME
 shmctl \- System V shared memory control
 .SH SYNOPSIS
index 3a20ff683e3e805bd7c79ecad1201b94555b93f3..469c8593cf32b7e074d597f4e01e66784a0d79a7 100644 (file)
@@ -35,7 +35,7 @@
 .\"    Language and formatting clean-ups
 .\"    Added notes on /proc files
 .\"
 .\"    Language and formatting clean-ups
 .\"    Added notes on /proc files
 .\"
-.TH SHMGET 2 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH SHMGET 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 shmget \- allocates a System V shared memory segment
 .SH SYNOPSIS
 .SH NAME
 shmget \- allocates a System V shared memory segment
 .SH SYNOPSIS
index d2be968843ff9513803613531437f64de4571501..67c3fee6f6d6d49b933839efc9dad5e47ac77453 100644 (file)
@@ -38,7 +38,7 @@
 .\"
 .\" FIXME . Add an example program to this page.
 .\"
 .\"
 .\" FIXME . Add an example program to this page.
 .\"
-.TH SHMOP 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SHMOP 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 shmat, shmdt \- System V shared memory operations
 .SH SYNOPSIS
 .SH NAME
 shmat, shmdt \- System V shared memory operations
 .SH SYNOPSIS
index 78974376142330ee559623b1bab5db042d4970a5..9205483519cab9cd98decdbc998d8e265abdc347 100644 (file)
@@ -26,7 +26,7 @@
 .\" 2004-05-31, added tgkill, ahu, aeb
 .\" 2008-01-15 mtk -- rewrote DESCRIPTION
 .\"
 .\" 2004-05-31, added tgkill, ahu, aeb
 .\" 2008-01-15 mtk -- rewrote DESCRIPTION
 .\"
-.TH TKILL 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH TKILL 2 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 tkill, tgkill \- send a signal to a thread
 .SH SYNOPSIS
 .SH NAME
 tkill, tgkill \- send a signal to a thread
 .SH SYNOPSIS
index 885667470dd3fd0ca68f7195cf42af9ea38449a5..bb89a4aa630404653162abb25ec7a838225d0654 100644 (file)
@@ -32,7 +32,7 @@
 .\" Modified by Walter Harms: dladdr, dlvsym
 .\" Modified by Petr Baudis <pasky@suse.cz>, 2008-12-04: dladdr caveat
 .\"
 .\" Modified by Walter Harms: dladdr, dlvsym
 .\" Modified by Petr Baudis <pasky@suse.cz>, 2008-12-04: dladdr caveat
 .\"
-.TH DLOPEN 3 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH DLOPEN 3 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 dlclose, dlopen, dlmopen \-
 open and close a shared object
 .SH NAME
 dlclose, dlopen, dlmopen \-
 open and close a shared object
index d393e9eb4b73633398e922cf0f3e7d6de894313c..27c3ed236768095c90ad7f867114abd1fa4bb1a4 100644 (file)
@@ -38,7 +38,7 @@
 .\" Modified, 24 Jun 2004, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"     Added note on casting NULL
 .\"
 .\" Modified, 24 Jun 2004, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"     Added note on casting NULL
 .\"
-.TH EXEC 3  2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH EXEC 3  2019-08-02 "GNU" "Linux Programmer's Manual"
 .SH NAME
 execl, execlp, execle, execv, execvp, execvpe \- execute a file
 .SH SYNOPSIS
 .SH NAME
 execl, execlp, execle, execv, execvp, execvpe \- execute a file
 .SH SYNOPSIS
index 50fde5a1d4de3a5de39e0c25720dd4a2472c9264..eb43247f0478276651dac962be9ed07cce41a774 100644 (file)
@@ -26,7 +26,7 @@
 .\"    Changed data type of proj_id; minor fixes
 .\"    aeb: further fixes; added notes.
 .\"
 .\"    Changed data type of proj_id; minor fixes
 .\"    aeb: further fixes; added notes.
 .\"
-.TH FTOK 3 2015-08-08 "GNU" "Linux Programmer's Manual"
+.TH FTOK 3 2019-08-02 "GNU" "Linux Programmer's Manual"
 .SH NAME
 ftok \- convert a pathname and a project identifier to a System V IPC key
 .SH SYNOPSIS
 .SH NAME
 ftok \- convert a pathname and a project identifier to a System V IPC key
 .SH SYNOPSIS
index 1eec843d083d8aa5acfd1d8d2b30d83fe9fe0b32..e45a7177cede835b19baf9ae825cdf91cca9c16d 100644 (file)
@@ -28,7 +28,7 @@
 .\" Modified Thu Jul 25 14:43:46 MET DST 1996 by Michael Haardt
 .\"     <michael@cantor.informatik.rwth-aachen.de>
 .\"
 .\" Modified Thu Jul 25 14:43:46 MET DST 1996 by Michael Haardt
 .\"     <michael@cantor.informatik.rwth-aachen.de>
 .\"
-.TH GETUTENT 3 2017-09-15 "" "Linux Programmer's Manual"
+.TH GETUTENT 3 2019-08-02 "" "Linux Programmer's Manual"
 .SH NAME
 getutent, getutid, getutline, pututline, setutent, endutent,
 utmpname \- access utmp file entries
 .SH NAME
 getutent, getutid, getutline, pututline, setutent, endutent,
 utmpname \- access utmp file entries
index e78b5c8183ea28b6bc73b7c8dc4f065e2c3152ed..188c5bc88b5c6d6344570602873c3a4c90992164 100644 (file)
@@ -28,7 +28,7 @@
 .\"     386BSD man pages
 .\" Modified 1993-04-02, David Metcalfe
 .\" Modified 1993-07-25, Rik Faith (faith@cs.unc.edu)
 .\"     386BSD man pages
 .\" Modified 1993-04-02, David Metcalfe
 .\" Modified 1993-07-25, Rik Faith (faith@cs.unc.edu)
-.TH ON_EXIT 3  2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH ON_EXIT 3  2019-08-02 "GNU" "Linux Programmer's Manual"
 .SH NAME
 on_exit \- register a function to be called at normal process termination
 .SH SYNOPSIS
 .SH NAME
 on_exit \- register a function to be called at normal process termination
 .SH SYNOPSIS
index 9263c7ec938251dd6028077f652f85606d38b32c..c3b0bd2c8532a38bf22a55ba46bd475b40ca6e5a 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified Sat Jul 24 18:11:47 1993 by Rik Faith (faith@cs.unc.edu)
 .\" 2007-06-15, Marc Boyer <marc.boyer@enseeiht.fr> + mtk
 .\"     Improve discussion of strncat().
 .\" Modified Sat Jul 24 18:11:47 1993 by Rik Faith (faith@cs.unc.edu)
 .\" 2007-06-15, Marc Boyer <marc.boyer@enseeiht.fr> + mtk
 .\"     Improve discussion of strncat().
-.TH STRCAT 3  2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH STRCAT 3  2019-08-02 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strcat, strncat \- concatenate two strings
 .SH SYNOPSIS
 .SH NAME
 strcat, strncat \- concatenate two strings
 .SH SYNOPSIS
index 8a89a7fa39901e427cb8adcd050aad6fd57af728..e71eccdc3b9e2bd194224f6c5b686e12268712ac 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH CPUID 4 2009-03-31 "Linux" "Linux Programmer's Manual"
+.TH CPUID 4 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 cpuid \- x86 CPUID access device
 .SH DESCRIPTION
 .SH NAME
 cpuid \- x86 CPUID access device
 .SH DESCRIPTION
index c563a90de0f9cb76a68658de4d05c8e60a320794..ccce489c8a90062083b8156ed77c40e0abd54ac6 100644 (file)
@@ -52,7 +52,7 @@
 .\" to see what information could be imported from that file
 .\" into this file.
 .\"
 .\" to see what information could be imported from that file
 .\" into this file.
 .\"
-.TH PROC 5 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 proc \- process information pseudo-filesystem
 .SH DESCRIPTION
 .SH NAME
 proc \- process information pseudo-filesystem
 .SH DESCRIPTION
index 7569e0d1f7d77f976b147d34a2fcfe49a3feb535..6ad0efc669f3b6de1b304c0fe01657eaa0f72db3 100644 (file)
@@ -45,7 +45,7 @@
 .\"     other capabilities where the permitted or inheritable bit is set.
 .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
 .\"
 .\"     other capabilities where the permitted or inheritable bit is set.
 .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
 .\"
-.TH CAPABILITIES 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH CAPABILITIES 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 capabilities \- overview of Linux capabilities
 .SH DESCRIPTION
 .SH NAME
 capabilities \- overview of Linux capabilities
 .SH DESCRIPTION
index a1f8d1073c0f3bbc54ed52519a4b6f8e6974d33b..842e0b8d2daf823f8bdfb1adecd27bc4e7a413d4 100644 (file)
@@ -23,7 +23,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH CGROUP_NAMESPACES 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH CGROUP_NAMESPACES 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 cgroup_namespaces \- overview of Linux cgroup namespaces
 .SH DESCRIPTION
 .SH NAME
 cgroup_namespaces \- overview of Linux cgroup namespaces
 .SH DESCRIPTION
index f2812f5536a3512d359f28353162a16e9965e772..431639c7b9fbd6e753db063b9bc9515924d66739 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" 2007-06-13 Creation
 .\"
 .\"
 .\" 2007-06-13 Creation
 .\"
-.TH CREDENTIALS 7 2016-12-12 "Linux" "Linux Programmer's Manual"
+.TH CREDENTIALS 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 credentials \- process identifiers
 .SH DESCRIPTION
 .SH NAME
 credentials \- process identifiers
 .SH DESCRIPTION
index fbcfc1d0a8ddf8cc4c4666e2db03770a9207a55c..b8e0755aadbc8ad1fa063d8daf1a546403f857f8 100644 (file)
@@ -22,7 +22,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
-.TH FANOTIFY 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH FANOTIFY 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fanotify \- monitoring filesystem events
 .SH DESCRIPTION
 .SH NAME
 fanotify \- monitoring filesystem events
 .SH DESCRIPTION
index 9c6f732ddee6ce18457257ff5deecf4404e5fe09..5e8410c8a577ade5d0c992ea2a3c9bb5ff21fe53 100644 (file)
@@ -23,7 +23,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH MOUNT_NAMESPACES 7 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH MOUNT_NAMESPACES 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mount_namespaces \- overview of Linux mount namespaces
 .SH DESCRIPTION
 .SH NAME
 mount_namespaces \- overview of Linux mount namespaces
 .SH DESCRIPTION
index da4327808a079d3ce8820d55f69811143ca945c1..bf0ad8279ceaf96cf38cac53a02051c505c8c50c 100644 (file)
@@ -24,7 +24,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH NAMESPACES 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH NAMESPACES 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 namespaces \- overview of Linux namespaces
 .SH DESCRIPTION
 .SH NAME
 namespaces \- overview of Linux namespaces
 .SH DESCRIPTION
index e8960635dba6eac1dcc310bc9a7d72b50c00fd49..9185169c9df76b38c58e0ab7235bd4c77662d7b4 100644 (file)
@@ -29,7 +29,7 @@
 .\"
 .\" Worth looking at: http://rt.wiki.kernel.org/index.php
 .\"
 .\"
 .\" Worth looking at: http://rt.wiki.kernel.org/index.php
 .\"
-.TH SCHED 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SCHED 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sched \- overview of CPU scheduling
 .SH DESCRIPTION
 .SH NAME
 sched \- overview of CPU scheduling
 .SH DESCRIPTION
index b58728ab223c5a09ca7a41e1d66b0b9dc91b8c22..b20f9fbe53bda3766cd1d7269b623e7016af46c9 100644 (file)
@@ -43,7 +43,7 @@
 .\"     Added section on stop/cont signals interrupting syscalls.
 .\" 2008-10-05, mtk: various additions
 .\"
 .\"     Added section on stop/cont signals interrupting syscalls.
 .\" 2008-10-05, mtk: various additions
 .\"
-.TH SIGNAL 7  2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SIGNAL 7  2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 signal \- overview of signals
 .SH DESCRIPTION
 .SH NAME
 signal \- overview of signals
 .SH DESCRIPTION
index 30b699a071ecb7ac9793fea46c024cb1151ce6cc..27b24d79e4172992a67b45834d857984e4ff3590 100644 (file)
@@ -61,7 +61,7 @@
 .\"    commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e
 .\"    Author: Michal Sekletar <msekleta@redhat.com>
 .\"
 .\"    commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e
 .\"    Author: Michal Sekletar <msekleta@redhat.com>
 .\"
-.TH SOCKET 7 2019-03-06 Linux "Linux Programmer's Manual"
+.TH SOCKET 7 2019-08-02 Linux "Linux Programmer's Manual"
 .SH NAME
 socket \- Linux socket interface
 .SH SYNOPSIS
 .SH NAME
 socket \- Linux socket interface
 .SH SYNOPSIS
index b4b60308a0abb341e2c8c9c7dc6160d7d0fcda5c..a9d54c8c0e758e5a600a81ecc2eeb18ad7385750 100644 (file)
@@ -17,7 +17,7 @@
 .\"     address that can appear in the sockaddr_un structure: pathname,
 .\"     unnamed, and abstract.
 .\"
 .\"     address that can appear in the sockaddr_un structure: pathname,
 .\"     unnamed, and abstract.
 .\"
-.TH UNIX  7 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH UNIX  7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 unix \- sockets for local interprocess communication
 .SH SYNOPSIS
 .SH NAME
 unix \- sockets for local interprocess communication
 .SH SYNOPSIS
index 64506915a340f42c44335cfc6cd25578f0c9213f..24f2599f51030d19dbca600ff1cd683d304d13b9 100644 (file)
@@ -24,7 +24,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH USER_NAMESPACES 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH USER_NAMESPACES 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 user_namespaces \- overview of Linux user namespaces
 .SH DESCRIPTION
 .SH NAME
 user_namespaces \- overview of Linux user namespaces
 .SH DESCRIPTION
index 182acba00ea854b72abda9cedf9cd45758b3d645..9b426f823fd9bf3852f5eb34e12a9b4369e83e4d 100644 (file)
@@ -10,7 +10,7 @@
 .\"   http://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken
 .\"   http://www.trilithium.com/johan/2005/08/linux-gate/
 .\"
 .\"   http://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken
 .\"   http://www.trilithium.com/johan/2005/08/linux-gate/
 .\"
-.TH VDSO 7 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH VDSO 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 vdso \- overview of the virtual ELF dynamic shared object
 .SH SYNOPSIS
 .SH NAME
 vdso \- overview of the virtual ELF dynamic shared object
 .SH SYNOPSIS
index efdbea777de336112a55fd9f9c10dfc2dc23166a..031919c4b048100ecd35fbd8edcbdefdf634f6e6 100644 (file)
@@ -25,7 +25,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH XATTR 7 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH XATTR 7 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 xattr \- Extended attributes
 .SH DESCRIPTION
 .SH NAME
 xattr \- Extended attributes
 .SH DESCRIPTION
index 439f304c28fd530afaf6b34f3e0336ff21257ba2..3747a1ab31ad31ca785f006a06e6f018b3ad13e7 100644 (file)
@@ -2,7 +2,7 @@
 .\" This is in the public domain
 .\" %%%LICENSE_END
 .\"
 .\" This is in the public domain
 .\" %%%LICENSE_END
 .\"
-.TH LD.SO 8 2019-02-27 "GNU" "Linux Programmer's Manual"
+.TH LD.SO 8 2019-08-02 "GNU" "Linux Programmer's Manual"
 .SH NAME
 ld.so, ld\-linux.so \- dynamic linker/loader
 .SH SYNOPSIS
 .SH NAME
 ld.so, ld\-linux.so \- dynamic linker/loader
 .SH SYNOPSIS