From d597316503e4716f5e798c184e5f7376e3a3a01e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Jun 2021 16:55:15 +1200 Subject: [PATCH] exit_group.2, ioprio_set.2, process_madvise.2, seccomp_unotify.2, set_mempolicy.2, set_tid_address.2, bswap.3, kernel_lockdown.7: tstamp Signed-off-by: Michael Kerrisk --- man2/exit_group.2 | 2 +- man2/ioprio_set.2 | 2 +- man2/process_madvise.2 | 2 +- man2/seccomp_unotify.2 | 2 +- man2/set_mempolicy.2 | 2 +- man2/set_tid_address.2 | 2 +- man3/bswap.3 | 2 +- man7/kernel_lockdown.7 | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man2/exit_group.2 b/man2/exit_group.2 index 1533529f8..033d4c711 100644 --- a/man2/exit_group.2 +++ b/man2/exit_group.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH EXIT_GROUP 2 2008-11-27 "Linux" "Linux Programmer's Manual" +.TH EXIT_GROUP 2 2021-06-20 "Linux" "Linux Programmer's Manual" .SH NAME exit_group \- exit all threads in a process .SH SYNOPSIS diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2 index c110725f0..ac0c1bf80 100644 --- a/man2/ioprio_set.2 +++ b/man2/ioprio_set.2 @@ -21,7 +21,7 @@ .\" with various additions by Michael Kerrisk .\" .\" -.TH IOPRIO_SET 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH IOPRIO_SET 2 2021-06-20 "Linux" "Linux Programmer's Manual" .SH NAME ioprio_get, ioprio_set \- get/set I/O scheduling class and priority .SH SYNOPSIS diff --git a/man2/process_madvise.2 b/man2/process_madvise.2 index 0cdcf9c9a..a6c8724d4 100644 --- a/man2/process_madvise.2 +++ b/man2/process_madvise.2 @@ -25,7 +25,7 @@ .\" .\" Commit ecb8ac8b1f146915aa6b96449b66dd48984caacc .\" -.TH PROCESS_MADVISE 2 2021-01-12 "Linux" "Linux Programmer's Manual" +.TH PROCESS_MADVISE 2 2021-06-20 "Linux" "Linux Programmer's Manual" .SH NAME process_madvise \- give advice about use of memory to a process .SH SYNOPSIS diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2 index c6cbd62d5..2673d9bc7 100644 --- a/man2/seccomp_unotify.2 +++ b/man2/seccomp_unotify.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SECCOMP_UNOTIFY 2 2020-10-01 "Linux" "Linux Programmer's Manual" +.TH SECCOMP_UNOTIFY 2 2021-06-20 "Linux" "Linux Programmer's Manual" .SH NAME seccomp_unotify \- Seccomp user-space notification mechanism .SH SYNOPSIS diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 9c9a1abed..36e92742d 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -24,7 +24,7 @@ .\" 2007-08-27, Lee Schermerhorn .\" more precise specification of behavior. .\" -.TH SET_MEMPOLICY 2 2020-12-21 Linux "Linux Programmer's Manual" +.TH SET_MEMPOLICY 2 2021-06-20 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 65b4931eb..1f4b4d205 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 2020-12-21 "Linux" "Linux Programmer's Manual" +.TH SET_TID_ADDRESS 2 2021-06-20 "Linux" "Linux Programmer's Manual" .SH NAME set_tid_address \- set pointer to thread ID .SH SYNOPSIS diff --git a/man3/bswap.3 b/man3/bswap.3 index 369daa411..f7fc611db 100644 --- a/man3/bswap.3 +++ b/man3/bswap.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH BSWAP 3 2020-11-01 "Linux" "Linux Programmer's Manual" +.TH BSWAP 3 2021-06-20 "Linux" "Linux Programmer's Manual" .SH NAME bswap_16, bswap_32, bswap_64 \- reverse order of bytes .SH SYNOPSIS diff --git a/man7/kernel_lockdown.7 b/man7/kernel_lockdown.7 index 0c0a9500d..07ab82921 100644 --- a/man7/kernel_lockdown.7 +++ b/man7/kernel_lockdown.7 @@ -9,7 +9,7 @@ .\" 2 of the License, or (at your option) any later version. .\" %%%LICENSE_END .\" -.TH KERNEL_LOCKDOWN 7 2020-11-01 Linux "Linux Programmer's Manual" +.TH KERNEL_LOCKDOWN 7 2021-06-20 Linux "Linux Programmer's Manual" .SH NAME kernel_lockdown \- kernel image access prevention feature .SH DESCRIPTION