aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/accept.22
-rw-r--r--man2/adjtimex.22
-rw-r--r--man2/arch_prctl.22
-rw-r--r--man2/bdflush.22
-rw-r--r--man2/bpf.22
-rw-r--r--man2/close.22
-rw-r--r--man2/epoll_ctl.22
-rw-r--r--man2/epoll_wait.22
-rw-r--r--man2/execve.22
-rw-r--r--man2/execveat.22
-rw-r--r--man2/fanotify_init.22
-rw-r--r--man2/fanotify_mark.22
-rw-r--r--man2/fcntl.22
-rw-r--r--man2/fsync.22
-rw-r--r--man2/get_kernel_syms.22
-rw-r--r--man2/getdomainname.22
-rw-r--r--man2/getgroups.22
-rw-r--r--man2/gethostname.22
-rw-r--r--man2/getrandom.22
-rw-r--r--man2/getrlimit.22
-rw-r--r--man2/getrusage.22
-rw-r--r--man2/getsid.22
-rw-r--r--man2/getunwind.22
-rw-r--r--man2/io_getevents.22
-rw-r--r--man2/ioctl_fat.22
-rw-r--r--man2/kexec_load.22
-rw-r--r--man2/killpg.22
-rw-r--r--man2/listxattr.22
-rw-r--r--man2/lseek.22
-rw-r--r--man2/madvise.22
-rw-r--r--man2/memfd_create.22
-rw-r--r--man2/mknod.22
-rw-r--r--man2/mlock.22
-rw-r--r--man2/modify_ldt.22
-rw-r--r--man2/msgctl.22
-rw-r--r--man2/msgget.22
-rw-r--r--man2/msgop.22
-rw-r--r--man2/readlink.22
-rw-r--r--man2/readv.22
-rw-r--r--man2/reboot.22
-rw-r--r--man2/recvmmsg.22
-rw-r--r--man2/rename.22
-rw-r--r--man2/request_key.22
-rw-r--r--man2/restart_syscall.22
-rw-r--r--man2/sched_setaffinity.22
-rw-r--r--man2/sched_setattr.22
-rw-r--r--man2/sched_setparam.22
-rw-r--r--man2/seccomp.22
-rw-r--r--man2/select_tut.22
-rw-r--r--man2/semctl.22
-rw-r--r--man2/semget.22
-rw-r--r--man2/semop.22
-rw-r--r--man2/set_thread_area.22
-rw-r--r--man2/seteuid.22
-rw-r--r--man2/setgid.22
-rw-r--r--man2/setpgid.22
-rw-r--r--man2/setresuid.22
-rw-r--r--man2/setreuid.22
-rw-r--r--man2/setsid.22
-rw-r--r--man2/setuid.22
-rw-r--r--man2/shmctl.22
-rw-r--r--man2/shmget.22
-rw-r--r--man2/shmop.22
-rw-r--r--man2/sigaction.22
-rw-r--r--man2/sigprocmask.22
-rw-r--r--man2/stat.22
-rw-r--r--man2/symlink.22
-rw-r--r--man2/syscall.22
-rw-r--r--man2/sysctl.22
-rw-r--r--man2/unlink.22
70 files changed, 70 insertions, 70 deletions
diff --git a/man2/accept.2 b/man2/accept.2
index 4dcca5b3a2..d267bcbfef 100644
--- a/man2/accept.2
+++ b/man2/accept.2
@@ -38,7 +38,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 2008-12-04, mtk, Add documentation of accept4()
.\"
-.TH ACCEPT 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH ACCEPT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
accept, accept4 \- accept a connection on a socket
.SH SYNOPSIS
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index 0fd6273172..6bab69a2e6 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -26,7 +26,7 @@
.\" Modified 1997-07-30 by Paul Slootman <paul@wurtel.demon.nl>
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH ADJTIMEX 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH ADJTIMEX 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
adjtimex, ntp_adjtime \- tune kernel clock
.SH SYNOPSIS
diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2
index 989d36993a..678aada194 100644
--- a/man2/arch_prctl.2
+++ b/man2/arch_prctl.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH ARCH_PRCTL 2 2015-02-21 "Linux" "Linux Programmer's Manual"
+.TH ARCH_PRCTL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
arch_prctl \- set architecture-specific thread state
.SH SYNOPSIS
diff --git a/man2/bdflush.2 b/man2/bdflush.2
index 8d19ada1b0..8b54175d07 100644
--- a/man2/bdflush.2
+++ b/man2/bdflush.2
@@ -24,7 +24,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH BDFLUSH 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH BDFLUSH 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
bdflush \- start, flush, or tune buffer-dirty-flush daemon
.SH SYNOPSIS
diff --git a/man2/bpf.2 b/man2/bpf.2
index fc4285f824..5a2099ef52 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH BPF 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH BPF 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
bpf \- perform a command on an extended BPF map or program
.SH SYNOPSIS
diff --git a/man2/close.2 b/man2/close.2
index 4f806480b6..9578196b58 100644
--- a/man2/close.2
+++ b/man2/close.2
@@ -32,7 +32,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" added note about close(2) not guaranteeing that data is safe on close.
.\"
-.TH CLOSE 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH CLOSE 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
close \- close a file descriptor
.SH SYNOPSIS
diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2
index 41de995310..265a253b52 100644
--- a/man2/epoll_ctl.2
+++ b/man2/epoll_ctl.2
@@ -17,7 +17,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH EPOLL_CTL 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH EPOLL_CTL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
epoll_ctl \- control interface for an epoll file descriptor
.SH SYNOPSIS
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index 48bb281345..15e9b0d3c0 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -19,7 +19,7 @@
.\"
.\" 2007-04-30: mtk, Added description of epoll_pwait()
.\"
-.TH EPOLL_WAIT 2 2015-05-07 "Linux" "Linux Programmer's Manual"
+.TH EPOLL_WAIT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
.SH SYNOPSIS
diff --git a/man2/execve.2 b/man2/execve.2
index 4d80454637..7fe4eb556a 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -34,7 +34,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
.\" Add text describing limits on command-line arguments + environment
.\"
-.TH EXECVE 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS
diff --git a/man2/execveat.2 b/man2/execveat.2
index 259ff022ae..0fcace66b9 100644
--- a/man2/execveat.2
+++ b/man2/execveat.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH EXECVEAT 2 2015-01-22 "Linux" "Linux Programmer's Manual"
+.TH EXECVEAT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
execveat \- execute program relative to a directory file descriptor
.SH SYNOPSIS
diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2
index 96b6aead53..a347b519d6 100644
--- a/man2/fanotify_init.2
+++ b/man2/fanotify_init.2
@@ -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
-.TH FANOTIFY_INIT 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH FANOTIFY_INIT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
fanotify_init \- create and initialize fanotify group
.SH SYNOPSIS
diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2
index 73d2ddae53..88aa17ef7d 100644
--- a/man2/fanotify_mark.2
+++ b/man2/fanotify_mark.2
@@ -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
-.TH FANOTIFY_MARK 2 2014-10-02 "Linux" "Linux Programmer's Manual"
+.TH FANOTIFY_MARK 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem
object
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 6074d601ec..40a24755aa 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -62,7 +62,7 @@
.\" 2014-07-08, David Herrmann <dh.herrmann@gmail.com>
.\" Document F_ADD_SEALS and F_GET_SEALS
.\"
-.TH FCNTL 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH FCNTL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
diff --git a/man2/fsync.2 b/man2/fsync.2
index a354aafb8e..896fcaedea 100644
--- a/man2/fsync.2
+++ b/man2/fsync.2
@@ -35,7 +35,7 @@
.\" 2006-04-28, mtk, substantial rewrite of various parts.
.\" 2012-02-27 Various changes by Christoph Hellwig <hch@lst.de>
.\"
-.TH FSYNC 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH FSYNC 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
fsync, fdatasync \- synchronize a file's in-core state with storage device
.SH SYNOPSIS
diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2
index d6a3ef4928..39b9505179 100644
--- a/man2/get_kernel_syms.2
+++ b/man2/get_kernel_syms.2
@@ -7,7 +7,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
-.TH GET_KERNEL_SYMS 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH GET_KERNEL_SYMS 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
get_kernel_syms \- retrieve exported kernel and module symbols
.SH SYNOPSIS
diff --git a/man2/getdomainname.2 b/man2/getdomainname.2
index ba459a1fee..1da75c7cf7 100644
--- a/man2/getdomainname.2
+++ b/man2/getdomainname.2
@@ -26,7 +26,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2008-11-27 by mtk
.\"
-.TH GETDOMAINNAME 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH GETDOMAINNAME 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
getdomainname, setdomainname \- get/set NIS domain name
.SH SYNOPSIS
diff --git a/man2/getgroups.2 b/man2/getgroups.2
index 974265d4f8..bd9d7f4b7b 100644
--- a/man2/getgroups.2
+++ b/man2/getgroups.2
@@ -29,7 +29,7 @@
.\" 2008-05-03, mtk, expanded and rewrote parts of DESCRIPTION and RETURN
.\" VALUE, made style of page more consistent with man-pages style.
.\"
-.TH GETGROUPS 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH GETGROUPS 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
getgroups, setgroups \- get/set list of supplementary group IDs
.SH SYNOPSIS
diff --git a/man2/gethostname.2 b/man2/gethostname.2
index 982f4d8cd2..9bdf37857f 100644
--- a/man2/gethostname.2
+++ b/man2/gethostname.2
@@ -29,7 +29,7 @@
.\" Modified 2004-06-17 by mtk
.\" Modified 2008-11-27 by mtk
.\"
-.TH GETHOSTNAME 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH GETHOSTNAME 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
gethostname, sethostname \- get/set hostname
.SH SYNOPSIS
diff --git a/man2/getrandom.2 b/man2/getrandom.2
index e955fd4d74..db3a0f639d 100644
--- a/man2/getrandom.2
+++ b/man2/getrandom.2
@@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH GETRANDOM 2 2015-01-22 "Linux" "Linux Programmer's Manual"
+.TH GETRANDOM 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
getrandom \- obtain a series of random bytes
.SH SYNOPSIS
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index a7a45d2d7a..efc95b94f3 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -61,7 +61,7 @@
.\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME
.\" 2010-11-06, mtk: Added documentation of prlimit()
.\"
-.TH GETRLIMIT 2 2016-05-09 "Linux" "Linux Programmer's Manual"
+.TH GETRLIMIT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
getrlimit, setrlimit, prlimit \- get/set resource limits
.SH SYNOPSIS
diff --git a/man2/getrusage.2 b/man2/getrusage.2
index a13d82d834..ab40008659 100644
--- a/man2/getrusage.2
+++ b/man2/getrusage.2
@@ -36,7 +36,7 @@
.\" document ru_maxrss
.\" 2010-05-24, mtk, enhanced description of various fields
.\"
-.TH GETRUSAGE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH GETRUSAGE 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
getrusage \- get resource usage
.SH SYNOPSIS
diff --git a/man2/getsid.2 b/man2/getsid.2
index 2f8fab9156..eefc74aa2b 100644
--- a/man2/getsid.2
+++ b/man2/getsid.2
@@ -24,7 +24,7 @@
.\"
.\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond <esr@y\thyrsus.com>
.\" Modified 2001-12-17, aeb
-.TH GETSID 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH GETSID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
getsid \- get session ID
.SH SYNOPSIS
diff --git a/man2/getunwind.2 b/man2/getunwind.2
index d5cdc4a4a2..f14589dbbe 100644
--- a/man2/getunwind.2
+++ b/man2/getunwind.2
@@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH GETUNWIND 2 2014-09-21 Linux "Linux Programmer's Manual"
+.TH GETUNWIND 2 2016-10-08 Linux "Linux Programmer's Manual"
.SH NAME
getunwind \- copy the unwind data to caller's buffer
.SH SYNOPSIS
diff --git a/man2/io_getevents.2 b/man2/io_getevents.2
index 351a4d0355..ef43b7c6bf 100644
--- a/man2/io_getevents.2
+++ b/man2/io_getevents.2
@@ -4,7 +4,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
-.TH IO_GETEVENTS 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH IO_GETEVENTS 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
io_getevents \- read asynchronous I/O events from the completion queue
.SH SYNOPSIS
diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2
index 65aa202423..88669ddae9 100644
--- a/man2/ioctl_fat.2
+++ b/man2/ioctl_fat.2
@@ -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
-.TH IOCTL-FAT 2 2016-05-09 "Linux" "Linux Programmer's Manual"
+.TH IOCTL-FAT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
ioctl_fat \- manipulating the FAT filesystem
.SH SYNOPSIS
diff --git a/man2/kexec_load.2 b/man2/kexec_load.2
index d1a5c4315a..4ddf10eb1e 100644
--- a/man2/kexec_load.2
+++ b/man2/kexec_load.2
@@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH KEXEC_LOAD 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH KEXEC_LOAD 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
kexec_load, kexec_file_load \- load a new kernel for later execution
.SH SYNOPSIS
diff --git a/man2/killpg.2 b/man2/killpg.2
index 1bc889aa1f..b8c8c0d9ce 100644
--- a/man2/killpg.2
+++ b/man2/killpg.2
@@ -39,7 +39,7 @@
.\" Added notes on CAP_KILL
.\" Modified 2004-06-21 by aeb
.\"
-.TH KILLPG 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH KILLPG 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
killpg \- send signal to a process group
.SH SYNOPSIS
diff --git a/man2/listxattr.2 b/man2/listxattr.2
index 7b513e3086..9c14679c15 100644
--- a/man2/listxattr.2
+++ b/man2/listxattr.2
@@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH LISTXATTR 2 2015-05-07 "Linux" "Linux Programmer's Manual"
+.TH LISTXATTR 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
listxattr, llistxattr, flistxattr \- list extended attribute names
.SH SYNOPSIS
diff --git a/man2/lseek.2 b/man2/lseek.2
index 4509e5a6f1..361ed828fd 100644
--- a/man2/lseek.2
+++ b/man2/lseek.2
@@ -44,7 +44,7 @@
.\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl>
.\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE
.\"
-.TH LSEEK 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH LSEEK 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
lseek \- reposition read/write file offset
.SH SYNOPSIS
diff --git a/man2/madvise.2 b/man2/madvise.2
index 19c385807e..58abbe6b99 100644
--- a/man2/madvise.2
+++ b/man2/madvise.2
@@ -32,7 +32,7 @@
.\" 2011-09-18, Doug Goldstein <cardoe@cardoe.com>
.\" Document MADV_HUGEPAGE and MADV_NOHUGEPAGE
.\"
-.TH MADVISE 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH MADVISE 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
madvise \- give advice about use of memory
.SH SYNOPSIS
diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
index 64db11fe7e..d44cac3317 100644
--- a/man2/memfd_create.2
+++ b/man2/memfd_create.2
@@ -18,7 +18,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH MEMFD_CREATE 2 2016-03-15 Linux "Linux Programmer's Manual"
+.TH MEMFD_CREATE 2 2016-10-08 Linux "Linux Programmer's Manual"
.SH NAME
memfd_create \- create an anonymous file
.SH SYNOPSIS
diff --git a/man2/mknod.2 b/man2/mknod.2
index 2c04f95504..7e44823c16 100644
--- a/man2/mknod.2
+++ b/man2/mknod.2
@@ -12,7 +12,7 @@
.\" Modified 2003-04-23 by Michael Kerrisk
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH MKNOD 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH MKNOD 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
mknod, mknodat \- create a special or ordinary file
.SH SYNOPSIS
diff --git a/man2/mlock.2 b/man2/mlock.2
index 706d9e8443..787fcf8f88 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH MLOCK 2 2015-12-28 "Linux" "Linux Programmer's Manual"
+.TH MLOCK 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory
.SH SYNOPSIS
diff --git a/man2/modify_ldt.2 b/man2/modify_ldt.2
index 642d2a5ed7..f4cc3ad26d 100644
--- a/man2/modify_ldt.2
+++ b/man2/modify_ldt.2
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH MODIFY_LDT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
+.TH MODIFY_LDT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
modify_ldt \- get or set a per-process LDT entry
.SH SYNOPSIS
diff --git a/man2/msgctl.2 b/man2/msgctl.2
index 8f3f135ba3..54657baa44 100644
--- a/man2/msgctl.2
+++ b/man2/msgctl.2
@@ -34,7 +34,7 @@
.\" Added msqid_ds and ipc_perm structure definitions
.\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions
.\"
-.TH MSGCTL 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH MSGCTL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
msgctl \- System V message control operations
.SH SYNOPSIS
diff --git a/man2/msgget.2 b/man2/msgget.2
index b3644f9f50..af82424b11 100644
--- a/man2/msgget.2
+++ b/man2/msgget.2
@@ -32,7 +32,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
-.TH MSGGET 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH MSGGET 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
msgget \- get a System V message queue identifier
.SH SYNOPSIS
diff --git a/man2/msgop.2 b/man2/msgop.2
index 3da31b2d76..18876c0958 100644
--- a/man2/msgop.2
+++ b/man2/msgop.2
@@ -36,7 +36,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
-.TH MSGOP 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH MSGOP 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
msgrcv, msgsnd \- System V message queue operations
.SH SYNOPSIS
diff --git a/man2/readlink.2 b/man2/readlink.2
index 97e79f3fe2..936b494f37 100644
--- a/man2/readlink.2
+++ b/man2/readlink.2
@@ -41,7 +41,7 @@
.\" 2011-09-20, Guillem Jover <guillem@hadrons.org>:
.\" Added text on dynamically allocating buffer + example program
.\"
-.TH READLINK 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH READLINK 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
readlink, readlinkat \- read value of a symbolic link
.SH SYNOPSIS
diff --git a/man2/readv.2 b/man2/readv.2
index 2f04ba7804..e6d7125b82 100644
--- a/man2/readv.2
+++ b/man2/readv.2
@@ -29,7 +29,7 @@
.\" add more details.
.\" 2010-11-16, mtk, Added documentation of preadv() and pwritev()
.\"
-.TH READV 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH READV 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
readv, writev, preadv, pwritev, preadv2, pwritev2 \- read or write data into multiple buffers
.SH SYNOPSIS
diff --git a/man2/reboot.2 b/man2/reboot.2
index dae0e69775..db0806c07b 100644
--- a/man2/reboot.2
+++ b/man2/reboot.2
@@ -25,7 +25,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.\"
-.TH REBOOT 2 2015-12-05 "Linux" "Linux Programmer's Manual"
+.TH REBOOT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
reboot \- reboot or enable/disable Ctrl-Alt-Del
.SH SYNOPSIS
diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2
index 084b5132c1..2dc831869c 100644
--- a/man2/recvmmsg.2
+++ b/man2/recvmmsg.2
@@ -28,7 +28,7 @@
.\" Author: Arnaldo Carvalho de Melo <acme@redhat.com>
.\" Date: Mon Oct 12 23:40:10 2009 -0700
.\"
-.TH RECVMMSG 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH RECVMMSG 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
recvmmsg \- receive multiple messages on a socket
.SH SYNOPSIS
diff --git a/man2/rename.2 b/man2/rename.2
index 4c21312faf..bb6b1f358f 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -30,7 +30,7 @@
.\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt <michael@moria.de>
.\" 2007-03-25, mtk, added various text to DESCRIPTION.
.\"
-.TH RENAME 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH RENAME 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
rename, renameat, renameat2 \- change the name or location of a file
.SH SYNOPSIS
diff --git a/man2/request_key.2 b/man2/request_key.2
index 02edf15a3c..9817f7f3b8 100644
--- a/man2/request_key.2
+++ b/man2/request_key.2
@@ -8,7 +8,7 @@
.\" 2 of the License, or (at your option) any later version.
.\" %%%LICENSE_END
.\"
-.TH REQUEST_KEY 2 2016-03-15 Linux "Linux Key Management Calls"
+.TH REQUEST_KEY 2 2016-10-08 Linux "Linux Key Management Calls"
.SH NAME
request_key \- request a key from the kernel's key management facility
.SH SYNOPSIS
diff --git a/man2/restart_syscall.2 b/man2/restart_syscall.2
index 9637a81088..f398f4161d 100644
--- a/man2/restart_syscall.2
+++ b/man2/restart_syscall.2
@@ -30,7 +30,7 @@
.\"
.\" See also Section 11.3.3 of Understanding the Linux Kernel, 3rd edition
.\"
-.TH RESTART_SYSCALL 2 2014-12-31 "Linux" "Linux Programmer's Manual"
+.TH RESTART_SYSCALL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
restart_syscall \- restart a system call after interruption by a stop signal
.SH SYNOPSIS
diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2
index 2db7fb6e80..bd3e3f1396 100644
--- a/man2/sched_setaffinity.2
+++ b/man2/sched_setaffinity.2
@@ -31,7 +31,7 @@
.\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a
.\" separate CPU_SET(3) page.
.\"
-.TH SCHED_SETAFFINITY 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETAFFINITY 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity \- \
set and get a thread's CPU affinity mask
diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2
index fa1d428084..9b5082c082 100644
--- a/man2/sched_setattr.2
+++ b/man2/sched_setattr.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SCHED_SETATTR 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETATTR 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setattr, sched_getattr \-
set and get scheduling policy and attributes
diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2
index d9f39e819a..a81c616b7f 100644
--- a/man2/sched_setparam.2
+++ b/man2/sched_setparam.2
@@ -27,7 +27,7 @@
.\" revision
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH SCHED_SETPARAM 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETPARAM 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setparam, sched_getparam \- set and get scheduling parameters
.SH SYNOPSIS
diff --git a/man2/seccomp.2 b/man2/seccomp.2
index 3642e5b9a3..dc3d87d70c 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SECCOMP 2 2015-12-05 "Linux" "Linux Programmer's Manual"
+.TH SECCOMP 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
seccomp \- operate on Secure Computing state of the process
.SH SYNOPSIS
diff --git a/man2/select_tut.2 b/man2/select_tut.2
index fd97446cda..0fd091f3fe 100644
--- a/man2/select_tut.2
+++ b/man2/select_tut.2
@@ -29,7 +29,7 @@
.\" various other changes
.\" 2008-01-26, mtk, substantial changes and rewrites
.\"
-.TH SELECT_TUT 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SELECT_TUT 2 2016-10-08 "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/semctl.2 b/man2/semctl.2
index 8cdb1f6f6c..5c20426150 100644
--- a/man2/semctl.2
+++ b/man2/semctl.2
@@ -38,7 +38,7 @@
.\" Added semid_ds and ipc_perm structure definitions
.\" 2005-08-02, mtk: Added IPC_INFO, SEM_INFO, SEM_STAT descriptions.
.\"
-.TH SEMCTL 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SEMCTL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
semctl \- System V semaphore control operations
.SH SYNOPSIS
diff --git a/man2/semget.2 b/man2/semget.2
index 51de6f87bd..adb944e65f 100644
--- a/man2/semget.2
+++ b/man2/semget.2
@@ -33,7 +33,7 @@
.\" Rewrote BUGS note about semget()'s failure to initialize
.\" semaphore values
.\"
-.TH SEMGET 2 2015-02-21 "Linux" "Linux Programmer's Manual"
+.TH SEMGET 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
semget \- get a System V semaphore set identifier
.SH SYNOPSIS
diff --git a/man2/semop.2 b/man2/semop.2
index 85a9c4e8af..213d6f897a 100644
--- a/man2/semop.2
+++ b/man2/semop.2
@@ -32,7 +32,7 @@
.\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop()
.\" 2007-07-09, mtk, Added an EXAMPLE code segment.
.\"
-.TH SEMOP 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SEMOP 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
semop, semtimedop \- System V semaphore operations
.SH SYNOPSIS
diff --git a/man2/set_thread_area.2 b/man2/set_thread_area.2
index d0e288bc64..00c631da87 100644
--- a/man2/set_thread_area.2
+++ b/man2/set_thread_area.2
@@ -6,7 +6,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
-.TH SET_THREAD_AREA 2 2015-02-21 "Linux" "Linux Programmer's Manual"
+.TH SET_THREAD_AREA 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
get_thread_area, set_thread_area \- set a GDT entry for thread-local storage
.SH SYNOPSIS
diff --git a/man2/seteuid.2 b/man2/seteuid.2
index 3a69091058..2bd5db9a1c 100644
--- a/man2/seteuid.2
+++ b/man2/seteuid.2
@@ -26,7 +26,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.\"
-.TH SETEUID 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SETEUID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
seteuid, setegid \- set effective user or group ID
.SH SYNOPSIS
diff --git a/man2/setgid.2 b/man2/setgid.2
index a0e07fa220..8b23e7fcfd 100644
--- a/man2/setgid.2
+++ b/man2/setgid.2
@@ -27,7 +27,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2002-03-09 by aeb
.\"
-.TH SETGID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH SETGID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
setgid \- set group identity
.SH SYNOPSIS
diff --git a/man2/setpgid.2 b/man2/setpgid.2
index 8cf2be11f1..8c9cce8b3e 100644
--- a/man2/setpgid.2
+++ b/man2/setpgid.2
@@ -45,7 +45,7 @@
.\" 2007-07-25, mtk, fairly substantial rewrites and rearrangements
.\" of text.
.\"
-.TH SETPGID 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SETPGID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
setpgid, getpgid, setpgrp, getpgrp \- set/get process group
.SH SYNOPSIS
diff --git a/man2/setresuid.2 b/man2/setresuid.2
index bc422b41c9..8b4b8ebb02 100644
--- a/man2/setresuid.2
+++ b/man2/setresuid.2
@@ -24,7 +24,7 @@
.\" %%%LICENSE_END
.\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
-.TH SETRESUID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH SETRESUID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
setresuid, setresgid \- set real, effective and saved user or group ID
.SH SYNOPSIS
diff --git a/man2/setreuid.2 b/man2/setreuid.2
index fdf2387c63..5b9c142415 100644
--- a/man2/setreuid.2
+++ b/man2/setreuid.2
@@ -43,7 +43,7 @@
.\" 2004-07-04 by aeb
.\" 2004-05-27 by Michael Kerrisk
.\"
-.TH SETREUID 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SETREUID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
setreuid, setregid \- set real and/or effective user or group ID
.SH SYNOPSIS
diff --git a/man2/setsid.2 b/man2/setsid.2
index 83604559bf..aef4376ec2 100644
--- a/man2/setsid.2
+++ b/man2/setsid.2
@@ -28,7 +28,7 @@
.\" tiny changes from a man page by Charles Livingston).
.\" Modified Sun Jul 21 14:45:46 1996 <aeb@cwi.nl>
.\"
-.TH SETSID 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH SETSID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
setsid \- creates a session and sets the process group ID
.SH SYNOPSIS
diff --git a/man2/setuid.2 b/man2/setuid.2
index b8ab9815ab..d32a63ba10 100644
--- a/man2/setuid.2
+++ b/man2/setuid.2
@@ -28,7 +28,7 @@
.\" <richard@greenend.org.uk>, aeb 970616.
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
-.TH SETUID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH SETUID 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
setuid \- set user identity
.SH SYNOPSIS
diff --git a/man2/shmctl.2 b/man2/shmctl.2
index 33b2bc2675..b99dc52df9 100644
--- a/man2/shmctl.2
+++ b/man2/shmctl.2
@@ -42,7 +42,7 @@
.\" attaches to a segment that has already been marked for deletion.
.\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions.
.\"
-.TH SHMCTL 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH SHMCTL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
shmctl \- System V shared memory control
.SH SYNOPSIS
diff --git a/man2/shmget.2 b/man2/shmget.2
index 42c7e4a61b..7fed8f91d0 100644
--- a/man2/shmget.2
+++ b/man2/shmget.2
@@ -35,7 +35,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
-.TH SHMGET 2 2015-12-28 "Linux" "Linux Programmer's Manual"
+.TH SHMGET 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
shmget \- allocates a System V shared memory segment
.SH SYNOPSIS
diff --git a/man2/shmop.2 b/man2/shmop.2
index 6a267f0444..c1a243ec7a 100644
--- a/man2/shmop.2
+++ b/man2/shmop.2
@@ -38,7 +38,7 @@
.\"
.\" FIXME . Add an example program to this page.
.\"
-.TH SHMOP 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH SHMOP 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
shmat, shmdt \- System V shared memory operations
.SH SYNOPSIS
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index 7dbc5266cf..9957fd74dc 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -46,7 +46,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" Added notes on ptrace SIGTRAP and SYS_SECCOMP.
.\"
-.TH SIGACTION 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SIGACTION 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaction, rt_sigaction \- examine and change a signal action
.SH SYNOPSIS
diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2
index c140876620..8388340ee8 100644
--- a/man2/sigprocmask.2
+++ b/man2/sigprocmask.2
@@ -26,7 +26,7 @@
.\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\"
-.TH SIGPROCMASK 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SIGPROCMASK 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
sigprocmask, rt_sigprocmask \- examine and change blocked signals
.SH SYNOPSIS
diff --git a/man2/stat.2 b/man2/stat.2
index d1909f6e1e..6ae3481644 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -37,7 +37,7 @@
.\" 2007-06-08 mtk: Added example program
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
-.TH STAT 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH STAT 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS
diff --git a/man2/symlink.2 b/man2/symlink.2
index 2da47aebf8..7ed1029d3d 100644
--- a/man2/symlink.2
+++ b/man2/symlink.2
@@ -30,7 +30,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH SYMLINK 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SYMLINK 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
symlink, symlinkat \- make a new name for a file
.SH SYNOPSIS
diff --git a/man2/syscall.2 b/man2/syscall.2
index 0fa8dd9f10..811083f407 100644
--- a/man2/syscall.2
+++ b/man2/syscall.2
@@ -39,7 +39,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" Added mips and arm64.
.\"
-.TH SYSCALL 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SYSCALL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
syscall \- indirect system call
.SH SYNOPSIS
diff --git a/man2/sysctl.2 b/man2/sysctl.2
index a02c8c891b..c907c7ba23 100644
--- a/man2/sysctl.2
+++ b/man2/sysctl.2
@@ -27,7 +27,7 @@
.\" Modified Tue Oct 22 22:28:41 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified Mon Jan 5 20:31:04 1998 by aeb.
.\"
-.TH SYSCTL 2 2012-12-22 "Linux" "Linux Programmer's Manual"
+.TH SYSCTL 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
sysctl \- read/write system parameters
.SH SYNOPSIS
diff --git a/man2/unlink.2 b/man2/unlink.2
index 3645f5972f..51291c53d8 100644
--- a/man2/unlink.2
+++ b/man2/unlink.2
@@ -30,7 +30,7 @@
.\" Modified 2001-05-17 by aeb
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH UNLINK 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH UNLINK 2 2016-10-08 "Linux" "Linux Programmer's Manual"
.SH NAME
unlink, unlinkat \- delete a name and possibly the file it refers to
.SH SYNOPSIS