diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-21 16:19:35 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-21 16:19:35 +0100 |
| commit | 9f43659f85fa29a66e9e1c8f84230f2dff37b42e (patch) | |
| tree | ff2ed4dcad53c6b539084c6a90250868a7b6e190 /man2 | |
| parent | b52ce0e5b5276b8763ca3376a02d0ac4f8941b3d (diff) | |
| download | man-pages-9f43659f85fa29a66e9e1c8f84230f2dff37b42e.tar.gz | |
getent.1, access.2, cacheflush.2, chroot.2, clock_getres.2, fcntl.2, getrusage.2, io_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2, link.2, llseek.2, mmap.2, mount.2, readv.2, restart_syscall.2, semctl.2, set_mempolicy.2, set_tid_address.2, shmctl.2, sigaction.2, sigaltstack.2, spu_create.2, statfs.2, subpage_prot.2, syscalls.2, timer_getoverrun.2, uselib.2, INFINITY.3, __ppc_set_ppr_med.3, bstring.3, btree.3, ctime.3, fgetc.3, fopen.3, getcontext.3, gethostbyname.3, getnetent.3, getprotoent.3, getservent.3, inet.3, j0.3, list.3, makecontext.3, nextafter.3, posix_memalign.3, profil.3, pthread_tryjoin_np.3, puts.3, rcmd.3, resolver.3, rtime.3, sigsetops.3, strnlen.3, tailq.3, elf.5, filesystems.5, nscd.conf.5, proc.5, utmp.5, attributes.7, ipv6.7, packet.7, pthreads.7, signal-safety.7, signal.7, spufs.7, system_data_types.7, tcp.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/access.2 | 2 | ||||
| -rw-r--r-- | man2/cacheflush.2 | 2 | ||||
| -rw-r--r-- | man2/chroot.2 | 2 | ||||
| -rw-r--r-- | man2/clock_getres.2 | 2 | ||||
| -rw-r--r-- | man2/fcntl.2 | 2 | ||||
| -rw-r--r-- | man2/getrusage.2 | 2 | ||||
| -rw-r--r-- | man2/io_cancel.2 | 2 | ||||
| -rw-r--r-- | man2/io_destroy.2 | 2 | ||||
| -rw-r--r-- | man2/io_getevents.2 | 2 | ||||
| -rw-r--r-- | man2/io_setup.2 | 2 | ||||
| -rw-r--r-- | man2/io_submit.2 | 2 | ||||
| -rw-r--r-- | man2/link.2 | 2 | ||||
| -rw-r--r-- | man2/llseek.2 | 2 | ||||
| -rw-r--r-- | man2/mmap.2 | 2 | ||||
| -rw-r--r-- | man2/mount.2 | 2 | ||||
| -rw-r--r-- | man2/readv.2 | 2 | ||||
| -rw-r--r-- | man2/restart_syscall.2 | 2 | ||||
| -rw-r--r-- | man2/semctl.2 | 2 | ||||
| -rw-r--r-- | man2/set_mempolicy.2 | 2 | ||||
| -rw-r--r-- | man2/set_tid_address.2 | 2 | ||||
| -rw-r--r-- | man2/shmctl.2 | 2 | ||||
| -rw-r--r-- | man2/sigaction.2 | 2 | ||||
| -rw-r--r-- | man2/sigaltstack.2 | 2 | ||||
| -rw-r--r-- | man2/spu_create.2 | 2 | ||||
| -rw-r--r-- | man2/statfs.2 | 2 | ||||
| -rw-r--r-- | man2/subpage_prot.2 | 2 | ||||
| -rw-r--r-- | man2/syscalls.2 | 2 | ||||
| -rw-r--r-- | man2/timer_getoverrun.2 | 2 | ||||
| -rw-r--r-- | man2/uselib.2 | 2 |
29 files changed, 29 insertions, 29 deletions
diff --git a/man2/access.2 b/man2/access.2 index 70ae113dd0..8cd91b5774 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -40,7 +40,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" 2007-06-10, mtk, various parts rewritten, and added BUGS section. .\" -.TH ACCESS 2 2016-03-15 "Linux" "Linux Programmer's Manual" +.TH ACCESS 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME access, faccessat, faccessat2 \- check user's permissions for a file .SH SYNOPSIS diff --git a/man2/cacheflush.2 b/man2/cacheflush.2 index 712241debe..4dcb3e4b39 100644 --- a/man2/cacheflush.2 +++ b/man2/cacheflush.2 @@ -22,7 +22,7 @@ .\" <http://www.gnu.org/licenses/>. .\" %%%LICENSE_END .\" -.TH CACHEFLUSH 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH CACHEFLUSH 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME cacheflush \- flush contents of instruction and/or data cache .SH SYNOPSIS diff --git a/man2/chroot.2 b/man2/chroot.2 index 5b092da385..66d1cbfb35 100644 --- a/man2/chroot.2 +++ b/man2/chroot.2 @@ -30,7 +30,7 @@ .\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH CHROOT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH CHROOT 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME chroot \- change root directory .SH SYNOPSIS diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 635392f8c1..e083666313 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 <clameter@sgi.com>, SMP note .\" -.TH CLOCK_GETRES 2 2020-08-13 "" "Linux Programmer's Manual" +.TH CLOCK_GETRES 2 2020-12-21 "" "Linux Programmer's Manual" .SH NAME clock_getres, clock_gettime, clock_settime \- clock and time functions .SH SYNOPSIS diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 546016617f..f8d15f6026 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -64,7 +64,7 @@ .\" 2017-06-26, Jens Axboe <axboe@kernel.dk> .\" Document F_{GET,SET}_RW_HINT and F_{GET,SET}_FILE_RW_HINT .\" -.TH FCNTL 2 2020-08-13 "Linux" "Linux Programmer's Manual" +.TH FCNTL 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME fcntl \- manipulate file descriptor .SH SYNOPSIS diff --git a/man2/getrusage.2 b/man2/getrusage.2 index 991fdc3e46..bb5661d2f4 100644 --- a/man2/getrusage.2 +++ b/man2/getrusage.2 @@ -36,7 +36,7 @@ .\" document ru_maxrss .\" 2010-05-24, mtk, enhanced description of various fields .\" -.TH GETRUSAGE 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH GETRUSAGE 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME getrusage \- get resource usage .SH SYNOPSIS diff --git a/man2/io_cancel.2 b/man2/io_cancel.2 index 4d62b1de67..1bea257ecf 100644 --- a/man2/io_cancel.2 +++ b/man2/io_cancel.2 @@ -4,7 +4,7 @@ .\" This file is distributed according to the GNU General Public License. .\" %%%LICENSE_END .\" -.TH IO_CANCEL 2 2020-06-09 "Linux" "Linux Programmer's Manual" +.TH IO_CANCEL 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME io_cancel \- cancel an outstanding asynchronous I/O operation .SH SYNOPSIS diff --git a/man2/io_destroy.2 b/man2/io_destroy.2 index fe1ae07325..dc9633f5ab 100644 --- a/man2/io_destroy.2 +++ b/man2/io_destroy.2 @@ -4,7 +4,7 @@ .\" This file is distributed according to the GNU General Public License. .\" %%%LICENSE_END .\" -.TH IO_DESTROY 2 2020-06-09 "Linux" "Linux Programmer's Manual" +.TH IO_DESTROY 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME io_destroy \- destroy an asynchronous I/O context .SH SYNOPSIS diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index 98529dbf7e..c9a608e067 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -4,7 +4,7 @@ .\" This file is distributed according to the GNU General Public License. .\" %%%LICENSE_END .\" -.TH IO_GETEVENTS 2 2020-06-09 "Linux" "Linux Programmer's Manual" +.TH IO_GETEVENTS 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME io_getevents \- read asynchronous I/O events from the completion queue .SH SYNOPSIS diff --git a/man2/io_setup.2 b/man2/io_setup.2 index 21bbd1104a..5168ee4452 100644 --- a/man2/io_setup.2 +++ b/man2/io_setup.2 @@ -4,7 +4,7 @@ .\" This file is distributed according to the GNU General Public License. .\" %%%LICENSE_END .\" -.TH IO_SETUP 2 2020-06-09 "Linux" "Linux Programmer's Manual" +.TH IO_SETUP 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME io_setup \- create an asynchronous I/O context .SH SYNOPSIS diff --git a/man2/io_submit.2 b/man2/io_submit.2 index e90581e0a5..bcbcf43b96 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 2020-04-11 "Linux" "Linux Programmer's Manual" +.TH IO_SUBMIT 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME io_submit \- submit asynchronous I/O blocks for processing .SH SYNOPSIS diff --git a/man2/link.2 b/man2/link.2 index f0f8effafe..70c3b5380e 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -29,7 +29,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2005-04-04, as per suggestion by Michael Hardt for rename.2 .\" -.TH LINK 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH LINK 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME link, linkat \- make a new name for a file .SH SYNOPSIS diff --git a/man2/llseek.2 b/man2/llseek.2 index 8317cf1d27..a46ce370e9 100644 --- a/man2/llseek.2 +++ b/man2/llseek.2 @@ -26,7 +26,7 @@ .\" .\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond <esr@thyrsus.com> .\" -.TH LLSEEK 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH LLSEEK 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME _llseek \- reposition read/write file offset .SH SYNOPSIS diff --git a/man2/mmap.2 b/man2/mmap.2 index 9fd27120cf..06b0422909 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 2020-08-13 "Linux" "Linux Programmer's Manual" +.TH MMAP 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME mmap, munmap \- map or unmap files or devices into memory .SH SYNOPSIS diff --git a/man2/mount.2 b/man2/mount.2 index 306f08e430..8f933ebf1e 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -37,7 +37,7 @@ .\" 2008-10-06, mtk: move umount*() material into separate umount.2 page. .\" 2008-10-06, mtk: Add discussion of namespaces. .\" -.TH MOUNT 2 2020-08-13 "Linux" "Linux Programmer's Manual" +.TH MOUNT 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME mount \- mount filesystem .SH SYNOPSIS diff --git a/man2/readv.2 b/man2/readv.2 index d8ae756a9d..fcc27632e5 100644 --- a/man2/readv.2 +++ b/man2/readv.2 @@ -29,7 +29,7 @@ .\" add more details. .\" 2010-11-16, mtk, Added documentation of preadv() and pwritev() .\" -.TH READV 2 2020-06-09 "Linux" "Linux Programmer's Manual" +.TH READV 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME readv, writev, preadv, pwritev, preadv2, pwritev2 \- read or write data into multiple buffers .SH SYNOPSIS diff --git a/man2/restart_syscall.2 b/man2/restart_syscall.2 index 21cc2df1d9..d0c46043de 100644 --- a/man2/restart_syscall.2 +++ b/man2/restart_syscall.2 @@ -30,7 +30,7 @@ .\" .\" See also Section 11.3.3 of Understanding the Linux Kernel, 3rd edition .\" -.TH RESTART_SYSCALL 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH RESTART_SYSCALL 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME restart_syscall \- restart a system call after interruption by a stop signal .SH SYNOPSIS diff --git a/man2/semctl.2 b/man2/semctl.2 index dd3fb077b5..ed5e79efd0 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 2020-04-11 "Linux" "Linux Programmer's Manual" +.TH SEMCTL 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME semctl \- System V semaphore control operations .SH SYNOPSIS diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 68011eecba..6e695fb132 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -24,7 +24,7 @@ .\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com> .\" more precise specification of behavior. .\" -.TH SET_MEMPOLICY 2 2017-09-15 Linux "Linux Programmer's Manual" +.TH SET_MEMPOLICY 2 2020-12-21 Linux "Linux Programmer's Manual" .SH NAME set_mempolicy \- set default NUMA memory policy for a thread and its children .SH SYNOPSIS diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2 index b18b8efefe..258c9b9ef0 100644 --- a/man2/set_tid_address.2 +++ b/man2/set_tid_address.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SET_TID_ADDRESS 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH SET_TID_ADDRESS 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME set_tid_address \- set pointer to thread ID .SH SYNOPSIS diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 40f28253f5..f67e32d9d4 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 2020-04-11 "Linux" "Linux Programmer's Manual" +.TH SHMCTL 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME shmctl \- System V shared memory control .SH SYNOPSIS diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 190be22705..8d83ce4a3f 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -45,7 +45,7 @@ .\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" -.TH SIGACTION 2 2020-08-13 "Linux" "Linux Programmer's Manual" +.TH SIGACTION 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME sigaction, rt_sigaction \- examine and change a signal action .SH SYNOPSIS diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index e30b488f80..b60e31e369 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" aeb, various minor fixes -.TH SIGALTSTACK 2 2020-06-09 "Linux" "Linux Programmer's Manual" +.TH SIGALTSTACK 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME sigaltstack \- set and/or get signal stack context .SH SYNOPSIS diff --git a/man2/spu_create.2 b/man2/spu_create.2 index f09d498ed1..8b33c61dda 100644 --- a/man2/spu_create.2 +++ b/man2/spu_create.2 @@ -22,7 +22,7 @@ .\" 2007-07-10, some polishing by mtk .\" 2007-09-28, updates for newer kernels by Jeremy Kerr <jk@ozlabs.org> .\" -.TH SPU_CREATE 2 2020-06-09 Linux "Linux Programmer's Manual" +.TH SPU_CREATE 2 2020-12-21 Linux "Linux Programmer's Manual" .SH NAME spu_create \- create a new spu context .SH SYNOPSIS diff --git a/man2/statfs.2 b/man2/statfs.2 index e4a08f6bf7..c242d8a29b 100644 --- a/man2/statfs.2 +++ b/man2/statfs.2 @@ -25,7 +25,7 @@ .\" Modified 2003-08-17 by Walter Harms .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH STATFS 2 2020-06-09 "Linux" "Linux Programmer's Manual" +.TH STATFS 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME statfs, fstatfs \- get filesystem statistics .SH SYNOPSIS diff --git a/man2/subpage_prot.2 b/man2/subpage_prot.2 index d6f016665f..535b1173da 100644 --- a/man2/subpage_prot.2 +++ b/man2/subpage_prot.2 @@ -27,7 +27,7 @@ .\" in kernel commit fa28237cfcc5827553044cbd6ee52e33692b0faa .\" both written by Paul Mackerras <paulus@samba.org> .\" -.TH SUBPAGE_PROT 2 2019-03-06 "Linux" "Linux Programmer's Manual" +.TH SUBPAGE_PROT 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME subpage_prot \- define a subpage protection for an address range .SH SYNOPSIS diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 3156c6bd29..cd114ac223 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 2020-08-13 "Linux" "Linux Programmer's Manual" +.TH SYSCALLS 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2 index 5cd522d96b..09a83ea178 100644 --- a/man2/timer_getoverrun.2 +++ b/man2/timer_getoverrun.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH TIMER_GETOVERRUN 2 2020-06-09 Linux "Linux Programmer's Manual" +.TH TIMER_GETOVERRUN 2 2020-12-21 Linux "Linux Programmer's Manual" .SH NAME timer_getoverrun \- get overrun count for a POSIX per-process timer .SH SYNOPSIS diff --git a/man2/uselib.2 b/man2/uselib.2 index 64e73cfb02..bc031d11f0 100644 --- a/man2/uselib.2 +++ b/man2/uselib.2 @@ -28,7 +28,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2005-01-09 by aeb .\" -.TH USELIB 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH USELIB 2 2020-12-21 "Linux" "Linux Programmer's Manual" .SH NAME uselib \- load shared library .SH SYNOPSIS |
