summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-12-21 16:19:35 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-12-21 16:19:35 +0100
commit9f43659f85fa29a66e9e1c8f84230f2dff37b42e (patch)
treeff2ed4dcad53c6b539084c6a90250868a7b6e190
parentb52ce0e5b5276b8763ca3376a02d0ac4f8941b3d (diff)
getent.1, access.2, cacheflush.2, chroot.2, clock_getres.2, fcntl.2, getrusage.2, io_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2, link.2, llseek.2, mmap.2, mount.2, readv.2, restart_syscall.2, semctl.2, set_mempolicy.2, set_tid_address.2, shmctl.2, sigaction.2, sigaltstack.2, spu_create.2, statfs.2, subpage_prot.2, syscalls.2, timer_getoverrun.2, uselib.2, INFINITY.3, __ppc_set_ppr_med.3, bstring.3, btree.3, ctime.3, fgetc.3, fopen.3, getcontext.3, gethostbyname.3, getnetent.3, getprotoent.3, getservent.3, inet.3, j0.3, list.3, makecontext.3, nextafter.3, posix_memalign.3, profil.3, pthread_tryjoin_np.3, puts.3, rcmd.3, resolver.3, rtime.3, sigsetops.3, strnlen.3, tailq.3, elf.5, filesystems.5, nscd.conf.5, proc.5, utmp.5, attributes.7, ipv6.7, packet.7, pthreads.7, signal-safety.7, signal.7, spufs.7, system_data_types.7, tcp.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man1/getent.12
-rw-r--r--man2/access.22
-rw-r--r--man2/cacheflush.22
-rw-r--r--man2/chroot.22
-rw-r--r--man2/clock_getres.22
-rw-r--r--man2/fcntl.22
-rw-r--r--man2/getrusage.22
-rw-r--r--man2/io_cancel.22
-rw-r--r--man2/io_destroy.22
-rw-r--r--man2/io_getevents.22
-rw-r--r--man2/io_setup.22
-rw-r--r--man2/io_submit.22
-rw-r--r--man2/link.22
-rw-r--r--man2/llseek.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/mount.22
-rw-r--r--man2/readv.22
-rw-r--r--man2/restart_syscall.22
-rw-r--r--man2/semctl.22
-rw-r--r--man2/set_mempolicy.22
-rw-r--r--man2/set_tid_address.22
-rw-r--r--man2/shmctl.22
-rw-r--r--man2/sigaction.22
-rw-r--r--man2/sigaltstack.22
-rw-r--r--man2/spu_create.22
-rw-r--r--man2/statfs.22
-rw-r--r--man2/subpage_prot.22
-rw-r--r--man2/syscalls.22
-rw-r--r--man2/timer_getoverrun.22
-rw-r--r--man2/uselib.22
-rw-r--r--man3/INFINITY.32
-rw-r--r--man3/__ppc_set_ppr_med.32
-rw-r--r--man3/bstring.32
-rw-r--r--man3/btree.32
-rw-r--r--man3/ctime.32
-rw-r--r--man3/fgetc.32
-rw-r--r--man3/fopen.32
-rw-r--r--man3/getcontext.32
-rw-r--r--man3/gethostbyname.32
-rw-r--r--man3/getnetent.32
-rw-r--r--man3/getprotoent.32
-rw-r--r--man3/getservent.32
-rw-r--r--man3/inet.32
-rw-r--r--man3/j0.32
-rw-r--r--man3/list.32
-rw-r--r--man3/makecontext.32
-rw-r--r--man3/nextafter.32
-rw-r--r--man3/posix_memalign.32
-rw-r--r--man3/profil.32
-rw-r--r--man3/pthread_tryjoin_np.32
-rw-r--r--man3/puts.32
-rw-r--r--man3/rcmd.32
-rw-r--r--man3/resolver.32
-rw-r--r--man3/rtime.32
-rw-r--r--man3/sigsetops.32
-rw-r--r--man3/strnlen.32
-rw-r--r--man3/tailq.32
-rw-r--r--man5/elf.52
-rw-r--r--man5/filesystems.52
-rw-r--r--man5/nscd.conf.52
-rw-r--r--man5/proc.52
-rw-r--r--man5/utmp.52
-rw-r--r--man7/attributes.72
-rw-r--r--man7/ipv6.72
-rw-r--r--man7/packet.72
-rw-r--r--man7/pthreads.72
-rw-r--r--man7/signal-safety.72
-rw-r--r--man7/signal.72
-rw-r--r--man7/spufs.72
-rw-r--r--man7/system_data_types.72
-rw-r--r--man7/tcp.72
71 files changed, 71 insertions, 71 deletions
diff --git a/man1/getent.1 b/man1/getent.1
index c02a4f8db..c55d5af37 100644
--- a/man1/getent.1
+++ b/man1/getent.1
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH GETENT 1 2020-04-11 "Linux" "User Commands"
+.TH GETENT 1 2020-12-21 "Linux" "User Commands"
.SH NAME
getent \- get entries from Name Service Switch libraries
.SH SYNOPSIS
diff --git a/man2/access.2 b/man2/access.2
index 70ae113dd..8cd91b577 100644
--- a/man2/access.2
+++ b/man2/access.2
@@ -40,7 +40,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk
.\" 2007-06-10, mtk, various parts rewritten, and added BUGS section.
.\"
-.TH ACCESS 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH ACCESS 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
access, faccessat, faccessat2 \- check user's permissions for a file
.SH SYNOPSIS
diff --git a/man2/cacheflush.2 b/man2/cacheflush.2
index 712241deb..4dcb3e4b3 100644
--- a/man2/cacheflush.2
+++ b/man2/cacheflush.2
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH CACHEFLUSH 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH CACHEFLUSH 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
cacheflush \- flush contents of instruction and/or data cache
.SH SYNOPSIS
diff --git a/man2/chroot.2 b/man2/chroot.2
index 5b092da38..66d1cbfb3 100644
--- a/man2/chroot.2
+++ b/man2/chroot.2
@@ -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>
.\"
-.TH CHROOT 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH CHROOT 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
chroot \- change root directory
.SH SYNOPSIS
diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index 635392f8c..e08366631 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -28,7 +28,7 @@
.\" 2003-08-24 aeb, large parts rewritten
.\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note
.\"
-.TH CLOCK_GETRES 2 2020-08-13 "" "Linux Programmer's Manual"
+.TH CLOCK_GETRES 2 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
clock_getres, clock_gettime, clock_settime \- clock and time functions
.SH SYNOPSIS
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 546016617..f8d15f602 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -64,7 +64,7 @@
.\" 2017-06-26, Jens Axboe <axboe@kernel.dk>
.\" Document F_{GET,SET}_RW_HINT and F_{GET,SET}_FILE_RW_HINT
.\"
-.TH FCNTL 2 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH FCNTL 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
diff --git a/man2/getrusage.2 b/man2/getrusage.2
index 991fdc3e4..bb5661d2f 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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH GETRUSAGE 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
getrusage \- get resource usage
.SH SYNOPSIS
diff --git a/man2/io_cancel.2 b/man2/io_cancel.2
index 4d62b1de6..1bea257ec 100644
--- a/man2/io_cancel.2
+++ b/man2/io_cancel.2
@@ -4,7 +4,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
-.TH IO_CANCEL 2 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH IO_CANCEL 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_cancel \- cancel an outstanding asynchronous I/O operation
.SH SYNOPSIS
diff --git a/man2/io_destroy.2 b/man2/io_destroy.2
index fe1ae0732..dc9633f5a 100644
--- a/man2/io_destroy.2
+++ b/man2/io_destroy.2
@@ -4,7 +4,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
-.TH IO_DESTROY 2 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH IO_DESTROY 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_destroy \- destroy an asynchronous I/O context
.SH SYNOPSIS
diff --git a/man2/io_getevents.2 b/man2/io_getevents.2
index 98529dbf7..c9a608e06 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 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH IO_GETEVENTS 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_getevents \- read asynchronous I/O events from the completion queue
.SH SYNOPSIS
diff --git a/man2/io_setup.2 b/man2/io_setup.2
index 21bbd1104..5168ee445 100644
--- a/man2/io_setup.2
+++ b/man2/io_setup.2
@@ -4,7 +4,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
-.TH IO_SETUP 2 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH IO_SETUP 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_setup \- create an asynchronous I/O context
.SH SYNOPSIS
diff --git a/man2/io_submit.2 b/man2/io_submit.2
index e90581e0a..bcbcf43b9 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 2020-04-11 "Linux" "Linux Programmer's Manual"
+.TH IO_SUBMIT 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_submit \- submit asynchronous I/O blocks for processing
.SH SYNOPSIS
diff --git a/man2/link.2 b/man2/link.2
index f0f8effaf..70c3b5380 100644
--- a/man2/link.2
+++ b/man2/link.2
@@ -29,7 +29,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2005-04-04, as per suggestion by Michael Hardt for rename.2
.\"
-.TH LINK 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH LINK 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
link, linkat \- make a new name for a file
.SH SYNOPSIS
diff --git a/man2/llseek.2 b/man2/llseek.2
index 8317cf1d2..a46ce370e 100644
--- a/man2/llseek.2
+++ b/man2/llseek.2
@@ -26,7 +26,7 @@
.\"
.\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
-.TH LLSEEK 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH LLSEEK 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
_llseek \- reposition read/write file offset
.SH SYNOPSIS
diff --git a/man2/mmap.2 b/man2/mmap.2
index 9fd27120c..06b042290 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 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH MMAP 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS
diff --git a/man2/mount.2 b/man2/mount.2
index 306f08e43..8f933ebf1 100644
--- a/man2/mount.2
+++ b/man2/mount.2
@@ -37,7 +37,7 @@
.\" 2008-10-06, mtk: move umount*() material into separate umount.2 page.
.\" 2008-10-06, mtk: Add discussion of namespaces.
.\"
-.TH MOUNT 2 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH MOUNT 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
mount \- mount filesystem
.SH SYNOPSIS
diff --git a/man2/readv.2 b/man2/readv.2
index d8ae756a9..fcc27632e 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 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH READV 2 2020-12-21 "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/restart_syscall.2 b/man2/restart_syscall.2
index 21cc2df1d..d0c46043d 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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH RESTART_SYSCALL 2 2020-12-21 "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/semctl.2 b/man2/semctl.2
index dd3fb077b..ed5e79efd 100644
--- a/man2/semctl.2
+++ b/man2/semctl.2
@@ -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.
.\"
-.TH SEMCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual"
+.TH SEMCTL 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
semctl \- System V semaphore control operations
.SH SYNOPSIS
diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2
index 68011eecb..6e695fb13 100644
--- a/man2/set_mempolicy.2
+++ b/man2/set_mempolicy.2
@@ -24,7 +24,7 @@
.\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com>
.\" more precise specification of behavior.
.\"
-.TH SET_MEMPOLICY 2 2017-09-15 Linux "Linux Programmer's Manual"
+.TH SET_MEMPOLICY 2 2020-12-21 Linux "Linux Programmer's Manual"
.SH NAME
set_mempolicy \- set default NUMA memory policy for a thread and its children
.SH SYNOPSIS
diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2
index b18b8efef..258c9b9ef 100644
--- a/man2/set_tid_address.2
+++ b/man2/set_tid_address.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SET_TID_ADDRESS 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SET_TID_ADDRESS 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
set_tid_address \- set pointer to thread ID
.SH SYNOPSIS
diff --git a/man2/shmctl.2 b/man2/shmctl.2
index 40f28253f..f67e32d9d 100644
--- a/man2/shmctl.2
+++ b/man2/shmctl.2
@@ -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.
.\"
-.TH SHMCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual"
+.TH SHMCTL 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
shmctl \- System V shared memory control
.SH SYNOPSIS
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index 190be2270..8d83ce4a3 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -45,7 +45,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" Added notes on ptrace SIGTRAP and SYS_SECCOMP.
.\"
-.TH SIGACTION 2 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH SIGACTION 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaction, rt_sigaction \- examine and change a signal action
.SH SYNOPSIS
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index e30b488f8..b60e31e36 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" aeb, various minor fixes
-.TH SIGALTSTACK 2 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH SIGALTSTACK 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaltstack \- set and/or get signal stack context
.SH SYNOPSIS
diff --git a/man2/spu_create.2 b/man2/spu_create.2
index f09d498ed..8b33c61dd 100644
--- a/man2/spu_create.2
+++ b/man2/spu_create.2
@@ -22,7 +22,7 @@
.\" 2007-07-10, some polishing by mtk
.\" 2007-09-28, updates for newer kernels by Jeremy Kerr <jk@ozlabs.org>
.\"
-.TH SPU_CREATE 2 2020-06-09 Linux "Linux Programmer's Manual"
+.TH SPU_CREATE 2 2020-12-21 Linux "Linux Programmer's Manual"
.SH NAME
spu_create \- create a new spu context
.SH SYNOPSIS
diff --git a/man2/statfs.2 b/man2/statfs.2
index e4a08f6bf..c242d8a29 100644
--- a/man2/statfs.2
+++ b/man2/statfs.2
@@ -25,7 +25,7 @@
.\" Modified 2003-08-17 by Walter Harms
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH STATFS 2 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH STATFS 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
statfs, fstatfs \- get filesystem statistics
.SH SYNOPSIS
diff --git a/man2/subpage_prot.2 b/man2/subpage_prot.2
index d6f016665..535b1173d 100644
--- a/man2/subpage_prot.2
+++ b/man2/subpage_prot.2
@@ -27,7 +27,7 @@
.\" in kernel commit fa28237cfcc5827553044cbd6ee52e33692b0faa
.\" both written by Paul Mackerras <paulus@samba.org>
.\"
-.TH SUBPAGE_PROT 2 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH SUBPAGE_PROT 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
subpage_prot \- define a subpage protection for an address range
.SH SYNOPSIS
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 3156c6bd2..cd114ac22 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 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2
index 5cd522d96..09a83ea17 100644
--- a/man2/timer_getoverrun.2
+++ b/man2/timer_getoverrun.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH TIMER_GETOVERRUN 2 2020-06-09 Linux "Linux Programmer's Manual"
+.TH TIMER_GETOVERRUN 2 2020-12-21 Linux "Linux Programmer's Manual"
.SH NAME
timer_getoverrun \- get overrun count for a POSIX per-process timer
.SH SYNOPSIS
diff --git a/man2/uselib.2 b/man2/uselib.2
index 64e73cfb0..bc031d11f 100644
--- a/man2/uselib.2
+++ b/man2/uselib.2
@@ -28,7 +28,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2005-01-09 by aeb
.\"
-.TH USELIB 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH USELIB 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
uselib \- load shared library
.SH SYNOPSIS
diff --git a/man3/INFINITY.3 b/man3/INFINITY.3
index 154c99640..ca0feeb80 100644
--- a/man3/INFINITY.3
+++ b/man3/INFINITY.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH INFINITY 3 2020-06-09 "" "Linux Programmer's Manual"
+.TH INFINITY 3 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL \- floating-point constants
.SH SYNOPSIS
diff --git a/man3/__ppc_set_ppr_med.3 b/man3/__ppc_set_ppr_med.3
index b574e4801..732e8b8e0 100644
--- a/man3/__ppc_set_ppr_med.3
+++ b/man3/__ppc_set_ppr_med.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH __PPC_SET_PPR_MED 3 2017-09-15 "GNU C Library" "Linux\
+.TH __PPC_SET_PPR_MED 3 2020-12-21 "GNU C Library" "Linux\
Programmer's Manual"
.SH NAME
__ppc_set_ppr_med, __ppc_set_ppr_very_low, __ppc_set_ppr_low, __ppc_set_ppr_med_low, __ppc_set_ppr_med_high \-
diff --git a/man3/bstring.3 b/man3/bstring.3
index 6b3730fa5..d83d788b1 100644
--- a/man3/bstring.3
+++ b/man3/bstring.3
@@ -29,7 +29,7 @@
.\" Modified 1993-04-12, David Metcalfe
.\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-01-20, Walter Harms
-.TH BSTRING 3 2019-03-06 "" "Linux Programmer's Manual"
+.TH BSTRING 3 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem,
memmove, memset \- byte string operations
diff --git a/man3/btree.3 b/man3/btree.3
index 1ecee6cba..57db708cf 100644
--- a/man3/btree.3
+++ b/man3/btree.3
@@ -33,7 +33,7 @@
.\"
.\" @(#)btree.3 8.4 (Berkeley) 8/18/94
.\"
-.TH BTREE 3 2017-09-15 "" "Linux Programmer's Manual"
+.TH BTREE 3 2020-12-21 "" "Linux Programmer's Manual"
.\".UC 7
.SH NAME
btree \- btree database access method
diff --git a/man3/ctime.3 b/man3/ctime.3
index a0a8b421f..2292059a9 100644
--- a/man3/ctime.3
+++ b/man3/ctime.3
@@ -32,7 +32,7 @@
.\" Modified 2001-12-13, joey, aeb
.\" Modified 2004-11-16, mtk
.\"
-.TH CTIME 3 2019-03-06 "" "Linux Programmer's Manual"
+.TH CTIME 3 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
asctime, ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gmtime_r,
localtime_r \- transform date and time to broken-down time or ASCII
diff --git a/man3/fgetc.3 b/man3/fgetc.3
index 2700ce606..ef6b53c33 100644
--- a/man3/fgetc.3
+++ b/man3/fgetc.3
@@ -24,7 +24,7 @@
.\"
.\" Modified Wed Jul 28 11:12:07 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Fri Sep 8 15:48:13 1995 by Andries Brouwer (aeb@cwi.nl)
-.TH FGETC 3 2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH FGETC 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
fgetc, fgets, getc, getchar, ungetc \- input of characters and strings
.SH SYNOPSIS
diff --git a/man3/fopen.3 b/man3/fopen.3
index bde6648e3..5dea20d0a 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -41,7 +41,7 @@
.\" Modified, aeb, 960421, 970806
.\" Modified, joey, aeb, 2002-01-03
.\"
-.TH FOPEN 3 2019-05-09 "GNU" "Linux Programmer's Manual"
+.TH FOPEN 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
fopen, fdopen, freopen \- stream open functions
.SH SYNOPSIS
diff --git a/man3/getcontext.3 b/man3/getcontext.3
index d88d14c28..7c5d3facf 100644
--- a/man3/getcontext.3
+++ b/man3/getcontext.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH GETCONTEXT 3 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH GETCONTEXT 3 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
getcontext, setcontext \- get or set the user context
.SH SYNOPSIS
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index d54e72d2b..145f8292f 100644
--- a/man3/gethostbyname.3
+++ b/man3/gethostbyname.3
@@ -35,7 +35,7 @@
.\" Modified 2002-08-05, Michael Kerrisk
.\" Modified 2004-10-31, Andries Brouwer
.\"
-.TH GETHOSTBYNAME 3 2020-06-09 "" "Linux Programmer's Manual"
+.TH GETHOSTBYNAME 3 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
gethostbyname, gethostbyaddr, sethostent, gethostent, endhostent,
h_errno,
diff --git a/man3/getnetent.3 b/man3/getnetent.3
index 00df3afca..dffe95907 100644
--- a/man3/getnetent.3
+++ b/man3/getnetent.3
@@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 21:48:06 1993 by Rik Faith (faith@cs.unc.edu)
-.TH GETNETENT 3 2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH GETNETENT 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
getnetent, getnetbyname, getnetbyaddr, setnetent, endnetent \-
get network entry
diff --git a/man3/getprotoent.3 b/man3/getprotoent.3
index 73fed79b3..ee8c26cb3 100644
--- a/man3/getprotoent.3
+++ b/man3/getprotoent.3
@@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 19:26:03 1993 by Rik Faith (faith@cs.unc.edu)
-.TH GETPROTOENT 3 2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH GETPROTOENT 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
getprotoent, getprotobyname, getprotobynumber, setprotoent,
endprotoent \- get protocol entry
diff --git a/man3/getservent.3 b/man3/getservent.3
index e65cd61cf..8bfade77e 100644
--- a/man3/getservent.3
+++ b/man3/getservent.3
@@ -31,7 +31,7 @@
.\" Modified Mon Apr 22 01:50:54 1996 by Martin Schulze <joey@infodrom.north.de>
.\" 2001-07-25 added a clause about NULL proto (Martin Michlmayr or David N. Welton)
.\"
-.TH GETSERVENT 3 2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH GETSERVENT 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
getservent, getservbyname, getservbyport, setservent, endservent \-
get service entry
diff --git a/man3/inet.3 b/man3/inet.3
index 154943cd5..0b526da22 100644
--- a/man3/inet.3
+++ b/man3/inet.3
@@ -39,7 +39,7 @@
.\" Add discussion of Classful Addressing, noting that it is obsolete.
.\" Added an EXAMPLE program.
.\"
-.TH INET 3 2020-06-09 "GNU" "Linux Programmer's Manual"
+.TH INET 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof,
inet_netof \- Internet address manipulation routines
diff --git a/man3/j0.3 b/man3/j0.3
index ff1c5fd42..84f8f60a3 100644
--- a/man3/j0.3
+++ b/man3/j0.3
@@ -33,7 +33,7 @@
.\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB
.\" 2008-07-24, mtk, moved yxx() material into separate y0.3 page
.\"
-.TH J0 3 2017-09-15 "" "Linux Programmer's Manual"
+.TH J0 3 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \-
Bessel functions of the first kind
diff --git a/man3/list.3 b/man3/list.3
index 53f8a0f36..166921fd8 100644
--- a/man3/list.3
+++ b/man3/list.3
@@ -29,7 +29,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH LIST 3 2020-10-19 "GNU" "Linux Programmer's Manual"
+.TH LIST 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
LIST_EMPTY,
LIST_ENTRY,
diff --git a/man3/makecontext.3 b/man3/makecontext.3
index 72962ff3d..130c374de 100644
--- a/man3/makecontext.3
+++ b/man3/makecontext.3
@@ -25,7 +25,7 @@
.\"
.\" 2006-08-02, mtk, Added example program
.\"
-.TH MAKECONTEXT 3 2020-06-09 "GNU" "Linux Programmer's Manual"
+.TH MAKECONTEXT 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
makecontext, swapcontext \- manipulate user context
.SH SYNOPSIS
diff --git a/man3/nextafter.3 b/man3/nextafter.3
index 58b9d420c..eeb106070 100644
--- a/man3/nextafter.3
+++ b/man3/nextafter.3
@@ -8,7 +8,7 @@
.\"
.\" Based on glibc infopages
.\"
-.TH NEXTAFTER 3 2020-06-09 "GNU" "Linux Programmer's Manual"
+.TH NEXTAFTER 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl \-
floating-point number manipulation
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3
index 4249963d7..0ad3b46a1 100644
--- a/man3/posix_memalign.3
+++ b/man3/posix_memalign.3
@@ -26,7 +26,7 @@
.\" 2001-10-11, 2003-08-22, aeb, added some details
.\" 2012-03-23, Michael Kerrisk <mtk.manpages@mail.com>
.\" Document pvalloc() and aligned_alloc()
-.TH POSIX_MEMALIGN 3 2020-08-13 "GNU" "Linux Programmer's Manual"
+.TH POSIX_MEMALIGN 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory
.SH SYNOPSIS
diff --git a/man3/profil.3 b/man3/profil.3
index 645d24e42..900c75f7e 100644
--- a/man3/profil.3
+++ b/man3/profil.3
@@ -25,7 +25,7 @@
.\" Modified Fri Jun 23 01:35:19 1995 Andries Brouwer <aeb@cwi.nl>
.\" (prompted by Bas V. de Bakker <bas@phys.uva.nl>)
.\" Corrected (and moved to man3), 980612, aeb
-.TH PROFIL 3 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH PROFIL 3 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
profil \- execution time profile
.SH SYNOPSIS
diff --git a/man3/pthread_tryjoin_np.3 b/man3/pthread_tryjoin_np.3
index 48daaa222..bd4ccd317 100644
--- a/man3/pthread_tryjoin_np.3
+++ b/man3/pthread_tryjoin_np.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_TRYJOIN_NP 3 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_TRYJOIN_NP 3 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_tryjoin_np, pthread_timedjoin_np \- try to join with a
terminated thread
diff --git a/man3/puts.3 b/man3/puts.3
index ccb78f6fa..1b8d2671e 100644
--- a/man3/puts.3
+++ b/man3/puts.3
@@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" Modified Sat Jul 24 18:42:59 1993 by Rik Faith (faith@cs.unc.edu)
-.TH PUTS 3 2018-04-30 "GNU" "Linux Programmer's Manual"
+.TH PUTS 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
fputc, fputs, putc, putchar, puts \- output of characters and strings
.SH SYNOPSIS
diff --git a/man3/rcmd.3 b/man3/rcmd.3
index 53ae062a2..1d15f1564 100644
--- a/man3/rcmd.3
+++ b/man3/rcmd.3
@@ -40,7 +40,7 @@
.\"
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
-.TH RCMD 3 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH RCMD 3 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
rcmd, rresvport, iruserok, ruserok, rcmd_af,
rresvport_af, iruserok_af, ruserok_af \- routines for returning a
diff --git a/man3/resolver.3 b/man3/resolver.3
index b565704c1..87f33b11a 100644
--- a/man3/resolver.3
+++ b/man3/resolver.3
@@ -30,7 +30,7 @@
.\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2004-10-31 by aeb
.\"
-.TH RESOLVER 3 2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH RESOLVER 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
res_ninit, res_nclose, res_nquery, res_nsearch, res_nquerydomain, res_nmkquery, res_nsend,
res_init, res_query, res_search, res_querydomain, res_mkquery, res_send,
diff --git a/man3/rtime.3 b/man3/rtime.3
index db6fac565..39fa4dec2 100644
--- a/man3/rtime.3
+++ b/man3/rtime.3
@@ -9,7 +9,7 @@
.\"
.\" Slightly polished, aeb, 2003-04-06
.\"
-.TH RTIME 3 2020-06-09 "GNU" "Linux Programmer's Manual"
+.TH RTIME 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
rtime \- get time from a remote machine
.SH SYNOPSIS
diff --git a/man3/sigsetops.3 b/man3/sigsetops.3
index 78c8b3faa..13e9a0e2f 100644
--- a/man3/sigsetops.3
+++ b/man3/sigsetops.3
@@ -28,7 +28,7 @@
.\" 2007-10-26 mdw added wording that a sigset_t must be initialized
.\" prior to use
.\"
-.TH SIGSETOPS 3 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH SIGSETOPS 3 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX
signal set operations
diff --git a/man3/strnlen.3 b/man3/strnlen.3
index d4385af49..4a6df6114 100644
--- a/man3/strnlen.3
+++ b/man3/strnlen.3
@@ -10,7 +10,7 @@
.\" References consulted:
.\" GNU glibc-2 source code and manual
.\"
-.TH STRNLEN 3 2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH STRNLEN 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
strnlen \- determine the length of a fixed-size string
.SH SYNOPSIS
diff --git a/man3/tailq.3 b/man3/tailq.3
index 8541e2beb..8ce211c54 100644
--- a/man3/tailq.3
+++ b/man3/tailq.3
@@ -29,7 +29,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH TAILQ 3 2020-10-21 "GNU" "Linux Programmer's Manual"
+.TH TAILQ 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
TAILQ_CONCAT,
TAILQ_EMPTY,
diff --git a/man5/elf.5 b/man5/elf.5
index 63030af41..f28966c8f 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -32,7 +32,7 @@
.\" 2007-10-11, Mike Frysinger <vapier@gentoo.org>, various fixes
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
-.TH ELF 5 2020-04-11 "Linux" "Linux Programmer's Manual"
+.TH ELF 5 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
elf \- format of Executable and Linking Format (ELF) files
.SH SYNOPSIS
diff --git a/man5/filesystems.5 b/man5/filesystems.5
index 7f2e02096..f3d37d3c7 100644
--- a/man5/filesystems.5
+++ b/man5/filesystems.5
@@ -23,7 +23,7 @@
.\"
.\" 2007-12-14 mtk Added Reiserfs, XFS, JFS.
.\"
-.TH FILESYSTEMS 5 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH FILESYSTEMS 5 2020-12-21 "Linux" "Linux Programmer's Manual"
.nh
.SH NAME
filesystems \- Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660,
diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5
index 049805d1a..7356bf7c2 100644
--- a/man5/nscd.conf.5
+++ b/man5/nscd.conf.5
@@ -17,7 +17,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH NSCD.CONF 5 2014-02-07 "GNU" "Linux Programmer's Manual"
+.TH NSCD.CONF 5 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
nscd.conf \- name service cache daemon configuration file
.SH DESCRIPTION
diff --git a/man5/proc.5 b/man5/proc.5
index 744ee04c9..dadec56e0 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 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION
diff --git a/man5/utmp.5 b/man5/utmp.5
index 3b8afc199..641553196 100644
--- a/man5/utmp.5
+++ b/man5/utmp.5
@@ -27,7 +27,7 @@
.\" Modified 1996-07-20 by Michael Haardt
.\" Modified 1997-07-02 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified 2004-10-31 by aeb, following Gwenole Beauchesne
-.TH UTMP 5 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH UTMP 5 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
utmp, wtmp \- login records
.SH SYNOPSIS
diff --git a/man7/attributes.7 b/man7/attributes.7
index 8c14c6de0..6c7b03cb2 100644
--- a/man7/attributes.7
+++ b/man7/attributes.7
@@ -21,7 +21,7 @@
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
-.TH ATTRIBUTES 7 2015-03-02 "Linux" "Linux Programmer's Manual"
+.TH ATTRIBUTES 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
attributes \- POSIX safety concepts
.SH DESCRIPTION
diff --git a/man7/ipv6.7 b/man7/ipv6.7
index e12eeaab1..31c9c7591 100644
--- a/man7/ipv6.7
+++ b/man7/ipv6.7
@@ -83,7 +83,7 @@
.\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f
.\" Author: Erich E. Hoover <ehoover@mines.edu>
.\"
-.TH IPV6 7 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH IPV6 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
ipv6 \- Linux IPv6 protocol implementation
.SH SYNOPSIS
diff --git a/man7/packet.7 b/man7/packet.7
index 856c59e6b..45c1bc75c 100644
--- a/man7/packet.7
+++ b/man7/packet.7
@@ -9,7 +9,7 @@
.\"
.\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $
.\"
-.TH PACKET 7 2020-02-09 "Linux" "Linux Programmer's Manual"
+.TH PACKET 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
packet \- packet interface on device level
.SH SYNOPSIS
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index 7105fac28..da8ea5dd7 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREADS 7 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH PTHREADS 7 2020-12-21 "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 f70eb814f..9f29272aa 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 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH SIGNAL-SAFETY 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
signal-safety \- async-signal-safe functions
.SH DESCRIPTION
diff --git a/man7/signal.7 b/man7/signal.7
index bc5b9630f..e5b9e00ca 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -42,7 +42,7 @@
.\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions
.\"
-.TH SIGNAL 7 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH SIGNAL 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
signal \- overview of signals
.SH DESCRIPTION
diff --git a/man7/spufs.7 b/man7/spufs.7
index 5761cae6d..b230f1291 100644
--- a/man7/spufs.7
+++ b/man7/spufs.7
@@ -24,7 +24,7 @@
.\" 2007-07-10, quite a lot of polishing by mtk
.\" 2007-09-28, updates for newer kernels by Jeremy Kerr <jk@ozlabs.org>
.\"
-.TH SPUFS 7 2020-06-09 Linux "Linux Programmer's Manual"
+.TH SPUFS 7 2020-12-21 Linux "Linux Programmer's Manual"
.SH NAME
spufs \- SPU filesystem
.SH DESCRIPTION
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 284f8fa83..7a67b0bde 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -24,7 +24,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH SYSTEM_DATA_TYPES 7 2020-09-13 "Linux" "Linux Programmer's Manual"
+.TH SYSTEM_DATA_TYPES 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
system_data_types \- overview of system data types
.SH DESCRIPTION
diff --git a/man7/tcp.7 b/man7/tcp.7
index cce8dd910..6c91f058b 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -93,7 +93,7 @@
.\" commit cd8ae85299d54155702a56811b2e035e63064d3d
.\" Author: Eric Dumazet <edumazet@google.com>
.\"
-.TH TCP 7 2020-06-09 "Linux" "Linux Programmer's Manual"
+.TH TCP 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
tcp \- TCP protocol
.SH SYNOPSIS