diff --git a/man2/clone.2 b/man2/clone.2 index bf2d7c731..1c4f48c0d 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -39,7 +39,7 @@ .\" 2008-11-19, mtk, document CLONE_NEWIPC .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO .\" -.TH CLONE 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2, clone3 \- create a child process .SH SYNOPSIS diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 0ea6ad55f..276c5d3f1 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -8,7 +8,7 @@ .\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE .\" 2011-09-19: Substantial restructuring of the page .\" -.TH FALLOCATE 2 2018-04-30 "Linux" "Linux Programmer's Manual" +.TH FALLOCATE 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME fallocate \- manipulate file space .SH SYNOPSIS diff --git a/man2/ioctl_iflags.2 b/man2/ioctl_iflags.2 index fb3fbb112..413903355 100644 --- a/man2/ioctl_iflags.2 +++ b/man2/ioctl_iflags.2 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" -.TH IOCTL_IFLAGS 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH IOCTL_IFLAGS 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME ioctl_iflags \- ioctl() operations for inode flags .SH DESCRIPTION diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2 index c51014b66..55365dc41 100644 --- a/man2/ioctl_list.2 +++ b/man2/ioctl_list.2 @@ -28,7 +28,7 @@ .\" : .\" Various formatting improvements .\" -.TH IOCTL_LIST 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH IOCTL_LIST 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME ioctl_list \- list of ioctl calls in Linux/i386 kernel .SH DESCRIPTION diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index 2351e4c65..3c847f7e1 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PIDFD_OPEN 2 2019-09-19 "Linux" "Linux Programmer's Manual" +.TH PIDFD_OPEN 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME pidfd_open \- obtain a file descriptor that refers to a process .SH SYNOPSIS diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index e84417d1c..199536161 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -24,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PIVOT_ROOT 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH PIVOT_ROOT 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME pivot_root \- change the root mount .SH SYNOPSIS diff --git a/man2/quotactl.2 b/man2/quotactl.2 index 2398905a8..34d3cfca8 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -24,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH QUOTACTL 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH QUOTACTL 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME quotactl \- manipulate disk quotas .SH SYNOPSIS diff --git a/man2/seccomp.2 b/man2/seccomp.2 index 317b7cd7e..f7483df44 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -25,7 +25,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SECCOMP 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH SECCOMP 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME seccomp \- operate on Secure Computing state of the process .SH SYNOPSIS diff --git a/man2/select.2 b/man2/select.2 index 16f14817a..ec87216c1 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -35,7 +35,7 @@ .\" 2005-03-11, mtk, modified pselect() text (it is now a system .\" call in 2.6.16. .\" -.TH SELECT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH SELECT 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- synchronous I/O multiplexing diff --git a/man2/wait.2 b/man2/wait.2 index bb072013a..f3a960bbd 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -46,7 +46,7 @@ .\" 2005-05-10, mtk, __W* flags can't be used with waitid() .\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP .\" -.TH WAIT 2 2018-04-30 "Linux" "Linux Programmer's Manual" +.TH WAIT 2 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME wait, waitpid, waitid \- wait for process to change state .SH SYNOPSIS diff --git a/man5/proc.5 b/man5/proc.5 index c299864e4..930350442 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -52,7 +52,7 @@ .\" to see what information could be imported from that file .\" into this file. .\" -.TH PROC 5 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH PROC 5 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME proc \- process information pseudo-filesystem .SH DESCRIPTION diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 1bb8d35b9..537b0b969 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH CGROUPS 7 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH CGROUPS 7 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME cgroups \- Linux control groups .SH DESCRIPTION diff --git a/man7/netdevice.7 b/man7/netdevice.7 index d1fd65965..e1b6f4b0c 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -15,7 +15,7 @@ .\" Modified, 2011-11-02, , added many basic .\" but missing ioctls, such as SIOCGIFADDR. .\" -.TH NETDEVICE 7 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH NETDEVICE 7 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME netdevice \- low-level access to Linux network devices .SH SYNOPSIS diff --git a/man7/uts_namespaces.7 b/man7/uts_namespaces.7 index 731531fe1..4cad7b86a 100644 --- a/man7/uts_namespaces.7 +++ b/man7/uts_namespaces.7 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" -.TH UTS_NAMESPACES 7 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH UTS_NAMESPACES 7 2019-11-19 "Linux" "Linux Programmer's Manual" .SH NAME namespaces \- overview of Linux UTS namespaces .SH DESCRIPTION