diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/clone.2 | 2 | ||||
| -rw-r--r-- | man2/fallocate.2 | 2 | ||||
| -rw-r--r-- | man2/ioctl_iflags.2 | 2 | ||||
| -rw-r--r-- | man2/ioctl_list.2 | 2 | ||||
| -rw-r--r-- | man2/pidfd_open.2 | 2 | ||||
| -rw-r--r-- | man2/pivot_root.2 | 2 | ||||
| -rw-r--r-- | man2/quotactl.2 | 2 | ||||
| -rw-r--r-- | man2/seccomp.2 | 2 | ||||
| -rw-r--r-- | man2/select.2 | 2 | ||||
| -rw-r--r-- | man2/wait.2 | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index bf2d7c731b..1c4f48c0de 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 0ea6ad55fa..276c5d3f14 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 fb3fbb112b..413903355c 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 c51014b666..55365dc415 100644 --- a/man2/ioctl_list.2 +++ b/man2/ioctl_list.2 @@ -28,7 +28,7 @@ .\" <mtk.manpages@gmail.com>: .\" 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 2351e4c65a..3c847f7e12 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 e84417d1ca..1995361616 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 2398905a85..34d3cfca83 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 317b7cd7eb..f7483df440 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 16f14817a0..ec87216c16 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 bb072013ad..f3a960bbd7 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 |
