getent.1, localedef.1, accept.2, arch_prctl.2, clock_getres.2, clock_nanosleep.2, connect.2, dup.2, epoll_create.2, epoll_ctl.2, epoll_wait.2, execve.2, getitimer.2, getsockopt.2, gettid.2, inotify_add_watch.2, inotify_init.2, io_submit.2, ioctl.2, lseek.2, madvise.2, mlock.2, mmap.2, mprotect.2, msgctl.2, msgop.2, open_by_handle_at.2, openat2.2, pidfd_open.2, poll.2, prctl.2, quotactl.2, s390_sthyi.2, select.2, select_tut.2, semctl.2, semget.2, semop.2, setns.2, shmctl.2, shmget.2, shmop.2, sigaction.2, stat.2, statx.2, syscalls.2, timer_create.2, timerfd_create.2, unshare.2, wait.2, CPU_SET.3, aio_init.3, atoi.3, des_crypt.3, dirfd.3, fmemopen.3, fopencookie.3, ftok.3, fts.3, getaddrinfo.3, getifaddrs.3, getrpcent.3, gsignal.3, lio_listio.3, nl_langinfo.3, posix_memalign.3, posix_openpt.3, posix_spawn.3, scanf.3, sem_init.3, sem_post.3, shm_open.3, strcmp.3, strftime.3, st.4, elf.5, group.5, proc.5, services.5, aio.7, cgroups.7, feature_test_macros.7, keyrings.7, man-pages.7, namespaces.7, path_resolution.7, sigevent.7, signal.7, socket.7, sysvipc.7, time.7, udp.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-11 22:07:24 +02:00
parent fe3ade16ec
commit e8426ca2b4
92 changed files with 92 additions and 92 deletions

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH GETENT 1 2019-03-06 "Linux" "User Commands" .TH GETENT 1 2020-04-11 "Linux" "User Commands"
.SH NAME .SH NAME
getent \- get entries from Name Service Switch libraries getent \- get entries from Name Service Switch libraries
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Lars Wirzenius to document new functionality (as of GNU .\" Lars Wirzenius to document new functionality (as of GNU
.\" C library 2.3.5). .\" 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 .SH NAME
localedef \- compile locale definition files localedef \- compile locale definition files
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 2008-12-04, mtk, Add documentation of accept4() .\" 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 .SH NAME
accept, accept4 \- accept a connection on a socket accept, accept4 \- accept a connection on a socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
arch_prctl \- set architecture-specific thread state arch_prctl \- set architecture-specific thread state
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 2003-08-24 aeb, large parts rewritten .\" 2003-08-24 aeb, large parts rewritten
.\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note .\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, 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 .SH NAME
clock_getres, clock_gettime, clock_settime \- clock and time functions clock_getres, clock_gettime, clock_settime \- clock and time functions
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
clock_nanosleep \- high-resolution sleep with specifiable clock clock_nanosleep \- high-resolution sleep with specifiable clock
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -64,7 +64,7 @@
.\" Modified 1998, 1999 by Andi Kleen .\" Modified 1998, 1999 by Andi Kleen
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH CONNECT 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH CONNECT 2 2020-04-11 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
connect \- initiate a connection on a socket connect \- initiate a connection on a socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" details for dup2(). .\" details for dup2().
.\" 2008-10-09, mtk: add description of dup3() .\" 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 .SH NAME
dup, dup2, dup3 \- duplicate a file descriptor dup, dup2, dup3 \- duplicate a file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com> .\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com>
.\" 2008-10-10, mtk: add description of epoll_create1() .\" 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 .SH NAME
epoll_create, epoll_create1 \- open an epoll file descriptor epoll_create, epoll_create1 \- open an epoll file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -18,7 +18,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
epoll_ctl \- control interface for an epoll file descriptor epoll_ctl \- control interface for an epoll file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" .\"
.\" 2007-04-30: mtk, Added description of epoll_pwait() .\" 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 .SH NAME
epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk .\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
.\" Add text describing limits on command-line arguments + environment .\" 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 .SH NAME
execve \- execute program execve \- execute program
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -10,7 +10,7 @@
.\" 2005-04-06 mtk, Matthias Lang <matthias@corelatus.se> .\" 2005-04-06 mtk, Matthias Lang <matthias@corelatus.se>
.\" Noted MAX_SEC_IN_JIFFIES ceiling .\" 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 .SH NAME
getitimer, setitimer \- get or set value of an interval timer getitimer, setitimer \- get or set value of an interval timer
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -41,7 +41,7 @@
.\" Modified 1999 by Andi Kleen <ak@muc.de>. .\" Modified 1999 by Andi Kleen <ak@muc.de>.
.\" Removed most stuff because it is in socket.7 now. .\" 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 .SH NAME
getsockopt, setsockopt \- get and set options on sockets getsockopt, setsockopt \- get and set options on sockets
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
gettid \- get thread identification gettid \- get thread identification
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version .\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version
.\" 2006-02-07 mtk, various changes .\" 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 .SH NAME
inotify_add_watch \- add a watch to an initialized inotify instance inotify_add_watch \- add a watch to an initialized inotify instance
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" 2006-02-07 mtk, minor changes .\" 2006-02-07 mtk, minor changes
.\" 2008-10-10 mtk: add description of inotify_init1() .\" 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 .SH NAME
inotify_init, inotify_init1 \- initialize an inotify instance inotify_init, inotify_init1 \- initialize an inotify instance
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" This file is distributed according to the GNU General Public License. .\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
io_submit \- submit asynchronous I/O blocks for processing io_submit \- submit asynchronous I/O blocks for processing
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\" Modified 1999-06-25 by Rachael Munns <vashti@dream.org.uk> .\" Modified 1999-06-25 by Rachael Munns <vashti@dream.org.uk>
.\" Modified 2000-09-21 by Andries Brouwer <aeb@cwi.nl> .\" Modified 2000-09-21 by Andries Brouwer <aeb@cwi.nl>
.\" .\"
.TH IOCTL 2 2017-05-03 "Linux" "Linux Programmer's Manual" .TH IOCTL 2 2020-04-11 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ioctl \- control device ioctl \- control device
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -44,7 +44,7 @@
.\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl> .\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl>
.\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE .\" 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 .SH NAME
lseek \- reposition read/write file offset lseek \- reposition read/write file offset
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" 2011-09-18, Doug Goldstein <cardoe@cardoe.com> .\" 2011-09-18, Doug Goldstein <cardoe@cardoe.com>
.\" Document MADV_HUGEPAGE and MADV_NOHUGEPAGE .\" 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 .SH NAME
madvise \- give advice about use of memory madvise \- give advice about use of memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2007-07-10, mtk, Added an example program. .\" 2007-07-10, mtk, Added an example program.
.\" 2008-11-18, mtk, document MAP_STACK .\" 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 .SH NAME
mmap, munmap \- map or unmap files or devices into memory mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and .\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and
.\" a much improved example program. .\" 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 .SH NAME
mprotect, pkey_mprotect \- set protection on a region of memory mprotect, pkey_mprotect \- set protection on a region of memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions .\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions
.\" 2018-03-20, dbueso: Added MSG_STAT_ANY description. .\" 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 .SH NAME
msgctl \- System V message control operations msgctl \- System V message control operations
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Language and formatting clean-ups .\" Language and formatting clean-ups
.\" Added notes on /proc files .\" 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 .SH NAME
msgrcv, msgsnd \- System V message queue operations msgrcv, msgsnd \- System V message queue operations
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
name_to_handle_at, open_by_handle_at \- obtain handle name_to_handle_at, open_by_handle_at \- obtain handle
for a pathname and open file via a handle for a pathname and open file via a handle

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
openat2 \- open and possibly create a file (extended) openat2 \- open and possibly create a file (extended)
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
pidfd_open \- obtain a file descriptor that refers to a process pidfd_open \- obtain a file descriptor that refers to a process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and .\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
.\" formatting changes. .\" 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 .SH NAME
poll, ppoll \- wait for some event on a file descriptor poll, ppoll \- wait for some event on a file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -51,7 +51,7 @@
.\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT .\" 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 .SH NAME
prctl \- operations on a process prctl \- operations on a process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
quotactl \- manipulate disk quotas quotactl \- manipulate disk quotas
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
s390_sthyi \- emulate STHYI instruction s390_sthyi \- emulate STHYI instruction
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2005-03-11, mtk, modified pselect() text (it is now a system .\" 2005-03-11, mtk, modified pselect() text (it is now a system
.\" call in 2.6.16. .\" 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 .SH NAME
select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \-
synchronous I/O multiplexing synchronous I/O multiplexing

View File

@ -29,7 +29,7 @@
.\" various other changes .\" various other changes
.\" 2008-01-26, mtk, substantial changes and rewrites .\" 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 .SH NAME
select, pselect \- synchronous I/O multiplexing select, pselect \- synchronous I/O multiplexing
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" 2005-08-02, mtk: Added IPC_INFO, SEM_INFO, SEM_STAT descriptions. .\" 2005-08-02, mtk: Added IPC_INFO, SEM_INFO, SEM_STAT descriptions.
.\" 2018-03-20, dbueso: Added SEM_STAT_ANY description. .\" 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 .SH NAME
semctl \- System V semaphore control operations semctl \- System V semaphore control operations
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" Rewrote BUGS note about semget()'s failure to initialize .\" Rewrote BUGS note about semget()'s failure to initialize
.\" semaphore values .\" 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 .SH NAME
semget \- get a System V semaphore set identifier semget \- get a System V semaphore set identifier
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop() .\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop()
.\" 2007-07-09, mtk, Added an EXAMPLE code segment. .\" 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 .SH NAME
semop, semtimedop \- System V semaphore operations semop, semtimedop \- System V semaphore operations
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Licensed under the GPLv2 .\" Licensed under the GPLv2
.\" %%%LICENSE_END .\" %%%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 .SH NAME
setns \- reassociate thread with a namespace setns \- reassociate thread with a namespace
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions. .\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions.
.\" 2018-03-20, dbueso: Added SHM_STAT_ANY description. .\" 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 .SH NAME
shmctl \- System V shared memory control shmctl \- System V shared memory control
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" Language and formatting clean-ups .\" Language and formatting clean-ups
.\" Added notes on /proc files .\" 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 .SH NAME
shmget \- allocates a System V shared memory segment shmget \- allocates a System V shared memory segment
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Changed wording and placement of sentence regarding attachment .\" Changed wording and placement of sentence regarding attachment
.\" of segments marked for destruction .\" 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 .SH NAME
shmat, shmdt \- System V shared memory operations shmat, shmdt \- System V shared memory operations
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -46,7 +46,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" 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 .SH NAME
sigaction, rt_sigaction \- examine and change a signal action sigaction, rt_sigaction \- examine and change a signal action
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2007-06-08 mtk: Added example program .\" 2007-06-08 mtk: Added example program
.\" 2007-07-05 mtk: Added details on underlying system call interfaces .\" 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 .SH NAME
stat, fstat, lstat, fstatat \- get file status stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
statx \- get file status (extended) statx \- get file status (extended)
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
syscalls \- Linux system calls syscalls \- Linux system calls
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
timer_create \- create a POSIX per-process timer timer_create \- create a POSIX per-process timer
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -16,7 +16,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
timerfd_create, timerfd_settime, timerfd_gettime \- timerfd_create, timerfd_settime, timerfd_gettime \-
timers that notify via file descriptors timers that notify via file descriptors

View File

@ -17,7 +17,7 @@
.\" by clone, which would require porting and maintaining all commands .\" by clone, which would require porting and maintaining all commands
.\" such as login, and su, that establish a user session. .\" 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 .SH NAME
unshare \- disassociate parts of the process execution context unshare \- disassociate parts of the process execution context
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -46,7 +46,7 @@
.\" 2005-05-10, mtk, __W* flags can't be used with waitid() .\" 2005-05-10, mtk, __W* flags can't be used with waitid()
.\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP .\" 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 .SH NAME
wait, waitpid, waitid \- wait for process to change state wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT,
CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL,

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
aio_init \- asynchronous I/O initialization aio_init \- asynchronous I/O initialization
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified Sat Jul 24 21:38:42 1993, Rik Faith (faith@cs.unc.edu) .\" 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 .\" 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 .SH NAME
atoi, atol, atoll \- convert a string to an integer atoi, atol, atoll \- convert a string to an integer
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -11,7 +11,7 @@
.\" can be distributed under GPL. .\" can be distributed under GPL.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
des_crypt, ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast des_crypt, ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast
DES encryption DES encryption

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
dirfd \- get directory stream file descriptor dirfd \- get directory stream file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under the GPL. .\" Distributed under the GPL.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
fmemopen \- open memory as stream fmemopen \- open memory as stream
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
fopencookie \- opening a custom stream fopencookie \- opening a custom stream
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Changed data type of proj_id; minor fixes .\" Changed data type of proj_id; minor fixes
.\" aeb: further fixes; added notes. .\" 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 .SH NAME
ftok \- convert a pathname and a project identifier to a System V IPC key ftok \- convert a pathname and a project identifier to a System V IPC key
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" .\"
.\" 2007-12-08, mtk, Converted from mdoc to man macros .\" 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 .SH NAME
fts, fts_open, fts_read, fts_children, fts_set, fts_close \- \ fts, fts_open, fts_read, fts_children, fts_set, fts_close \- \
traverse a file hierarchy traverse a file hierarchy

View File

@ -41,7 +41,7 @@
.\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support .\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
.\" and is SCTP support now also there? .\" 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 .SH NAME
getaddrinfo, freeaddrinfo, gai_strerror \- network address and getaddrinfo, freeaddrinfo, gai_strerror \- network address and
service translation service translation

View File

@ -33,7 +33,7 @@
.\" for glibc specificities, provide an example. .\" for glibc specificities, provide an example.
.\" 2009-01-14 mtk, many edits and changes, rewrote example program. .\" 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 .SH NAME
getifaddrs, freeifaddrs \- get interface addresses getifaddrs, freeifaddrs \- get interface addresses
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI .\" @(#)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 .SH NAME
getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get
RPC entry RPC entry

View File

@ -24,7 +24,7 @@
.\" .\"
.\" This replaces an earlier man page written by Walter Harms .\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>. .\" <walter.harms@informatik.uni-oldenburg.de>.
.TH GSIGNAL 3 2017-09-15 "" "Linux Programmer's Manual" .TH GSIGNAL 3 2020-04-11 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
gsignal, ssignal \- software signal facility gsignal, ssignal \- software signal facility
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
lio_listio \- initiate a list of I/O requests lio_listio \- initiate a list of I/O requests
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -15,7 +15,7 @@
.\" .\"
.\" Corrected prototype, 2002-10-18, aeb .\" 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 .SH NAME
nl_langinfo, nl_langinfo_l \- query language and locale information nl_langinfo, nl_langinfo_l \- query language and locale information
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" 2001-10-11, 2003-08-22, aeb, added some details .\" 2001-10-11, 2003-08-22, aeb, added some details
.\" 2012-03-23, Michael Kerrisk <mtk.manpages@mail.com> .\" 2012-03-23, Michael Kerrisk <mtk.manpages@mail.com>
.\" Document pvalloc() and aligned_alloc() .\" 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 .SH NAME
posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
posix_openpt \- open a pseudoterminal device posix_openpt \- open a pseudoterminal device
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" POSIX 1003.1-2004 documentation .\" POSIX 1003.1-2004 documentation
.\" (http://www.opengroup.org/onlinepubs/009695399) .\" (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 .SH NAME
posix_spawn, posix_spawnp \- spawn a process posix_spawn, posix_spawnp \- spawn a process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -49,7 +49,7 @@
.\" Add ERRORS section. .\" Add ERRORS section.
.\" Document the 'a' and 'm' modifiers for dynamic string allocation. .\" 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 .SH NAME
scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
sem_init \- initialize an unnamed semaphore sem_init \- initialize an unnamed semaphore
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
sem_post \- unlock a semaphore sem_post \- unlock a semaphore
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified Sat Jul 24 18:08:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 18:08:52 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2001-08-31, aeb .\" 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 .SH NAME
strcmp, strncmp \- compare two strings strcmp, strncmp \- compare two strings
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and .\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and
.\" 'width' components of conversion specifications. .\" '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 .SH NAME
strftime \- format date and time strftime \- format date and time
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
st \- SCSI tape device st \- SCSI tape device
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" 2007-10-11, Mike Frysinger <vapier@gentoo.org>, various fixes .\" 2007-10-11, Mike Frysinger <vapier@gentoo.org>, various fixes
.\" 2007-12-08, mtk, Converted from mdoc to man macros .\" 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 .SH NAME
elf \- format of Executable and Linking Format (ELF) files elf \- format of Executable and Linking Format (ELF) files
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" Modified Sat Jul 24 17:06:03 1993 by Rik Faith (faith@cs.unc.edu) .\" 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 .SH NAME
group \- user group file group \- user group file
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -52,7 +52,7 @@
.\" to see what information could be imported from that file .\" to see what information could be imported from that file
.\" into this 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 .SH NAME
proc \- process information pseudo-filesystem proc \- process information pseudo-filesystem
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -31,7 +31,7 @@
.\" Thu Jan 11 12:14:41 1996 Austin Donnelly <and1000@cam.ac.uk> .\" Thu Jan 11 12:14:41 1996 Austin Donnelly <and1000@cam.ac.uk>
.\" * Merged two services(5) manpages .\" * 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 .SH NAME
services \- Internet network services list services \- Internet network services list
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
aio \- POSIX asynchronous I/O overview aio \- POSIX asynchronous I/O overview
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
cgroups \- Linux control groups cgroups \- Linux control groups
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
feature_test_macros \- feature test macros feature_test_macros \- feature test macros
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -10,7 +10,7 @@
.\" 2 of the License, or (at your option) any later version. .\" 2 of the License, or (at your option) any later version.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
keyrings \- in-kernel key management and retention facility keyrings \- in-kernel key management and retention facility
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -27,7 +27,7 @@
.\" 2007-05-30 created by mtk, using text from old man.7 plus .\" 2007-05-30 created by mtk, using text from old man.7 plus
.\" rewrites and additional text. .\" 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 .SH NAME
man-pages \- conventions for writing Linux man pages man-pages \- conventions for writing Linux man pages
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" %%%LICENSE_END .\" %%%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 .SH NAME
namespaces \- overview of Linux namespaces namespaces \- overview of Linux namespaces
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
path_resolution \- how a pathname is resolved to a file path_resolution \- how a pathname is resolved to a file
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
sigevent \- structure for notification from asynchronous routines sigevent \- structure for notification from asynchronous routines
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" Added section on stop/cont signals interrupting syscalls. .\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions .\" 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 .SH NAME
signal \- overview of signals signal \- overview of signals
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -52,7 +52,7 @@
.\" commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e .\" commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e
.\" Author: Michal Sekletar <msekleta@redhat.com> .\" Author: Michal Sekletar <msekleta@redhat.com>
.\" .\"
.TH SOCKET 7 2019-08-02 Linux "Linux Programmer's Manual" .TH SOCKET 7 2020-04-11 Linux "Linux Programmer's Manual"
.SH NAME .SH NAME
socket \- Linux socket interface socket \- Linux socket interface
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
sysvipc \- System V interprocess communication mechanisms sysvipc \- System V interprocess communication mechanisms
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -25,7 +25,7 @@
.\" 2008-06-24, mtk: added some details about where jiffies come into .\" 2008-06-24, mtk: added some details about where jiffies come into
.\" play; added section on high-resolution timers. .\" 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 .SH NAME
time \- overview of time and timers time \- overview of time and timers
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -9,7 +9,7 @@
.\" .\"
.\" $Id: udp.7,v 1.7 2000/01/22 01:55:05 freitag Exp $ .\" $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 .SH NAME
udp \- User Datagram Protocol for IPv4 udp \- User Datagram Protocol for IPv4
.SH SYNOPSIS .SH SYNOPSIS