aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man1/iconv.12
-rw-r--r--man1/ldd.12
-rw-r--r--man2/accept.22
-rw-r--r--man2/access.22
-rw-r--r--man2/add_key.22
-rw-r--r--man2/arch_prctl.22
-rw-r--r--man2/bpf.22
-rw-r--r--man2/chmod.22
-rw-r--r--man2/chown.22
-rw-r--r--man2/close_range.22
-rw-r--r--man2/copy_file_range.22
-rw-r--r--man2/execve.22
-rw-r--r--man2/execveat.22
-rw-r--r--man2/fanotify_mark.22
-rw-r--r--man2/futex.22
-rw-r--r--man2/futimesat.22
-rw-r--r--man2/getpriority.22
-rw-r--r--man2/intro.22
-rw-r--r--man2/ioctl_tty.22
-rw-r--r--man2/keyctl.22
-rw-r--r--man2/link.22
-rw-r--r--man2/membarrier.22
-rw-r--r--man2/mkdir.22
-rw-r--r--man2/mknod.22
-rw-r--r--man2/mlock.22
-rw-r--r--man2/mount.22
-rw-r--r--man2/mount_setattr.22
-rw-r--r--man2/open.22
-rw-r--r--man2/open_by_handle_at.22
-rw-r--r--man2/perf_event_open.22
-rw-r--r--man2/pidfd_open.22
-rw-r--r--man2/readlink.22
-rw-r--r--man2/readv.22
-rw-r--r--man2/rename.22
-rw-r--r--man2/request_key.22
-rw-r--r--man2/seccomp.22
-rw-r--r--man2/sigaction.22
-rw-r--r--man2/stat.22
-rw-r--r--man2/statx.22
-rw-r--r--man2/symlink.22
-rw-r--r--man2/syscalls.22
-rw-r--r--man2/umount.22
-rw-r--r--man2/unlink.22
-rw-r--r--man2/utimensat.22
-rw-r--r--man2/wait.22
-rw-r--r--man3/bsearch.32
-rw-r--r--man3/fflush.32
-rw-r--r--man3/getaddrinfo.32
-rw-r--r--man3/getauxval.32
-rw-r--r--man3/getopt.32
-rw-r--r--man3/getsubopt.32
-rw-r--r--man3/mkfifo.32
-rw-r--r--man3/pthread_mutex_consistent.32
-rw-r--r--man3/pthread_setname_np.32
-rw-r--r--man3/pthread_tryjoin_np.32
-rw-r--r--man3/scandir.32
-rw-r--r--man3/sem_wait.32
-rw-r--r--man3/stailq.32
-rw-r--r--man3/strlen.32
-rw-r--r--man3/strstr.32
-rw-r--r--man3/termios.32
-rw-r--r--man3/tsearch.32
-rw-r--r--man3/wcslen.32
-rw-r--r--man3/wcstok.32
-rw-r--r--man3/wordexp.32
-rw-r--r--man5/proc.52
-rw-r--r--man7/capabilities.72
-rw-r--r--man7/cgroups.72
-rw-r--r--man7/fanotify.72
-rw-r--r--man7/mount_namespaces.72
-rw-r--r--man7/namespaces.72
-rw-r--r--man7/path_resolution.72
-rw-r--r--man7/pipe.72
-rw-r--r--man7/posixoptions.72
-rw-r--r--man7/user_namespaces.72
-rw-r--r--man7/vdso.72
-rw-r--r--man8/iconvconfig.82
-rw-r--r--man8/ld.so.82
78 files changed, 78 insertions, 78 deletions
diff --git a/man1/iconv.1 b/man1/iconv.1
index 826b7a754a..2aae3a8ff8 100644
--- a/man1/iconv.1
+++ b/man1/iconv.1
@@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH ICONV 1 2020-06-09 "GNU" "Linux User Manual"
+.TH ICONV 1 2021-08-27 "GNU" "Linux User Manual"
.SH NAME
iconv \- convert text from one character encoding to another
.SH SYNOPSIS
diff --git a/man1/ldd.1 b/man1/ldd.1
index 8bb1410d54..f358f9658a 100644
--- a/man1/ldd.1
+++ b/man1/ldd.1
@@ -11,7 +11,7 @@
.\" May be distributed under the GNU General Public License
.\" %%%LICENSE_END
.\"
-.TH LDD 1 2021-03-22 "" "Linux Programmer's Manual"
+.TH LDD 1 2021-08-27 "" "Linux Programmer's Manual"
.SH NAME
ldd \- print shared object dependencies
.SH SYNOPSIS
diff --git a/man2/accept.2 b/man2/accept.2
index 7a83cd7379..fde5ab45f7 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH ACCEPT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
accept, accept4 \- accept a connection on a socket
.SH SYNOPSIS
diff --git a/man2/access.2 b/man2/access.2
index 88a3dcbc78..3b39924880 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH ACCESS 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
access, faccessat, faccessat2 \- check user's permissions for a file
.SH SYNOPSIS
diff --git a/man2/add_key.2 b/man2/add_key.2
index 3b973104e2..2638aed435 100644
--- a/man2/add_key.2
+++ b/man2/add_key.2
@@ -9,7 +9,7 @@
.\" 2 of the License, or (at your option) any later version.
.\" %%%LICENSE_END
.\"
-.TH ADD_KEY 2 2021-03-22 Linux "Linux Key Management Calls"
+.TH ADD_KEY 2 2021-08-27 Linux "Linux Key Management Calls"
.SH NAME
add_key \- add a key to the kernel's key management facility
.SH SYNOPSIS
diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2
index e974612632..cf5d8e15e3 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH ARCH_PRCTL 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
arch_prctl \- set architecture-specific thread state
.SH SYNOPSIS
diff --git a/man2/bpf.2 b/man2/bpf.2
index 246053201c..2d257eaa6e 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH BPF 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
bpf \- perform a command on an extended BPF map or program
.SH SYNOPSIS
diff --git a/man2/chmod.2 b/man2/chmod.2
index b1aa3691ce..ad17807829 100644
--- a/man2/chmod.2
+++ b/man2/chmod.2
@@ -29,7 +29,7 @@
.\" <michael@cantor.informatik.rwth-aachen.de>: NFS details
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH CHMOD 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH CHMOD 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
chmod, fchmod, fchmodat \- change permissions of a file
.SH SYNOPSIS
diff --git a/man2/chown.2 b/man2/chown.2
index a3a76fda70..6801dd85b6 100644
--- a/man2/chown.2
+++ b/man2/chown.2
@@ -35,7 +35,7 @@
.\" (bsdgroups versus sysvgroups, and the effect of the parent
.\" directory's set-group-ID mode bit).
.\"
-.TH CHOWN 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH CHOWN 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
chown, fchown, lchown, fchownat \- change ownership of a file
.SH SYNOPSIS
diff --git a/man2/close_range.2 b/man2/close_range.2
index 0bb5de436a..ee2ab6afb1 100644
--- a/man2/close_range.2
+++ b/man2/close_range.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH CLOSE_RANGE 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH CLOSE_RANGE 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
close_range \- close all file descriptors in a given range
.SH SYNOPSIS
diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2
index 03bafcffc0..60b5cf2956 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH COPY_FILE_RANGE 2 2021-08-27 "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 4eaf1967e2..0d9582492a 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS
diff --git a/man2/execveat.2 b/man2/execveat.2
index ad952631c6..d11907bdd1 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH EXECVEAT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
execveat \- execute program relative to a directory file descriptor
.SH SYNOPSIS
diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2
index 4a5c916cbb..036f56ebf9 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH FANOTIFY_MARK 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem
object
diff --git a/man2/futex.2 b/man2/futex.2
index 3c17729efe..1dd77ac2f2 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -19,7 +19,7 @@
.\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail
.\" http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242
.\"
-.TH FUTEX 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH FUTEX 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
futex \- fast user-space locking
.SH SYNOPSIS
diff --git a/man2/futimesat.2 b/man2/futimesat.2
index bf7de85036..40d352c564 100644
--- a/man2/futimesat.2
+++ b/man2/futimesat.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH FUTIMESAT 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH FUTIMESAT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
futimesat \- change timestamps of a file relative to a \
directory file descriptor
diff --git a/man2/getpriority.2 b/man2/getpriority.2
index 03b9e18a2f..3e1be3e6cc 100644
--- a/man2/getpriority.2
+++ b/man2/getpriority.2
@@ -42,7 +42,7 @@
.\" Clarified meaning of 0 value for 'who' argument
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH GETPRIORITY 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH GETPRIORITY 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
getpriority, setpriority \- get/set program scheduling priority
.SH SYNOPSIS
diff --git a/man2/intro.2 b/man2/intro.2
index 352186783f..57e1979e6c 100644
--- a/man2/intro.2
+++ b/man2/intro.2
@@ -26,7 +26,7 @@
.\" new _syscall(2) page, and substantially enhanced and rewrote
.\" the remaining material on this page.
.\"
-.TH INTRO 2 2020-11-01 "Linux" "Linux Programmer's Manual"
+.TH INTRO 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
intro \- introduction to system calls
.SH DESCRIPTION
diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2
index 581e139d2f..ac46725d22 100644
--- a/man2/ioctl_tty.2
+++ b/man2/ioctl_tty.2
@@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
-.TH IOCTL_TTY 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH IOCTL_TTY 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
ioctl_tty \- ioctls for terminals and serial lines
.SH SYNOPSIS
diff --git a/man2/keyctl.2 b/man2/keyctl.2
index 602da3dfea..4e3ca5dac7 100644
--- a/man2/keyctl.2
+++ b/man2/keyctl.2
@@ -25,7 +25,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH KEYCTL 2 2021-03-22 Linux "Linux Key Management Calls"
+.TH KEYCTL 2 2021-08-27 Linux "Linux Key Management Calls"
.SH NAME
keyctl \- manipulate the kernel's key management facility
.SH SYNOPSIS
diff --git a/man2/link.2 b/man2/link.2
index 4b13ada83b..ff90c34904 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH LINK 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
link, linkat \- make a new name for a file
.SH SYNOPSIS
diff --git a/man2/membarrier.2 b/man2/membarrier.2
index 2771ebdcba..61a54bb6a7 100644
--- a/man2/membarrier.2
+++ b/man2/membarrier.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MEMBARRIER 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH MEMBARRIER 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
membarrier \- issue memory barriers on a set of threads
.SH SYNOPSIS
diff --git a/man2/mkdir.2 b/man2/mkdir.2
index 9c541058f5..33eafc9351 100644
--- a/man2/mkdir.2
+++ b/man2/mkdir.2
@@ -8,7 +8,7 @@
.\" Public License. It comes with NO WARRANTY.
.\" %%%LICENSE_END
.\"
-.TH MKDIR 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH MKDIR 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
mkdir, mkdirat \- create a directory
.SH SYNOPSIS
diff --git a/man2/mknod.2 b/man2/mknod.2
index 143f67d0a3..00199898cb 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH MKNOD 2 2021-08-27 "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 190733058e..d5e226580c 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH MLOCK 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH MLOCK 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory
.SH SYNOPSIS
diff --git a/man2/mount.2 b/man2/mount.2
index 2f184f9b5e..bedd39e68a 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH MOUNT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
mount \- mount filesystem
.SH SYNOPSIS
diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
index fbd98bcd6b..77233f589a 100644
--- a/man2/mount_setattr.2
+++ b/man2/mount_setattr.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MOUNT_SETATTR 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH MOUNT_SETATTR 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
mount_setattr \- change properties of a mount or mount tree
.SH SYNOPSIS
diff --git a/man2/open.2 b/man2/open.2
index 5eca172ecc..2ccbf62a17 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -48,7 +48,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\"
-.TH OPEN 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH OPEN 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
open, openat, creat \- open and possibly create a file
.SH SYNOPSIS
diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2
index 9e33f5753c..47b202d412 100644
--- a/man2/open_by_handle_at.2
+++ b/man2/open_by_handle_at.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH OPEN_BY_HANDLE_AT 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH OPEN_BY_HANDLE_AT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
name_to_handle_at, open_by_handle_at \- obtain handle
for a pathname and open file via a handle
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index 6790f40462..81c1b10f27 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH PERF_EVENT_OPEN 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.SH SYNOPSIS
diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2
index fca5320ab1..fd86015b61 100644
--- a/man2/pidfd_open.2
+++ b/man2/pidfd_open.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PIDFD_OPEN 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH PIDFD_OPEN 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
pidfd_open \- obtain a file descriptor that refers to a process
.SH SYNOPSIS
diff --git a/man2/readlink.2 b/man2/readlink.2
index a1ffbf7d01..f32094aaa7 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH READLINK 2 2021-08-27 "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 a483215390..cadd14e0ca 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH READV 2 2021-08-27 "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/rename.2 b/man2/rename.2
index 92d38bf1f1..3fe184f24d 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH RENAME 2 2021-08-27 "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 15cec1ae73..145aff5066 100644
--- a/man2/request_key.2
+++ b/man2/request_key.2
@@ -9,7 +9,7 @@
.\" 2 of the License, or (at your option) any later version.
.\" %%%LICENSE_END
.\"
-.TH REQUEST_KEY 2 2021-03-22 Linux "Linux Key Management Calls"
+.TH REQUEST_KEY 2 2021-08-27 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/seccomp.2 b/man2/seccomp.2
index 93f8190ce2..4b96b6d8a9 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -26,7 +26,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SECCOMP 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH SECCOMP 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
seccomp \- operate on Secure Computing state of the process
.SH SYNOPSIS
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index 40cdf1edcd..186cb0d41e 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH SIGACTION 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaction, rt_sigaction \- examine and change a signal action
.SH SYNOPSIS
diff --git a/man2/stat.2 b/man2/stat.2
index 08a99690a7..016c1f47de 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -36,7 +36,7 @@
.\" 2007-06-08 mtk: Added example program
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
-.TH STAT 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH STAT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS
diff --git a/man2/statx.2 b/man2/statx.2
index 25c0283e5d..04b3e50754 100644
--- a/man2/statx.2
+++ b/man2/statx.2
@@ -27,7 +27,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH STATX 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH STATX 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
statx \- get file status (extended)
.SH SYNOPSIS
diff --git a/man2/symlink.2 b/man2/symlink.2
index f5bf7ef231..6c929101cc 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH SYMLINK 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
symlink, symlinkat \- make a new name for a file
.SH SYNOPSIS
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index a2547785d0..2dc5b2d226 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
diff --git a/man2/umount.2 b/man2/umount.2
index dae0f7e426..e9059c405c 100644
--- a/man2/umount.2
+++ b/man2/umount.2
@@ -27,7 +27,7 @@
.\" 2008-10-06, mtk: Created this as a new page by splitting
.\" umount/umount2 material out of mount.2
.\"
-.TH UMOUNT 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH UMOUNT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
umount, umount2 \- unmount filesystem
.SH SYNOPSIS
diff --git a/man2/unlink.2 b/man2/unlink.2
index dbb17ea756..97b71f6e76 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH UNLINK 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
unlink, unlinkat \- delete a name and possibly the file it refers to
.SH SYNOPSIS
diff --git a/man2/utimensat.2 b/man2/utimensat.2
index 4ef7be7b8a..cb5f6b6938 100644
--- a/man2/utimensat.2
+++ b/man2/utimensat.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH UTIMENSAT 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH UTIMENSAT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
utimensat, futimens \- change file timestamps with nanosecond precision
.SH SYNOPSIS
diff --git a/man2/wait.2 b/man2/wait.2
index f452a5078c..4fe501ce71 100644
--- a/man2/wait.2
+++ b/man2/wait.2
@@ -46,7 +46,7 @@
.\" 2005-05-10, mtk, __W* flags can't be used with waitid()
.\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP
.\"
-.TH WAIT 2 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH WAIT 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS
diff --git a/man3/bsearch.3 b/man3/bsearch.3
index 43e8b9c570..5c1bdc9b8c 100644
--- a/man3/bsearch.3
+++ b/man3/bsearch.3
@@ -28,7 +28,7 @@
.\" 386BSD man pages
.\" Modified Mon Mar 29 22:41:16 1993, David Metcalfe
.\" Modified Sat Jul 24 21:35:16 1993, Rik Faith (faith@cs.unc.edu)
-.TH BSEARCH 3 2021-03-22 "" "Linux Programmer's Manual"
+.TH BSEARCH 3 2021-08-27 "" "Linux Programmer's Manual"
.SH NAME
bsearch \- binary search of a sorted array
.SH SYNOPSIS
diff --git a/man3/fflush.3 b/man3/fflush.3
index eb0bb93e21..2ec9e00249 100644
--- a/man3/fflush.3
+++ b/man3/fflush.3
@@ -42,7 +42,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified 2001-10-16 by John Levon <moz@compsoc.man.ac.uk>
.\"
-.TH FFLUSH 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH FFLUSH 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
fflush \- flush a stream
.SH SYNOPSIS
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index 1e13e3ef2c..6cffc636a7 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -41,7 +41,7 @@
.\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
.\" and is SCTP support now also there?
.\"
-.TH GETADDRINFO 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH GETADDRINFO 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
getaddrinfo, freeaddrinfo, gai_strerror \- network address and
service translation
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index a43e6ffae4..ef9869a6e0 100644
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -24,7 +24,7 @@
.\"
.\" See also https://lwn.net/Articles/519085/
.\"
-.TH GETAUXVAL 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH GETAUXVAL 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
getauxval \- retrieve a value from the auxiliary vector
.SH SYNOPSIS
diff --git a/man3/getopt.3 b/man3/getopt.3
index f34625bbdd..56143c35ea 100644
--- a/man3/getopt.3
+++ b/man3/getopt.3
@@ -39,7 +39,7 @@
.\" the start of optstring
.\" Modified 2006-12-15, mtk, Added getopt() example program.
.\"
-.TH GETOPT 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH GETOPT 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
getopt, getopt_long, getopt_long_only,
optarg, optind, opterr, optopt \- Parse command-line options
diff --git a/man3/getsubopt.3 b/man3/getsubopt.3
index 2649984bb5..8ae1bfb5b8 100644
--- a/man3/getsubopt.3
+++ b/man3/getsubopt.3
@@ -22,7 +22,7 @@
.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\" %%%LICENSE_END
.\"
-.TH GETSUBOPT 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH GETSUBOPT 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
getsubopt \- parse suboption arguments from a string
.SH SYNOPSIS
diff --git a/man3/mkfifo.3 b/man3/mkfifo.3
index a0c5789394..1faf08a941 100644
--- a/man3/mkfifo.3
+++ b/man3/mkfifo.3
@@ -25,7 +25,7 @@
.\"
.\" changed section from 2 to 3, aeb, 950919
.\"
-.TH MKFIFO 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH MKFIFO 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
mkfifo, mkfifoat \- make a FIFO special file (a named pipe)
.SH SYNOPSIS
diff --git a/man3/pthread_mutex_consistent.3 b/man3/pthread_mutex_consistent.3
index 87889844ea..c4963582b8 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_MUTEX_CONSISTENT 3 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_mutex_consistent \- make a robust mutex consistent
.SH SYNOPSIS
diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3
index 0dfe3df391..fc82dd01f6 100644
--- a/man3/pthread_setname_np.3
+++ b/man3/pthread_setname_np.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_SETNAME_NP 3 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_SETNAME_NP 3 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setname_np, pthread_getname_np \- set/get the name of a thread
.SH SYNOPSIS
diff --git a/man3/pthread_tryjoin_np.3 b/man3/pthread_tryjoin_np.3
index 0c6f32dd78..e912f8e3be 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_TRYJOIN_NP 3 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_tryjoin_np, pthread_timedjoin_np \- try to join with a
terminated thread
diff --git a/man3/scandir.3 b/man3/scandir.3
index f010720670..ce586142f9 100644
--- a/man3/scandir.3
+++ b/man3/scandir.3
@@ -59,7 +59,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH SCANDIR 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH SCANDIR 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
scandir, scandirat, alphasort, versionsort \- scan
a directory for matching entries
diff --git a/man3/sem_wait.3 b/man3/sem_wait.3
index 40cedb2a37..bc7988a1af 100644
--- a/man3/sem_wait.3
+++ b/man3/sem_wait.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SEM_WAIT 3 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH SEM_WAIT 3 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_wait, sem_timedwait, sem_trywait \- lock a semaphore
.SH SYNOPSIS
diff --git a/man3/stailq.3 b/man3/stailq.3
index 0392e17dde..04738a4dfa 100644
--- a/man3/stailq.3
+++ b/man3/stailq.3
@@ -29,7 +29,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH STAILQ 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH STAILQ 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
.\"SIMPLEQ_CONCAT,
SIMPLEQ_EMPTY,
diff --git a/man3/strlen.3 b/man3/strlen.3
index 27dc9f17df..ba926545c1 100644
--- a/man3/strlen.3
+++ b/man3/strlen.3
@@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@cs.unc.edu)
-.TH STRLEN 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH STRLEN 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
strlen \- calculate the length of a string
.SH SYNOPSIS
diff --git a/man3/strstr.3 b/man3/strstr.3
index 0e770e47a3..b828ca6a45 100644
--- a/man3/strstr.3
+++ b/man3/strstr.3
@@ -30,7 +30,7 @@
.\" Added history, aeb, 980113.
.\" 2005-05-05 mtk: added strcasestr()
.\"
-.TH STRSTR 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH STRSTR 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
strstr, strcasestr \- locate a substring
.SH SYNOPSIS
diff --git a/man3/termios.3 b/man3/termios.3
index 256236819a..c96a5c15ec 100644
--- a/man3/termios.3
+++ b/man3/termios.3
@@ -37,7 +37,7 @@
.\" Enhanced the discussion of "raw" mode for cfmakeraw().
.\" Document CMSPAR.
.\"
-.TH TERMIOS 3 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH TERMIOS 3 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow,
cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, cfsetspeed \-
diff --git a/man3/tsearch.3 b/man3/tsearch.3
index a1241e1540..86ea7219b5 100644
--- a/man3/tsearch.3
+++ b/man3/tsearch.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH TSEARCH 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH TSEARCH 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
tsearch, tfind, tdelete, twalk, twalk_r, tdestroy \- manage a binary search tree
.SH SYNOPSIS
diff --git a/man3/wcslen.3 b/man3/wcslen.3
index 52c450c805..fd96343760 100644
--- a/man3/wcslen.3
+++ b/man3/wcslen.3
@@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH WCSLEN 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH WCSLEN 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
wcslen \- determine the length of a wide-character string
.SH SYNOPSIS
diff --git a/man3/wcstok.3 b/man3/wcstok.3
index af642ca468..9fa1e3c41a 100644
--- a/man3/wcstok.3
+++ b/man3/wcstok.3
@@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH WCSTOK 3 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH WCSTOK 3 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
wcstok \- split wide-character string into tokens
.SH SYNOPSIS
diff --git a/man3/wordexp.3 b/man3/wordexp.3
index 0aef4cc689..716b8334e8 100644
--- a/man3/wordexp.3
+++ b/man3/wordexp.3
@@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH WORDEXP 3 2021-03-22 "" "Linux Programmer's Manual"
+.TH WORDEXP 3 2021-08-27 "" "Linux Programmer's Manual"
.SH NAME
wordexp, wordfree \- perform word expansion like a posix-shell
.SH SYNOPSIS
diff --git a/man5/proc.5 b/man5/proc.5
index c9d660b4e4..3240d34664 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 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index bafe46b7c2..c65524496c 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -45,7 +45,7 @@
.\" other capabilities where the permitted or inheritable bit is set.
.\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
.\"
-.TH CAPABILITIES 7 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH CAPABILITIES 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
capabilities \- overview of Linux capabilities
.SH DESCRIPTION
diff --git a/man7/cgroups.7 b/man7/cgroups.7
index 4c35765efd..7a7db3344d 100644
--- a/man7/cgroups.7
+++ b/man7/cgroups.7
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH CGROUPS 7 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH CGROUPS 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
cgroups \- Linux control groups
.SH DESCRIPTION
diff --git a/man7/fanotify.7 b/man7/fanotify.7
index cfe4403548..9c66c24f06 100644
--- a/man7/fanotify.7
+++ b/man7/fanotify.7
@@ -22,7 +22,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 7 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH FANOTIFY 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
fanotify \- monitoring filesystem events
.SH DESCRIPTION
diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7
index 1096cd130e..361d1ffe74 100644
--- a/man7/mount_namespaces.7
+++ b/man7/mount_namespaces.7
@@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH MOUNT_NAMESPACES 7 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH MOUNT_NAMESPACES 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
mount_namespaces \- overview of Linux mount namespaces
.SH DESCRIPTION
diff --git a/man7/namespaces.7 b/man7/namespaces.7
index 850dca844e..13891b4e60 100644
--- a/man7/namespaces.7
+++ b/man7/namespaces.7
@@ -24,7 +24,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH NAMESPACES 7 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH NAMESPACES 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
namespaces \- overview of Linux namespaces
.SH DESCRIPTION
diff --git a/man7/path_resolution.7 b/man7/path_resolution.7
index 143f22826a..0edc7e2c51 100644
--- a/man7/path_resolution.7
+++ b/man7/path_resolution.7
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PATH_RESOLUTION 7 2020-04-11 "Linux" "Linux Programmer's Manual"
+.TH PATH_RESOLUTION 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
path_resolution \- how a pathname is resolved to a file
.SH DESCRIPTION
diff --git a/man7/pipe.7 b/man7/pipe.7
index d79768fb63..bf93cafbf6 100644
--- a/man7/pipe.7
+++ b/man7/pipe.7
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PIPE 7 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH PIPE 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
pipe \- overview of pipes and FIFOs
.SH DESCRIPTION
diff --git a/man7/posixoptions.7 b/man7/posixoptions.7
index d6882fe059..6ff6fda209 100644
--- a/man7/posixoptions.7
+++ b/man7/posixoptions.7
@@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH POSIXOPTIONS 7 2018-04-30 "" "Linux Programmer's Manual"
+.TH POSIXOPTIONS 7 2021-08-27 "" "Linux Programmer's Manual"
.SH NAME
posixoptions \- optional parts of the POSIX standard
.SH DESCRIPTION
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
index 9e1e9642c1..f25246d084 100644
--- a/man7/user_namespaces.7
+++ b/man7/user_namespaces.7
@@ -24,7 +24,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH USER_NAMESPACES 7 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH USER_NAMESPACES 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
user_namespaces \- overview of Linux user namespaces
.SH DESCRIPTION
diff --git a/man7/vdso.7 b/man7/vdso.7
index e706701f06..a3ef65d92f 100644
--- a/man7/vdso.7
+++ b/man7/vdso.7
@@ -10,7 +10,7 @@
.\" http://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken
.\" http://www.trilithium.com/johan/2005/08/linux-gate/
.\"
-.TH VDSO 7 2021-03-22 "Linux" "Linux Programmer's Manual"
+.TH VDSO 7 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
vdso \- overview of the virtual ELF dynamic shared object
.SH SYNOPSIS
diff --git a/man8/iconvconfig.8 b/man8/iconvconfig.8
index 34725e4d57..794879124c 100644
--- a/man8/iconvconfig.8
+++ b/man8/iconvconfig.8
@@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH ICONVCONFIG 8 2021-03-22 "GNU" "Linux System Administration"
+.TH ICONVCONFIG 8 2021-08-27 "GNU" "Linux System Administration"
.SH NAME
iconvconfig \- create iconv module configuration cache
.SH SYNOPSIS
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 6486c0b7ef..25dc0f73e4 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -4,7 +4,7 @@
.\" Various parts:
.\" Copyright (C) 2007-9, 2013, 2016 Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH LD.SO 8 2021-03-22 "GNU" "Linux Programmer's Manual"
+.TH LD.SO 8 2021-08-27 "GNU" "Linux Programmer's Manual"
.SH NAME
ld.so, ld\-linux.so \- dynamic linker/loader
.SH SYNOPSIS