summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-10-10 22:28:39 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-10-10 22:28:39 +0200
commit992dc2cbc10711d89c01d6733cf614124f057128 (patch)
treeac0b85670f3942d8ebfea86aabfe66c0f2eb7205
parent431655b3e082a35f4c6590dc83b844706071a778 (diff)
localedef.1, close.2, copy_file_range.2, execve.2, get_robust_list.2, getdomainname.2, gethostname.2, inotify_add_watch.2, io_submit.2, ioctl_fideduperange.2, kcmp.2, kill.2, mmap.2, move_pages.2, perf_event_open.2, ptrace.2, rt_sigqueueinfo.2, sched_setaffinity.2, sched_setparam.2, setns.2, sigaction.2, signalfd.2, statx.2, syscall.2, syscalls.2, uname.2, write.2, errno.3, fexecve.3, getauxval.3, printf.3, pthread_mutex_consistent.3, pthread_mutexattr_init.3, pthread_mutexattr_setrobust.3, pthread_setcancelstate.3, regex.3, strtok.3, strtol.3, ttyname.3, smartpqi.4, core.5, resolv.conf.5, man-pages.7, mq_overview.7, operator.7, pthreads.7, signal-safety.7, sysvipc.7: Update timestamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man1/localedef.12
-rw-r--r--man2/close.22
-rw-r--r--man2/copy_file_range.22
-rw-r--r--man2/execve.22
-rw-r--r--man2/get_robust_list.22
-rw-r--r--man2/getdomainname.22
-rw-r--r--man2/gethostname.22
-rw-r--r--man2/inotify_add_watch.22
-rw-r--r--man2/io_submit.22
-rw-r--r--man2/ioctl_fideduperange.22
-rw-r--r--man2/kcmp.22
-rw-r--r--man2/kill.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/move_pages.22
-rw-r--r--man2/perf_event_open.22
-rw-r--r--man2/ptrace.22
-rw-r--r--man2/rt_sigqueueinfo.22
-rw-r--r--man2/sched_setaffinity.22
-rw-r--r--man2/sched_setparam.22
-rw-r--r--man2/setns.22
-rw-r--r--man2/sigaction.22
-rw-r--r--man2/signalfd.22
-rw-r--r--man2/statx.22
-rw-r--r--man2/syscall.22
-rw-r--r--man2/syscalls.22
-rw-r--r--man2/uname.22
-rw-r--r--man2/write.22
-rw-r--r--man3/errno.32
-rw-r--r--man3/fexecve.32
-rw-r--r--man3/getauxval.32
-rw-r--r--man3/printf.32
-rw-r--r--man3/pthread_mutex_consistent.32
-rw-r--r--man3/pthread_mutexattr_init.32
-rw-r--r--man3/pthread_mutexattr_setrobust.32
-rw-r--r--man3/pthread_setcancelstate.32
-rw-r--r--man3/regex.32
-rw-r--r--man3/strtok.32
-rw-r--r--man3/strtol.32
-rw-r--r--man3/ttyname.32
-rw-r--r--man4/smartpqi.42
-rw-r--r--man5/core.52
-rw-r--r--man5/resolv.conf.52
-rw-r--r--man7/man-pages.72
-rw-r--r--man7/mq_overview.72
-rw-r--r--man7/operator.72
-rw-r--r--man7/pthreads.72
-rw-r--r--man7/signal-safety.72
-rw-r--r--man7/sysvipc.72
48 files changed, 48 insertions, 48 deletions
diff --git a/man1/localedef.1 b/man1/localedef.1
index c549b8f90..b3b5cbc7b 100644
--- a/man1/localedef.1
+++ b/man1/localedef.1
@@ -31,7 +31,7 @@
.\" Lars Wirzenius to document new functionality (as of GNU
.\" C library 2.3.5).
.\"
-.TH LOCALEDEF 1 2019-03-06 "Linux" "Linux User Manual"
+.TH LOCALEDEF 1 2019-10-10 "Linux" "Linux User Manual"
.SH NAME
localedef \- compile locale definition files
.SH SYNOPSIS
diff --git a/man2/close.2 b/man2/close.2
index e6d40d1d2..20c8d2b98 100644
--- a/man2/close.2
+++ b/man2/close.2
@@ -33,7 +33,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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH CLOSE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
close \- close a file descriptor
.SH SYNOPSIS
diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2
index a005a1a4c..c6ae11a8f 100644
--- a/man2/copy_file_range.2
+++ b/man2/copy_file_range.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH COPY_FILE_RANGE 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH COPY_FILE_RANGE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
copy_file_range \- Copy a range of data from one file to another
.SH SYNOPSIS
diff --git a/man2/execve.2 b/man2/execve.2
index a70a51118..0e7c6311f 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 2019-05-09 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS
diff --git a/man2/get_robust_list.2 b/man2/get_robust_list.2
index fa0c147c6..e79b3e84c 100644
--- a/man2/get_robust_list.2
+++ b/man2/get_robust_list.2
@@ -27,7 +27,7 @@
.\" FIXME Something could be added to this page (or exit(2))
.\" about exit_robust_list processing
.\"
-.TH GET_ROBUST_LIST 2 2017-09-15 Linux "Linux System Calls"
+.TH GET_ROBUST_LIST 2 2019-10-10 Linux "Linux System Calls"
.SH NAME
get_robust_list, set_robust_list \- get/set list of robust futexes
.SH SYNOPSIS
diff --git a/man2/getdomainname.2 b/man2/getdomainname.2
index 720fb6ec9..1427185bb 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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH GETDOMAINNAME 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
getdomainname, setdomainname \- get/set NIS domain name
.SH SYNOPSIS
diff --git a/man2/gethostname.2 b/man2/gethostname.2
index a07d06fa5..2d6349c21 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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH GETHOSTNAME 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
gethostname, sethostname \- get/set hostname
.SH SYNOPSIS
diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2
index 0ded8c66e..fb37a1253 100644
--- a/man2/inotify_add_watch.2
+++ b/man2/inotify_add_watch.2
@@ -25,7 +25,7 @@
.\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version
.\" 2006-02-07 mtk, various changes
.\"
-.TH INOTIFY_ADD_WATCH 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH INOTIFY_ADD_WATCH 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
inotify_add_watch \- add a watch to an initialized inotify instance
.SH SYNOPSIS
diff --git a/man2/io_submit.2 b/man2/io_submit.2
index 83f4bcc54..81e17d6c5 100644
--- a/man2/io_submit.2
+++ b/man2/io_submit.2
@@ -5,7 +5,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
-.TH IO_SUBMIT 2 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH IO_SUBMIT 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
io_submit \- submit asynchronous I/O blocks for processing
.SH SYNOPSIS
diff --git a/man2/ioctl_fideduperange.2 b/man2/ioctl_fideduperange.2
index 4f28b9fcf..1b02a4591 100644
--- a/man2/ioctl_fideduperange.2
+++ b/man2/ioctl_fideduperange.2
@@ -20,7 +20,7 @@
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
-.TH IOCTL-FIDEDUPERANGE 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH IOCTL-FIDEDUPERANGE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
ioctl_fideduperange \- share some the data of one file with another file
.SH SYNOPSIS
diff --git a/man2/kcmp.2 b/man2/kcmp.2
index 26eb0470f..2fc70c5aa 100644
--- a/man2/kcmp.2
+++ b/man2/kcmp.2
@@ -25,7 +25,7 @@
.\"
.\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d
.\"
-.TH KCMP 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH KCMP 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
kcmp \- compare two processes to determine if they share a kernel resource
.SH SYNOPSIS
diff --git a/man2/kill.2 b/man2/kill.2
index d7c514b0d..e921ffe4c 100644
--- a/man2/kill.2
+++ b/man2/kill.2
@@ -41,7 +41,7 @@
.\" Modified 2004-06-24 by aeb
.\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr
.\"
-.TH KILL 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH KILL 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
kill \- send signal to a process
.SH SYNOPSIS
diff --git a/man2/mmap.2 b/man2/mmap.2
index b41e8b9ca..4637b9845 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -37,7 +37,7 @@
.\" 2007-07-10, mtk, Added an example program.
.\" 2008-11-18, mtk, document MAP_STACK
.\"
-.TH MMAP 2 2019-02-27 "Linux" "Linux Programmer's Manual"
+.TH MMAP 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS
diff --git a/man2/move_pages.2 b/man2/move_pages.2
index ed4a37185..2d96468fa 100644
--- a/man2/move_pages.2
+++ b/man2/move_pages.2
@@ -17,7 +17,7 @@
.\" (e.g., compare with recommendation in mbind(2)).
.\" Does this page need to give advice on this topic?
.\"
-.TH MOVE_PAGES 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH MOVE_PAGES 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
move_pages \- move individual pages of a process to another node
.SH SYNOPSIS
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index b1792240b..25876c36c 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the
.\" tools/perf/design.txt file, and a lot of bitter experience.
.\"
-.TH PERF_EVENT_OPEN 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PERF_EVENT_OPEN 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.SH SYNOPSIS
diff --git a/man2/ptrace.2 b/man2/ptrace.2
index 0977623e3..0ea9ad7f2 100644
--- a/man2/ptrace.2
+++ b/man2/ptrace.2
@@ -102,7 +102,7 @@
.\"
.\" and others that can be found in the arch/*/include/uapi/asm/ptrace files
.\"
-.TH PTRACE 2 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH PTRACE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
ptrace \- process trace
.SH SYNOPSIS
diff --git a/man2/rt_sigqueueinfo.2 b/man2/rt_sigqueueinfo.2
index 8e743a004..15eaed7a3 100644
--- a/man2/rt_sigqueueinfo.2
+++ b/man2/rt_sigqueueinfo.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH RT_SIGQUEUEINFO 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH RT_SIGQUEUEINFO 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data
.SH SYNOPSIS
diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2
index 30528da44..685515734 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 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETAFFINITY 2 2019-10-10 "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_setparam.2 b/man2/sched_setparam.2
index f792c4204..ffa785129 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 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETPARAM 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setparam, sched_getparam \- set and get scheduling parameters
.SH SYNOPSIS
diff --git a/man2/setns.2 b/man2/setns.2
index 5985c099b..ad470b587 100644
--- a/man2/setns.2
+++ b/man2/setns.2
@@ -5,7 +5,7 @@
.\" Licensed under the GPLv2
.\" %%%LICENSE_END
.\"
-.TH SETNS 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SETNS 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
setns \- reassociate thread with a namespace
.SH SYNOPSIS
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index ff21045ed..8ee878672 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 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SIGACTION 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaction, rt_sigaction \- examine and change a signal action
.SH SYNOPSIS
diff --git a/man2/signalfd.2 b/man2/signalfd.2
index 1948b723a..e80b1ba9b 100644
--- a/man2/signalfd.2
+++ b/man2/signalfd.2
@@ -17,7 +17,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH SIGNALFD 2 2019-03-06 Linux "Linux Programmer's Manual"
+.TH SIGNALFD 2 2019-10-10 Linux "Linux Programmer's Manual"
.SH NAME
signalfd \- create a file descriptor for accepting signals
.SH SYNOPSIS
diff --git a/man2/statx.2 b/man2/statx.2
index 2370aa1d9..d2f1b07b8 100644
--- a/man2/statx.2
+++ b/man2/statx.2
@@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH STATX 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH STATX 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
statx \- get file status (extended)
.SH SYNOPSIS
diff --git a/man2/syscall.2 b/man2/syscall.2
index 8db5c14e2..9091b34bb 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 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH SYSCALL 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
syscall \- indirect system call
.SH SYNOPSIS
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 4393c84e8..02662c023 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SYSCALLS 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
diff --git a/man2/uname.2 b/man2/uname.2
index 67841708e..55c139a56 100644
--- a/man2/uname.2
+++ b/man2/uname.2
@@ -24,7 +24,7 @@
.\"
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
-.TH UNAME 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH UNAME 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
uname \- get name and information about current kernel
.SH SYNOPSIS
diff --git a/man2/write.2 b/man2/write.2
index 481ba1f78..2c4c0c2c5 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -36,7 +36,7 @@
.\" gave some examples of why this might occur.
.\" Noted what happens if write() is interrupted by a signal.
.\"
-.TH WRITE 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH WRITE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
write \- write to a file descriptor
.SH SYNOPSIS
diff --git a/man3/errno.3 b/man3/errno.3
index 9a21cf95d..15e2984cb 100644
--- a/man3/errno.3
+++ b/man3/errno.3
@@ -28,7 +28,7 @@
.\" 2006-02-09 Kurt Wall, mtk
.\" Added non-POSIX errors
.\"
-.TH ERRNO 3 2019-03-06 "" "Linux Programmer's Manual"
+.TH ERRNO 3 2019-10-10 "" "Linux Programmer's Manual"
.SH NAME
errno \- number of last error
.SH SYNOPSIS
diff --git a/man3/fexecve.3 b/man3/fexecve.3
index 73b086881..42514e709 100644
--- a/man3/fexecve.3
+++ b/man3/fexecve.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH FEXECVE 3 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH FEXECVE 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
fexecve \- execute program specified via file descriptor
.SH SYNOPSIS
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index 2cd1e3dcb..f7b23085a 100644
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -24,7 +24,7 @@
.\"
.\" See also https://lwn.net/Articles/519085/
.\"
-.TH GETAUXVAL 3 2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH GETAUXVAL 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME
getauxval \- retrieve a value from the auxiliary vector
.SH SYNOPSIS
diff --git a/man3/printf.3 b/man3/printf.3
index 66ad6af02..c99c796ce 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -31,7 +31,7 @@
.\" 2000-07-26 jsm28@hermes.cam.ac.uk - three small fixes
.\" 2000-10-16 jsm28@hermes.cam.ac.uk - more fixes
.\"
-.TH PRINTF 3 2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH PRINTF 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME
printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf,
vsprintf, vsnprintf \- formatted output conversion
diff --git a/man3/pthread_mutex_consistent.3 b/man3/pthread_mutex_consistent.3
index f9b64625c..3d321a483 100644
--- a/man3/pthread_mutex_consistent.3
+++ b/man3/pthread_mutex_consistent.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_MUTEX_CONSISTENT 3 2017-08-20 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_MUTEX_CONSISTENT 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_mutex_consistent \- make a robust mutex consistent
.SH SYNOPSIS
diff --git a/man3/pthread_mutexattr_init.3 b/man3/pthread_mutexattr_init.3
index eb0f7d69f..7b2b3bf61 100644
--- a/man3/pthread_mutexattr_init.3
+++ b/man3/pthread_mutexattr_init.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_MUTEXATTR_INIT 3 2017-08-20 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_MUTEXATTR_INIT 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_mutexattr_init, pthread_mutexattr_destroy \- initialize and
destroy a mutex attributes object
diff --git a/man3/pthread_mutexattr_setrobust.3 b/man3/pthread_mutexattr_setrobust.3
index b5583b092..950388271 100644
--- a/man3/pthread_mutexattr_setrobust.3
+++ b/man3/pthread_mutexattr_setrobust.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_MUTEXATTR_SETROBUST 3 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_MUTEXATTR_SETROBUST 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_mutexattr_getrobust, pthread_mutexattr_setrobust
\- get and set the robustness attribute of a mutex attributes object
diff --git a/man3/pthread_setcancelstate.3 b/man3/pthread_setcancelstate.3
index 0e4512107..1ed96bd77 100644
--- a/man3/pthread_setcancelstate.3
+++ b/man3/pthread_setcancelstate.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_SETCANCELSTATE 3 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_SETCANCELSTATE 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setcancelstate, pthread_setcanceltype \-
set cancelability state and type
diff --git a/man3/regex.3 b/man3/regex.3
index 2fe387a5e..54bb5ce60 100644
--- a/man3/regex.3
+++ b/man3/regex.3
@@ -27,7 +27,7 @@
.\" Modified 8 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk)
.\"
.\" show the synopsis section nicely
-.TH REGEX 3 2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH REGEX 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME
regcomp, regexec, regerror, regfree \- POSIX regex functions
.SH SYNOPSIS
diff --git a/man3/strtok.3 b/man3/strtok.3
index 5c7f2eae6..3bb578004 100644
--- a/man3/strtok.3
+++ b/man3/strtok.3
@@ -29,7 +29,7 @@
.\" 2005-11-17, mtk: Substantial parts rewritten
.\" 2013-05-19, mtk: added much further detail on the operation of strtok()
.\"
-.TH STRTOK 3 2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH STRTOK 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME
strtok, strtok_r \- extract tokens from strings
.SH SYNOPSIS
diff --git a/man3/strtol.3 b/man3/strtol.3
index 9cb610925..960f61b3e 100644
--- a/man3/strtol.3
+++ b/man3/strtol.3
@@ -28,7 +28,7 @@
.\" 386BSD man pages
.\" Modified Sun Jul 25 10:53:39 1993 by Rik Faith (faith@cs.unc.edu)
.\" Added correction due to nsd@bbc.com (Nick Duffek) - aeb, 950610
-.TH STRTOL 3 2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH STRTOL 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME
strtol, strtoll, strtoq \- convert a string to a long integer
.SH SYNOPSIS
diff --git a/man3/ttyname.3 b/man3/ttyname.3
index 0e5e27e52..d036652d2 100644
--- a/man3/ttyname.3
+++ b/man3/ttyname.3
@@ -24,7 +24,7 @@
.\" Modified 2001-12-13, Martin Schulze <joey@infodrom.org>
.\" Added ttyname_r, aeb, 2002-07-20
.\"
-.TH TTYNAME 3 2017-05-03 "Linux" "Linux Programmer's Manual"
+.TH TTYNAME 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
ttyname, ttyname_r \- return name of a terminal
.SH SYNOPSIS
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index 5580434c2..056b5e526 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -6,7 +6,7 @@
.\" %%%LICENSE_START(GPLv2_ONELINE)
.\" Licensed under GNU General Public License version 2 (GPLv2)
.\" %%%LICENSE_END
-.TH SMARTPQI 4 2017-10-19 "Linux" "Linux Programmer's Manual"
+.TH SMARTPQI 4 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
smartpqi \- Microsemi Smart Family SCSI driver
.SH SYNOPSIS
diff --git a/man5/core.5 b/man5/core.5
index 48e00a810..45d7c81ff 100644
--- a/man5/core.5
+++ b/man5/core.5
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH CORE 5 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH CORE 5 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
core \- core dump file
.SH DESCRIPTION
diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index 9c94baed4..49a8eed4c 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
@@ -20,7 +20,7 @@
.\"
.\" Added ndots remark by Bernhard R. Link - debian bug #182886
.\"
-.TH RESOLV.CONF 5 2019-03-06 "" "Linux Programmer's Manual"
+.TH RESOLV.CONF 5 2019-10-10 "" "Linux Programmer's Manual"
.UC 4
.SH NAME
resolv.conf \- resolver configuration file
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index 819dccd97..106faef6f 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -27,7 +27,7 @@
.\" 2007-05-30 created by mtk, using text from old man.7 plus
.\" rewrites and additional text.
.\"
-.TH MAN-PAGES 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH MAN-PAGES 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
man-pages \- conventions for writing Linux man pages
.SH SYNOPSIS
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7
index 629efc94f..89c6ac6cd 100644
--- a/man7/mq_overview.7
+++ b/man7/mq_overview.7
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MQ_OVERVIEW 7 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH MQ_OVERVIEW 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_overview \- overview of POSIX message queues
.SH DESCRIPTION
diff --git a/man7/operator.7 b/man7/operator.7
index f22dc5d17..551aab667 100644
--- a/man7/operator.7
+++ b/man7/operator.7
@@ -37,7 +37,7 @@
.\"
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
-.TH OPERATOR 7 2011-09-09 "Linux" "Linux Programmer's Manual"
+.TH OPERATOR 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
operator \- C operator precedence and order of evaluation
.SH DESCRIPTION
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index cac5831b6..78f6df17f 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREADS 7 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PTHREADS 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
pthreads \- POSIX threads
.SH DESCRIPTION
diff --git a/man7/signal-safety.7 b/man7/signal-safety.7
index f6f104b31..a3cc8c2d2 100644
--- a/man7/signal-safety.7
+++ b/man7/signal-safety.7
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SIGNAL-SAFETY 7 2017-03-13 "Linux" "Linux Programmer's Manual"
+.TH SIGNAL-SAFETY 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
signal-safety \- async-signal-safe functions
.SH DESCRIPTION
diff --git a/man7/sysvipc.7 b/man7/sysvipc.7
index 76b80d043..6b3dba67d 100644
--- a/man7/sysvipc.7
+++ b/man7/sysvipc.7
@@ -37,7 +37,7 @@
.\" * The only part that uniquely belongs in sysvipc(7) is perhaps
.\" the discussion of ipc_perm.
.\"
-.TH SVIPC 7 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SVIPC 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME
sysvipc \- System V interprocess communication mechanisms
.SH SYNOPSIS