diff --git a/man1/getent.1 b/man1/getent.1 index 3d9fcfa71..8f89a933b 100644 --- a/man1/getent.1 +++ b/man1/getent.1 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH GETENT 1 2019-03-06 "Linux" "User Commands" +.TH GETENT 1 2020-04-11 "Linux" "User Commands" .SH NAME getent \- get entries from Name Service Switch libraries .SH SYNOPSIS diff --git a/man1/localedef.1 b/man1/localedef.1 index 72b7518f4..8184ffce5 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-10-10 "Linux" "Linux User Manual" +.TH LOCALEDEF 1 2020-04-11 "Linux" "Linux User Manual" .SH NAME localedef \- compile locale definition files .SH SYNOPSIS diff --git a/man2/accept.2 b/man2/accept.2 index 30e2b5645..87fe8127b 100644 --- a/man2/accept.2 +++ b/man2/accept.2 @@ -38,7 +38,7 @@ .\" Modified 2004-06-17 by Michael Kerrisk .\" 2008-12-04, mtk, Add documentation of accept4() .\" -.TH ACCEPT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH ACCEPT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME accept, accept4 \- accept a connection on a socket .SH SYNOPSIS diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2 index 1a5a784c9..bcf72feb7 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH ARCH_PRCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME arch_prctl \- set architecture-specific thread state .SH SYNOPSIS diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 758d85bf3..7d504d1e9 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 , SMP note .\" -.TH CLOCK_GETRES 2 2019-03-06 "" "Linux Programmer's Manual" +.TH CLOCK_GETRES 2 2020-04-11 "" "Linux Programmer's Manual" .SH NAME clock_getres, clock_gettime, clock_settime \- clock and time functions .SH SYNOPSIS diff --git a/man2/clock_nanosleep.2 b/man2/clock_nanosleep.2 index e07792747..dc3186804 100644 --- a/man2/clock_nanosleep.2 +++ b/man2/clock_nanosleep.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH CLOCK_NANOSLEEP 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH CLOCK_NANOSLEEP 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME clock_nanosleep \- high-resolution sleep with specifiable clock .SH SYNOPSIS diff --git a/man2/connect.2 b/man2/connect.2 index 168526d1e..125ca33ef 100644 --- a/man2/connect.2 +++ b/man2/connect.2 @@ -64,7 +64,7 @@ .\" Modified 1998, 1999 by Andi Kleen .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CONNECT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH CONNECT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME connect \- initiate a connection on a socket .SH SYNOPSIS diff --git a/man2/dup.2 b/man2/dup.2 index 93a7bc1a9..c997fc975 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -34,7 +34,7 @@ .\" details for dup2(). .\" 2008-10-09, mtk: add description of dup3() .\" -.TH DUP 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH DUP 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME dup, dup2, dup3 \- duplicate a file descriptor .SH SYNOPSIS diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index 3be7d225b..e0f7d4136 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -22,7 +22,7 @@ .\" Modified 2005-04-04 by Marko Kohtala .\" 2008-10-10, mtk: add description of epoll_create1() .\" -.TH EPOLL_CREATE 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH EPOLL_CREATE 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME epoll_create, epoll_create1 \- open an epoll file descriptor .SH SYNOPSIS diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index db2af2790..bc2f1abf7 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -18,7 +18,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH EPOLL_CTL 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH EPOLL_CTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME epoll_ctl \- control interface for an epoll file descriptor .SH SYNOPSIS diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 81ffe2f06..55890c82a 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -20,7 +20,7 @@ .\" .\" 2007-04-30: mtk, Added description of epoll_pwait() .\" -.TH EPOLL_WAIT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH EPOLL_WAIT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor .SH SYNOPSIS diff --git a/man2/execve.2 b/man2/execve.2 index 0a255ed64..10b1c80a4 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -34,7 +34,7 @@ .\" 2007-09-14 Ollie Wild , mtk .\" Add text describing limits on command-line arguments + environment .\" -.TH EXECVE 2 2019-10-10 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS diff --git a/man2/getitimer.2 b/man2/getitimer.2 index 03931cd13..e1e748f61 100644 --- a/man2/getitimer.2 +++ b/man2/getitimer.2 @@ -10,7 +10,7 @@ .\" 2005-04-06 mtk, Matthias Lang .\" Noted MAX_SEC_IN_JIFFIES ceiling .\" -.TH GETITIMER 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH GETITIMER 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME getitimer, setitimer \- get or set value of an interval timer .SH SYNOPSIS diff --git a/man2/getsockopt.2 b/man2/getsockopt.2 index 715670670..be4a92cf2 100644 --- a/man2/getsockopt.2 +++ b/man2/getsockopt.2 @@ -41,7 +41,7 @@ .\" Modified 1999 by Andi Kleen . .\" Removed most stuff because it is in socket.7 now. .\" -.TH GETSOCKOPT 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH GETSOCKOPT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME getsockopt, setsockopt \- get and set options on sockets .SH SYNOPSIS diff --git a/man2/gettid.2 b/man2/gettid.2 index bacab61c7..ea0c0d4bd 100644 --- a/man2/gettid.2 +++ b/man2/gettid.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETTID 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH GETTID 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME gettid \- get thread identification .SH SYNOPSIS diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2 index 87eae03c4..78e05e869 100644 --- a/man2/inotify_add_watch.2 +++ b/man2/inotify_add_watch.2 @@ -25,7 +25,7 @@ .\" 2005-07-19 Robert Love - initial version .\" 2006-02-07 mtk, various changes .\" -.TH INOTIFY_ADD_WATCH 2 2019-10-10 "Linux" "Linux Programmer's Manual" +.TH INOTIFY_ADD_WATCH 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME inotify_add_watch \- add a watch to an initialized inotify instance .SH SYNOPSIS diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 2ca823c6e..b166fdd43 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -26,7 +26,7 @@ .\" 2006-02-07 mtk, minor changes .\" 2008-10-10 mtk: add description of inotify_init1() .\" -.TH INOTIFY_INIT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH INOTIFY_INIT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME inotify_init, inotify_init1 \- initialize an inotify instance .SH SYNOPSIS diff --git a/man2/io_submit.2 b/man2/io_submit.2 index d3b1793fc..3ab73260f 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 2019-10-10 "Linux" "Linux Programmer's Manual" +.TH IO_SUBMIT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME io_submit \- submit asynchronous I/O blocks for processing .SH SYNOPSIS diff --git a/man2/ioctl.2 b/man2/ioctl.2 index d4f4aca38..63203c47b 100644 --- a/man2/ioctl.2 +++ b/man2/ioctl.2 @@ -38,7 +38,7 @@ .\" Modified 1999-06-25 by Rachael Munns .\" Modified 2000-09-21 by Andries Brouwer .\" -.TH IOCTL 2 2017-05-03 "Linux" "Linux Programmer's Manual" +.TH IOCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME ioctl \- control device .SH SYNOPSIS diff --git a/man2/lseek.2 b/man2/lseek.2 index 04972c082..a20b10431 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -44,7 +44,7 @@ .\" Modified 2003-08-21 by Andries Brouwer .\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE .\" -.TH LSEEK 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH LSEEK 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME lseek \- reposition read/write file offset .SH SYNOPSIS diff --git a/man2/madvise.2 b/man2/madvise.2 index 6455b6c20..a0f3a477a 100644 --- a/man2/madvise.2 +++ b/man2/madvise.2 @@ -32,7 +32,7 @@ .\" 2011-09-18, Doug Goldstein .\" Document MADV_HUGEPAGE and MADV_NOHUGEPAGE .\" -.TH MADVISE 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH MADVISE 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME madvise \- give advice about use of memory .SH SYNOPSIS diff --git a/man2/mlock.2 b/man2/mlock.2 index 920b09d96..9eacfcfae 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -23,7 +23,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH MLOCK 2 2018-02-02 "Linux" "Linux Programmer's Manual" +.TH MLOCK 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory .SH SYNOPSIS diff --git a/man2/mmap.2 b/man2/mmap.2 index 4a8125a40..963776e80 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-10-10 "Linux" "Linux Programmer's Manual" +.TH MMAP 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME mmap, munmap \- map or unmap files or devices into memory .SH SYNOPSIS diff --git a/man2/mprotect.2 b/man2/mprotect.2 index a1d8c115c..d94b12f3f 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -30,7 +30,7 @@ .\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and .\" a much improved example program. .\" -.TH MPROTECT 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH MPROTECT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME mprotect, pkey_mprotect \- set protection on a region of memory .SH SYNOPSIS diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 753f68aca..dea4b4b97 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -35,7 +35,7 @@ .\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions .\" 2018-03-20, dbueso: Added MSG_STAT_ANY description. .\" -.TH MSGCTL 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH MSGCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME msgctl \- System V message control operations .SH SYNOPSIS diff --git a/man2/msgop.2 b/man2/msgop.2 index 1680f19a3..88aa9b0af 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -37,7 +37,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH MSGOP 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH MSGOP 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME msgrcv, msgsnd \- System V message queue operations .SH SYNOPSIS diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2 index afcb39647..27fa71620 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 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH OPEN_BY_HANDLE_AT 2 2020-04-11 "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/openat2.2 b/man2/openat2.2 index 32ac8ab7e..2451406e3 100644 --- a/man2/openat2.2 +++ b/man2/openat2.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 OPENAT2 2 2019-12-20 "Linux" "Linux Programmer's Manual" +.TH OPENAT2 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME openat2 \- open and possibly create a file (extended) .SH SYNOPSIS diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index 70a357eca..f41a58fab 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 2019-11-19 "Linux" "Linux Programmer's Manual" +.TH PIDFD_OPEN 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME pidfd_open \- obtain a file descriptor that refers to a process .SH SYNOPSIS diff --git a/man2/poll.2 b/man2/poll.2 index 12f369c04..2ca4e4765 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -27,7 +27,7 @@ .\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and .\" formatting changes. .\" -.TH POLL 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH POLL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME poll, ppoll \- wait for some event on a file descriptor .SH SYNOPSIS diff --git a/man2/prctl.2 b/man2/prctl.2 index e321d8457..480897a92 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -51,7 +51,7 @@ .\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT .\" .\" -.TH PRCTL 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH PRCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME prctl \- operations on a process .SH SYNOPSIS diff --git a/man2/quotactl.2 b/man2/quotactl.2 index a929db417..3bec49b3c 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -24,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH QUOTACTL 2 2019-11-19 "Linux" "Linux Programmer's Manual" +.TH QUOTACTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME quotactl \- manipulate disk quotas .SH SYNOPSIS diff --git a/man2/s390_sthyi.2 b/man2/s390_sthyi.2 index 06ecf9043..4d534bb93 100644 --- a/man2/s390_sthyi.2 +++ b/man2/s390_sthyi.2 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH S390_STHYI 2 2019-03-06 "Linux Programmer's Manual" +.TH S390_STHYI 2 2020-04-11 "Linux Programmer's Manual" .SH NAME s390_sthyi \- emulate STHYI instruction .SH SYNOPSIS diff --git a/man2/select.2 b/man2/select.2 index 582e01f61..1f1a68405 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -37,7 +37,7 @@ .\" 2005-03-11, mtk, modified pselect() text (it is now a system .\" call in 2.6.16. .\" -.TH SELECT 2 2019-11-19 "Linux" "Linux Programmer's Manual" +.TH SELECT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- synchronous I/O multiplexing diff --git a/man2/select_tut.2 b/man2/select_tut.2 index a1a81cf55..fac9731a5 100644 --- a/man2/select_tut.2 +++ b/man2/select_tut.2 @@ -29,7 +29,7 @@ .\" various other changes .\" 2008-01-26, mtk, substantial changes and rewrites .\" -.TH SELECT_TUT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH SELECT_TUT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME select, pselect \- synchronous I/O multiplexing .SH SYNOPSIS diff --git a/man2/semctl.2 b/man2/semctl.2 index cf86f8e51..efc806457 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 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH SEMCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME semctl \- System V semaphore control operations .SH SYNOPSIS diff --git a/man2/semget.2 b/man2/semget.2 index 5ab971cd2..468139394 100644 --- a/man2/semget.2 +++ b/man2/semget.2 @@ -34,7 +34,7 @@ .\" Rewrote BUGS note about semget()'s failure to initialize .\" semaphore values .\" -.TH SEMGET 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH SEMGET 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME semget \- get a System V semaphore set identifier .SH SYNOPSIS diff --git a/man2/semop.2 b/man2/semop.2 index 17a7d01e4..6cbb78190 100644 --- a/man2/semop.2 +++ b/man2/semop.2 @@ -32,7 +32,7 @@ .\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop() .\" 2007-07-09, mtk, Added an EXAMPLE code segment. .\" -.TH SEMOP 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH SEMOP 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME semop, semtimedop \- System V semaphore operations .SH SYNOPSIS diff --git a/man2/setns.2 b/man2/setns.2 index b5d3d327a..d86a6825a 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -5,7 +5,7 @@ .\" Licensed under the GPLv2 .\" %%%LICENSE_END .\" -.TH SETNS 2 2019-10-10 "Linux" "Linux Programmer's Manual" +.TH SETNS 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME setns \- reassociate thread with a namespace .SH SYNOPSIS diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 69cdfb53a..350c2bb58 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 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH SHMCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME shmctl \- System V shared memory control .SH SYNOPSIS diff --git a/man2/shmget.2 b/man2/shmget.2 index 72aaa44fa..ecaf20686 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -35,7 +35,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH SHMGET 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH SHMGET 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME shmget \- allocates a System V shared memory segment .SH SYNOPSIS diff --git a/man2/shmop.2 b/man2/shmop.2 index 04a5b3c4a..cc6c0bb28 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -37,7 +37,7 @@ .\" Changed wording and placement of sentence regarding attachment .\" of segments marked for destruction .\" -.TH SHMOP 2 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH SHMOP 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME shmat, shmdt \- System V shared memory operations .SH SYNOPSIS diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 8a04703b0..b4e630878 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -46,7 +46,7 @@ .\" 2015-01-17, Kees Cook .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" -.TH SIGACTION 2 2019-10-10 "Linux" "Linux Programmer's Manual" +.TH SIGACTION 2 2020-04-11 "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 75da96680..ef3be6a95 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -37,7 +37,7 @@ .\" 2007-06-08 mtk: Added example program .\" 2007-07-05 mtk: Added details on underlying system call interfaces .\" -.TH STAT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH STAT 2 2020-04-11 "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 9b1bb2cbf..2e90f07db 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-10-10 "Linux" "Linux Programmer's Manual" +.TH STATX 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME statx \- get file status (extended) .SH SYNOPSIS diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 5533519d2..82934949f 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-10-10 "Linux" "Linux Programmer's Manual" +.TH SYSCALLS 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS diff --git a/man2/timer_create.2 b/man2/timer_create.2 index c8d49938a..bab928d1a 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH TIMER_CREATE 2 2019-03-06 Linux "Linux Programmer's Manual" +.TH TIMER_CREATE 2 2020-04-11 Linux "Linux Programmer's Manual" .SH NAME timer_create \- create a POSIX per-process timer .SH SYNOPSIS diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index b775e52ed..37a8c73f5 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -16,7 +16,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH TIMERFD_CREATE 2 2019-03-06 Linux "Linux Programmer's Manual" +.TH TIMERFD_CREATE 2 2020-04-11 Linux "Linux Programmer's Manual" .SH NAME timerfd_create, timerfd_settime, timerfd_gettime \- timers that notify via file descriptors diff --git a/man2/unshare.2 b/man2/unshare.2 index 8cc62fdf7..7614614e3 100644 --- a/man2/unshare.2 +++ b/man2/unshare.2 @@ -17,7 +17,7 @@ .\" by clone, which would require porting and maintaining all commands .\" such as login, and su, that establish a user session. .\" -.TH UNSHARE 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH UNSHARE 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME unshare \- disassociate parts of the process execution context .SH SYNOPSIS diff --git a/man2/wait.2 b/man2/wait.2 index 4c2eed660..a2327d23d 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 2019-11-19 "Linux" "Linux Programmer's Manual" +.TH WAIT 2 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME wait, waitpid, waitid \- wait for process to change state .SH SYNOPSIS diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index ff4ac358b..0a020a82e 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -24,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH CPU_SET 3 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH CPU_SET 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, diff --git a/man3/aio_init.3 b/man3/aio_init.3 index 1ff9514e3..8d176b4b2 100644 --- a/man3/aio_init.3 +++ b/man3/aio_init.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH AIO_INIT 3 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH AIO_INIT 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME aio_init \- asynchronous I/O initialization .SH SYNOPSIS diff --git a/man3/atoi.3 b/man3/atoi.3 index 3536bae29..c5894d325 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -30,7 +30,7 @@ .\" Modified Sat Jul 24 21:38:42 1993, Rik Faith (faith@cs.unc.edu) .\" Modified Sun Dec 17 18:35:06 2000, Joseph S. Myers .\" -.TH ATOI 3 2016-03-15 "GNU" "Linux Programmer's Manual" +.TH ATOI 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME atoi, atol, atoll \- convert a string to an integer .SH SYNOPSIS diff --git a/man3/des_crypt.3 b/man3/des_crypt.3 index 9c354da1c..5a056dd84 100644 --- a/man3/des_crypt.3 +++ b/man3/des_crypt.3 @@ -11,7 +11,7 @@ .\" can be distributed under GPL. .\" %%%LICENSE_END .\" -.TH DES_CRYPT 3 2019-03-06 "" "Linux Programmer's Manual" +.TH DES_CRYPT 3 2020-04-11 "" "Linux Programmer's Manual" .SH NAME des_crypt, ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast DES encryption diff --git a/man3/dirfd.3 b/man3/dirfd.3 index 7df36ae4b..2f5f1f4a9 100644 --- a/man3/dirfd.3 +++ b/man3/dirfd.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH DIRFD 3 2016-03-15 "Linux" "Linux Programmer's Manual" +.TH DIRFD 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME dirfd \- get directory stream file descriptor .SH SYNOPSIS diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index f5cca25f3..efac77c93 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -4,7 +4,7 @@ .\" Distributed under the GPL. .\" %%%LICENSE_END .\" -.TH FMEMOPEN 3 2019-03-06 "GNU" "Linux Programmer's Manual" +.TH FMEMOPEN 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME fmemopen \- open memory as stream .SH SYNOPSIS diff --git a/man3/fopencookie.3 b/man3/fopencookie.3 index ece4fa965..909881c7b 100644 --- a/man3/fopencookie.3 +++ b/man3/fopencookie.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FOPENCOOKIE 3 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH FOPENCOOKIE 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME fopencookie \- opening a custom stream .SH SYNOPSIS diff --git a/man3/ftok.3 b/man3/ftok.3 index f04f4f589..1b1313a61 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -26,7 +26,7 @@ .\" Changed data type of proj_id; minor fixes .\" aeb: further fixes; added notes. .\" -.TH FTOK 3 2019-08-02 "GNU" "Linux Programmer's Manual" +.TH FTOK 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME ftok \- convert a pathname and a project identifier to a System V IPC key .SH SYNOPSIS diff --git a/man3/fts.3 b/man3/fts.3 index 374bb2def..959a29c82 100644 --- a/man3/fts.3 +++ b/man3/fts.3 @@ -37,7 +37,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH FTS 3 2018-02-02 "Linux" "Linux Programmer's Manual" +.TH FTS 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close \- \ traverse a file hierarchy diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index 2b6ac671e..830ef944d 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 2019-03-06 "GNU" "Linux Programmer's Manual" +.TH GETADDRINFO 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME getaddrinfo, freeaddrinfo, gai_strerror \- network address and service translation diff --git a/man3/getifaddrs.3 b/man3/getifaddrs.3 index 5774ab4c7..72f873929 100644 --- a/man3/getifaddrs.3 +++ b/man3/getifaddrs.3 @@ -33,7 +33,7 @@ .\" for glibc specificities, provide an example. .\" 2009-01-14 mtk, many edits and changes, rewrote example program. .\" -.TH GETIFADDRS 3 2019-03-06 "GNU" "Linux Programmer's Manual" +.TH GETIFADDRS 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME getifaddrs, freeifaddrs \- get interface addresses .SH SYNOPSIS diff --git a/man3/getrpcent.3 b/man3/getrpcent.3 index 932e67569..4badfc494 100644 --- a/man3/getrpcent.3 +++ b/man3/getrpcent.3 @@ -5,7 +5,7 @@ .\" %%%LICENSE_END .\" .\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI -.TH GETRPCENT 3 2017-09-15 "" "Linux Programmer's Manual" +.TH GETRPCENT 3 2020-04-11 "" "Linux Programmer's Manual" .SH NAME getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get RPC entry diff --git a/man3/gsignal.3 b/man3/gsignal.3 index b4511f35e..b5c744c5d 100644 --- a/man3/gsignal.3 +++ b/man3/gsignal.3 @@ -24,7 +24,7 @@ .\" .\" This replaces an earlier man page written by Walter Harms .\" . -.TH GSIGNAL 3 2017-09-15 "" "Linux Programmer's Manual" +.TH GSIGNAL 3 2020-04-11 "" "Linux Programmer's Manual" .SH NAME gsignal, ssignal \- software signal facility .SH SYNOPSIS diff --git a/man3/lio_listio.3 b/man3/lio_listio.3 index 325112320..b6b4952be 100644 --- a/man3/lio_listio.3 +++ b/man3/lio_listio.3 @@ -21,7 +21,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH LIO_LISTIO 3 2017-09-15 "" "Linux Programmer's Manual" +.TH LIO_LISTIO 3 2020-04-11 "" "Linux Programmer's Manual" .SH NAME lio_listio \- initiate a list of I/O requests .SH SYNOPSIS diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3 index 492b2daa2..65cb5a279 100644 --- a/man3/nl_langinfo.3 +++ b/man3/nl_langinfo.3 @@ -15,7 +15,7 @@ .\" .\" Corrected prototype, 2002-10-18, aeb .\" -.TH NL_LANGINFO 3 2019-03-06 "GNU" "Linux Programmer's Manual" +.TH NL_LANGINFO 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME nl_langinfo, nl_langinfo_l \- query language and locale information .SH SYNOPSIS diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 742d476bf..d6ce27155 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 .\" Document pvalloc() and aligned_alloc() -.TH POSIX_MEMALIGN 3 2019-05-09 "GNU" "Linux Programmer's Manual" +.TH POSIX_MEMALIGN 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory .SH SYNOPSIS diff --git a/man3/posix_openpt.3 b/man3/posix_openpt.3 index 7eb7acaff..dcc30ea3c 100644 --- a/man3/posix_openpt.3 +++ b/man3/posix_openpt.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH POSIX_OPENPT 3 2017-09-15 "" "Linux Programmer's Manual" +.TH POSIX_OPENPT 3 2020-04-11 "" "Linux Programmer's Manual" .SH NAME posix_openpt \- open a pseudoterminal device .SH SYNOPSIS diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3 index 753cc4023..335fb6402 100644 --- a/man3/posix_spawn.3 +++ b/man3/posix_spawn.3 @@ -28,7 +28,7 @@ .\" POSIX 1003.1-2004 documentation .\" (http://www.opengroup.org/onlinepubs/009695399) .\" -.TH POSIX_SPAWN 3 2019-03-06 "GNU" "Linux Programmer's Manual" +.TH POSIX_SPAWN 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME posix_spawn, posix_spawnp \- spawn a process .SH SYNOPSIS diff --git a/man3/scanf.3 b/man3/scanf.3 index 55c65afef..6ab4686a6 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -49,7 +49,7 @@ .\" Add ERRORS section. .\" Document the 'a' and 'm' modifiers for dynamic string allocation. .\" -.TH SCANF 3 2019-03-06 "GNU" "Linux Programmer's Manual" +.TH SCANF 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion .SH SYNOPSIS diff --git a/man3/sem_init.3 b/man3/sem_init.3 index 9cc9349aa..693cc58e4 100644 --- a/man3/sem_init.3 +++ b/man3/sem_init.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SEM_INIT 3 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH SEM_INIT 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME sem_init \- initialize an unnamed semaphore .SH SYNOPSIS diff --git a/man3/sem_post.3 b/man3/sem_post.3 index a011260b3..1ef9371b9 100644 --- a/man3/sem_post.3 +++ b/man3/sem_post.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SEM_POST 3 2017-03-13 "Linux" "Linux Programmer's Manual" +.TH SEM_POST 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME sem_post \- unlock a semaphore .SH SYNOPSIS diff --git a/man3/shm_open.3 b/man3/shm_open.3 index 2be0209f4..0feb1885c 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SHM_OPEN 3 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH SHM_OPEN 3 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects .SH SYNOPSIS diff --git a/man3/strcmp.3 b/man3/strcmp.3 index ae97b8278..13ae2fde0 100644 --- a/man3/strcmp.3 +++ b/man3/strcmp.3 @@ -30,7 +30,7 @@ .\" Modified Sat Jul 24 18:08:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 2001-08-31, aeb .\" -.TH STRCMP 3 2019-03-06 "" "Linux Programmer's Manual" +.TH STRCMP 3 2020-04-11 "" "Linux Programmer's Manual" .SH NAME strcmp, strncmp \- compare two strings .SH SYNOPSIS diff --git a/man3/strftime.3 b/man3/strftime.3 index 13259ea04..937473b6a 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -34,7 +34,7 @@ .\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and .\" 'width' components of conversion specifications. .\" -.TH STRFTIME 3 2019-03-06 "GNU" "Linux Programmer's Manual" +.TH STRFTIME 3 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME strftime \- format date and time .SH SYNOPSIS diff --git a/man4/st.4 b/man4/st.4 index 21c623442..6241149ae 100644 --- a/man4/st.4 +++ b/man4/st.4 @@ -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 ST 4 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH ST 4 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME st \- SCSI tape device .SH SYNOPSIS diff --git a/man5/elf.5 b/man5/elf.5 index b41a2bfa8..0bfac6572 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -32,7 +32,7 @@ .\" 2007-10-11, Mike Frysinger , various fixes .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH ELF 5 2019-05-09 "Linux" "Linux Programmer's Manual" +.TH ELF 5 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME elf \- format of Executable and Linking Format (ELF) files .SH SYNOPSIS diff --git a/man5/group.5 b/man5/group.5 index 94f7bf701..5cb3a9132 100644 --- a/man5/group.5 +++ b/man5/group.5 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:06:03 1993 by Rik Faith (faith@cs.unc.edu) -.TH GROUP 5 2018-04-30 "Linux" "Linux Programmer's Manual" +.TH GROUP 5 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME group \- user group file .SH DESCRIPTION diff --git a/man5/proc.5 b/man5/proc.5 index fecda52bf..21b73d7aa 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 2019-11-19 "Linux" "Linux Programmer's Manual" +.TH PROC 5 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME proc \- process information pseudo-filesystem .SH DESCRIPTION diff --git a/man5/services.5 b/man5/services.5 index fe345c6d0..bc63dc4c6 100644 --- a/man5/services.5 +++ b/man5/services.5 @@ -31,7 +31,7 @@ .\" Thu Jan 11 12:14:41 1996 Austin Donnelly .\" * Merged two services(5) manpages .\" -.TH SERVICES 5 2010-05-22 "Linux" "Linux Programmer's Manual" +.TH SERVICES 5 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME services \- Internet network services list .SH DESCRIPTION diff --git a/man7/aio.7 b/man7/aio.7 index 561c32efb..b5d14684a 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH AIO 7 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH AIO 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME aio \- POSIX asynchronous I/O overview .SH DESCRIPTION diff --git a/man7/cgroups.7 b/man7/cgroups.7 index eabfb71cb..971bfb1ea 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 2019-11-19 "Linux" "Linux Programmer's Manual" +.TH CGROUPS 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME cgroups \- Linux control groups .SH DESCRIPTION diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index ad0e36ab8..83034c889 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FEATURE_TEST_MACROS 7 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH FEATURE_TEST_MACROS 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME feature_test_macros \- feature test macros .SH DESCRIPTION diff --git a/man7/keyrings.7 b/man7/keyrings.7 index 88a3847c3..e943cd4b8 100644 --- a/man7/keyrings.7 +++ b/man7/keyrings.7 @@ -10,7 +10,7 @@ .\" 2 of the License, or (at your option) any later version. .\" %%%LICENSE_END .\" -.TH KEYRINGS 7 2017-09-15 Linux "Linux Programmer's Manual" +.TH KEYRINGS 7 2020-04-11 Linux "Linux Programmer's Manual" .SH NAME keyrings \- in-kernel key management and retention facility .SH DESCRIPTION diff --git a/man7/man-pages.7 b/man7/man-pages.7 index 6706faef2..2bc8610f2 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-10-10 "Linux" "Linux Programmer's Manual" +.TH MAN-PAGES 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME man-pages \- conventions for writing Linux man pages .SH SYNOPSIS diff --git a/man7/namespaces.7 b/man7/namespaces.7 index 21feb428f..cdd14870c 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -24,7 +24,7 @@ .\" %%%LICENSE_END .\" .\" -.TH NAMESPACES 7 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH NAMESPACES 7 2020-04-11 "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 bfb474a09..0901ed7c8 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 2017-11-26 "Linux" "Linux Programmer's Manual" +.TH PATH_RESOLUTION 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME path_resolution \- how a pathname is resolved to a file .SH DESCRIPTION diff --git a/man7/sigevent.7 b/man7/sigevent.7 index 8829aa8af..2e8db65d9 100644 --- a/man7/sigevent.7 +++ b/man7/sigevent.7 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SIGEVENT 7 2017-07-13 "GNU" "Linux Programmer's Manual" +.TH SIGEVENT 7 2020-04-11 "GNU" "Linux Programmer's Manual" .SH NAME sigevent \- structure for notification from asynchronous routines .SH SYNOPSIS diff --git a/man7/signal.7 b/man7/signal.7 index 2bcec4ad5..58618f3b8 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -43,7 +43,7 @@ .\" Added section on stop/cont signals interrupting syscalls. .\" 2008-10-05, mtk: various additions .\" -.TH SIGNAL 7 2019-08-02 "Linux" "Linux Programmer's Manual" +.TH SIGNAL 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME signal \- overview of signals .SH DESCRIPTION diff --git a/man7/socket.7 b/man7/socket.7 index 77fa8631e..73d280b0c 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -52,7 +52,7 @@ .\" commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e .\" Author: Michal Sekletar .\" -.TH SOCKET 7 2019-08-02 Linux "Linux Programmer's Manual" +.TH SOCKET 7 2020-04-11 Linux "Linux Programmer's Manual" .SH NAME socket \- Linux socket interface .SH SYNOPSIS diff --git a/man7/sysvipc.7 b/man7/sysvipc.7 index 2f9b2b558..4b3032c16 100644 --- a/man7/sysvipc.7 +++ b/man7/sysvipc.7 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SVIPC 7 2019-10-10 "Linux" "Linux Programmer's Manual" +.TH SVIPC 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME sysvipc \- System V interprocess communication mechanisms .SH DESCRIPTION diff --git a/man7/time.7 b/man7/time.7 index c8ae09fa5..4943d82ec 100644 --- a/man7/time.7 +++ b/man7/time.7 @@ -25,7 +25,7 @@ .\" 2008-06-24, mtk: added some details about where jiffies come into .\" play; added section on high-resolution timers. .\" -.TH TIME 7 2018-04-30 "Linux" "Linux Programmer's Manual" +.TH TIME 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME time \- overview of time and timers .SH DESCRIPTION diff --git a/man7/udp.7 b/man7/udp.7 index 733f4ebff..fff0bd46d 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -9,7 +9,7 @@ .\" .\" $Id: udp.7,v 1.7 2000/01/22 01:55:05 freitag Exp $ .\" -.TH UDP 7 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH UDP 7 2020-04-11 "Linux" "Linux Programmer's Manual" .SH NAME udp \- User Datagram Protocol for IPv4 .SH SYNOPSIS