_exit.2, capget.2, fcntl.2, futex.2, listen.2, memfd_create.2, modify_ldt.2, move_pages.2, open.2, perf_event_open.2, ptrace.2, set_thread_area.2, stime.2, syscall.2, sysctl.2, userfaultfd.2, cmsg.3, exit.3, ftime.3, getpt.3, malloc.3, console_codes.4, loop.4, inotify.7, netlink.7, packet.7, rtnetlink.7, tcp.7, unix.7, vsock.7, ldconfig.8: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-09 11:53:28 +01:00
parent c8f25a0524
commit 6b621d05b3
31 changed files with 31 additions and 31 deletions

View File

@ -26,7 +26,7 @@
.\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified 2001-11-17, aeb .\" Modified 2001-11-17, aeb
.\" .\"
.TH _EXIT 2 2017-05-03 "Linux" "Linux Programmer's Manual" .TH _EXIT 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
_exit, _Exit \- terminate the calling process _exit, _Exit \- terminate the calling process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -12,7 +12,7 @@
.\" 64-bit capability sets in kernel 2.6.2[45]. .\" 64-bit capability sets in kernel 2.6.2[45].
.\" Modified 2009-01-26, andi kleen .\" Modified 2009-01-26, andi kleen
.\" .\"
.TH CAPGET 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH CAPGET 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
capget, capset \- set/get capabilities of thread(s) capget, capset \- set/get capabilities of thread(s)
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -65,7 +65,7 @@
.\" 2017-06-26, Jens Axboe <axboe@kernel.dk> .\" 2017-06-26, Jens Axboe <axboe@kernel.dk>
.\" Document F_{GET,SET}_RW_HINT and F_{GET,SET}_FILE_RW_HINT .\" Document F_{GET,SET}_RW_HINT and F_{GET,SET}_FILE_RW_HINT
.\" .\"
.TH FCNTL 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH FCNTL 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fcntl \- manipulate file descriptor fcntl \- manipulate file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -19,7 +19,7 @@
.\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail .\" 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 .\" http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242
.\" .\"
.TH FUTEX 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH FUTEX 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
futex \- fast user-space locking futex \- fast user-space locking
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com> .\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com>
.\" .\"
.\" .\"
.TH LISTEN 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH LISTEN 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
listen \- listen for connections on a socket listen \- listen for connections on a socket
.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 MEMFD_CREATE 2 2019-03-06 Linux "Linux Programmer's Manual" .TH MEMFD_CREATE 2 2020-02-09 Linux "Linux Programmer's Manual"
.SH NAME .SH NAME
memfd_create \- create an anonymous file memfd_create \- create an anonymous file
.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 MODIFY_LDT 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH MODIFY_LDT 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
modify_ldt \- get or set a per-process LDT entry modify_ldt \- get or set a per-process LDT entry
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -17,7 +17,7 @@
.\" (e.g., compare with recommendation in mbind(2)). .\" (e.g., compare with recommendation in mbind(2)).
.\" Does this page need to give advice on this topic? .\" Does this page need to give advice on this topic?
.\" .\"
.TH MOVE_PAGES 2 2019-10-10 "Linux" "Linux Programmer's Manual" .TH MOVE_PAGES 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
move_pages \- move individual pages of a process to another node move_pages \- move individual pages of a process to another node
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -48,7 +48,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk .\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\" .\"
.TH OPEN 2 2018-04-30 "Linux" "Linux Programmer's Manual" .TH OPEN 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
open, openat, creat \- open and possibly create a file open, openat, creat \- open and possibly create a file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the .\" This document is based on the perf_event.h header file, the
.\" tools/perf/design.txt file, and a lot of bitter experience. .\" tools/perf/design.txt file, and a lot of bitter experience.
.\" .\"
.TH PERF_EVENT_OPEN 2 2019-10-10 "Linux" "Linux Programmer's Manual" .TH PERF_EVENT_OPEN 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
perf_event_open \- set up performance monitoring perf_event_open \- set up performance monitoring
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -102,7 +102,7 @@
.\" .\"
.\" and others that can be found in the arch/*/include/uapi/asm/ptrace files .\" and others that can be found in the arch/*/include/uapi/asm/ptrace files
.\" .\"
.TH PTRACE 2 2019-10-10 "Linux" "Linux Programmer's Manual" .TH PTRACE 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ptrace \- process trace ptrace \- process trace
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -6,7 +6,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 SET_THREAD_AREA 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SET_THREAD_AREA 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
get_thread_area, set_thread_area \- manipulate thread-local storage information get_thread_area, set_thread_area \- manipulate thread-local storage information
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified 2001-03-16 by Andries Brouwer <aeb@cwi.nl> .\" Modified 2001-03-16 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH STIME 2 2016-03-15 "Linux" "Linux Programmer's Manual" .TH STIME 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
stime \- set time stime \- set time
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" Added mips and arm64. .\" Added mips and arm64.
.\" .\"
.TH SYSCALL 2 2019-10-10 "Linux" "Linux Programmer's Manual" .TH SYSCALL 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
syscall \- indirect system call syscall \- indirect system call
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified Tue Oct 22 22:28:41 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified Tue Oct 22 22:28:41 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified Mon Jan 5 20:31:04 1998 by aeb. .\" Modified Mon Jan 5 20:31:04 1998 by aeb.
.\" .\"
.TH SYSCTL 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SYSCTL 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sysctl \- read/write system parameters sysctl \- read/write system parameters
.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 USERFAULTFD 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH USERFAULTFD 2 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
userfaultfd \- create a file descriptor for handling page faults in user space userfaultfd \- create a file descriptor for handling page faults in user space
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -8,7 +8,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" $Id: cmsg.3,v 1.8 2000/12/20 18:10:31 ak Exp $ .\" $Id: cmsg.3,v 1.8 2000/12/20 18:10:31 ak Exp $
.TH CMSG 3 2019-03-06 "Linux" "Linux Programmer's Manual" .TH CMSG 3 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR \- access ancillary data CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR \- access ancillary data
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" could be listed on this page. See, for example, the list in the .\" could be listed on this page. See, for example, the list in the
.\" POSIX exit(3p) page. .\" POSIX exit(3p) page.
.\" .\"
.TH EXIT 3 2019-03-06 "Linux" "Linux Programmer's Manual" .TH EXIT 3 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
exit \- cause normal process termination exit \- cause normal process termination
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified Sun Oct 18 17:31:43 1998 by Andries Brouwer (aeb@cwi.nl) .\" Modified Sun Oct 18 17:31:43 1998 by Andries Brouwer (aeb@cwi.nl)
.\" 2008-06-23, mtk, minor rewrites, added some details .\" 2008-06-23, mtk, minor rewrites, added some details
.\" .\"
.TH FTIME 3 2017-09-15 "GNU" "Linux Programmer's Manual" .TH FTIME 3 2020-02-09 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
ftime \- return date and time ftime \- return date and time
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Redistribute and modify at will. .\" Redistribute and modify at will.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH GETPT 3 2015-03-02 "GNU" "Linux Programmer's Manual" .TH GETPT 3 2020-02-09 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getpt \- open the pseudoterminal master (PTM) getpt \- open the pseudoterminal master (PTM)
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" FIXME . Review http://austingroupbugs.net/view.php?id=374 .\" FIXME . Review http://austingroupbugs.net/view.php?id=374
.\" to see what changes are required on this page. .\" to see what changes are required on this page.
.\" .\"
.TH MALLOC 3 2019-03-06 "GNU" "Linux Programmer's Manual" .TH MALLOC 3 2020-02-09 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
malloc, free, calloc, realloc \- allocate and free dynamic memory malloc, free, calloc, realloc \- allocate and free dynamic memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" .\"
.\" 2006-05-27, Several corrections - Thomas E. Dickey .\" 2006-05-27, Several corrections - Thomas E. Dickey
.\" .\"
.TH CONSOLE_CODES 4 2019-03-06 "Linux" "Linux Programmer's Manual" .TH CONSOLE_CODES 4 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
console_codes \- Linux console escape and control sequences console_codes \- Linux console escape and control sequences
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -23,7 +23,7 @@
.\" USA. .\" USA.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH LOOP 4 2019-03-06 "Linux" "Linux Programmer's Manual" .TH LOOP 4 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
loop, loop-control \- loop devices loop, loop-control \- loop devices
.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 INOTIFY 7 2019-03-06 "Linux" "Linux Programmer's Manual" .TH INOTIFY 7 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
inotify \- monitoring filesystem events inotify \- monitoring filesystem events
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -8,7 +8,7 @@
.\" Based on the original comments from Alexey Kuznetsov .\" Based on the original comments from Alexey Kuznetsov
.\" Modified 2005-12-27 by Hasso Tepper <hasso@estpak.ee> .\" Modified 2005-12-27 by Hasso Tepper <hasso@estpak.ee>
.\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $ .\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $
.TH NETLINK 7 2017-09-15 "Linux" "Linux Programmer's Manual" .TH NETLINK 7 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
netlink \- communication between kernel and user space (AF_NETLINK) netlink \- communication between kernel and user space (AF_NETLINK)
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -9,7 +9,7 @@
.\" .\"
.\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $ .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $
.\" .\"
.TH PACKET 7 2017-09-15 "Linux" "Linux Programmer's Manual" .TH PACKET 7 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
packet \- packet interface on device level packet \- packet interface on device level
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -12,7 +12,7 @@
.\" help from Matthew Wilcox. .\" help from Matthew Wilcox.
.\" $Id: rtnetlink.7,v 1.8 2000/01/22 01:55:04 freitag Exp $ .\" $Id: rtnetlink.7,v 1.8 2000/01/22 01:55:04 freitag Exp $
.\" .\"
.TH RTNETLINK 7 2017-09-15 "Linux" "Linux Programmer's Manual" .TH RTNETLINK 7 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
rtnetlink \- Linux IPv4 routing socket rtnetlink \- Linux IPv4 routing socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -93,7 +93,7 @@
.\" commit cd8ae85299d54155702a56811b2e035e63064d3d .\" commit cd8ae85299d54155702a56811b2e035e63064d3d
.\" Author: Eric Dumazet <edumazet@google.com> .\" Author: Eric Dumazet <edumazet@google.com>
.\" .\"
.TH TCP 7 2019-03-06 "Linux" "Linux Programmer's Manual" .TH TCP 7 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
tcp \- TCP protocol tcp \- TCP protocol
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -17,7 +17,7 @@
.\" address that can appear in the sockaddr_un structure: pathname, .\" address that can appear in the sockaddr_un structure: pathname,
.\" unnamed, and abstract. .\" unnamed, and abstract.
.\" .\"
.TH UNIX 7 2019-08-02 "Linux" "Linux Programmer's Manual" .TH UNIX 7 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
unix \- sockets for local interprocess communication unix \- sockets for local interprocess communication
.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 VSOCK 7 2017-11-30 "Linux" "Linux Programmer's Manual" .TH VSOCK 7 2020-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
vsock \- Linux VSOCK address family vsock \- Linux VSOCK address family
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -19,7 +19,7 @@
.\" .\"
.\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com> .\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com>
.\" Change listed order of /usr/lib and /lib .\" Change listed order of /usr/lib and /lib
.TH LDCONFIG 8 2017-09-15 "GNU" "Linux Programmer's Manual" .TH LDCONFIG 8 2020-02-09 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
ldconfig \- configure dynamic linker run-time bindings ldconfig \- configure dynamic linker run-time bindings
.SH SYNOPSIS .SH SYNOPSIS