aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-02-21 09:26:52 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-21 09:26:52 +0100
commit6d322d5fc7e6d37850e4a672a921b9f7bb41b32b (patch)
tree3f37db7b5246defbe42d2794b3d9bda649b09268 /man2
parent2df3244f322c1a9676f5f917548692e03e74356f (diff)
downloadman-pages-6d322d5fc7e6d37850e4a672a921b9f7bb41b32b.tar.gz
time.1, access.2, arch_prctl.2, cacheflush.2, capget.2, clone.2, execve.2, fcntl.2, fork.2, getpid.2, getxattr.2, ioctl.2, ioctl_fat.2, killpg.2, listxattr.2, madvise.2, migrate_pages.2, modify_ldt.2, mprotect.2, msgget.2, msgop.2, perf_event_open.2, ptrace.2, sched_setattr.2, semget.2, semop.2, sendfile.2, set_thread_area.2, setxattr.2, stat.2, statfs.2, wait.2, wait4.2, encrypt.3, mktemp.3, pthread_attr_setschedparam.3, resolver.3, statvfs.3, syslog.3, tzset.3, core.5, host.conf.5, intro.5, proc.5, resolv.conf.5, pthreads.7, socket.7, unix.7, ld.so.8, ldconfig.8: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/access.22
-rw-r--r--man2/arch_prctl.22
-rw-r--r--man2/cacheflush.22
-rw-r--r--man2/capget.22
-rw-r--r--man2/clone.22
-rw-r--r--man2/execve.22
-rw-r--r--man2/fcntl.22
-rw-r--r--man2/fork.22
-rw-r--r--man2/getpid.22
-rw-r--r--man2/getxattr.22
-rw-r--r--man2/ioctl.22
-rw-r--r--man2/ioctl_fat.22
-rw-r--r--man2/killpg.22
-rw-r--r--man2/listxattr.22
-rw-r--r--man2/madvise.22
-rw-r--r--man2/migrate_pages.22
-rw-r--r--man2/modify_ldt.22
-rw-r--r--man2/mprotect.22
-rw-r--r--man2/msgget.22
-rw-r--r--man2/msgop.22
-rw-r--r--man2/perf_event_open.22
-rw-r--r--man2/ptrace.22
-rw-r--r--man2/sched_setattr.22
-rw-r--r--man2/semget.22
-rw-r--r--man2/semop.22
-rw-r--r--man2/sendfile.22
-rw-r--r--man2/set_thread_area.22
-rw-r--r--man2/setxattr.22
-rw-r--r--man2/stat.22
-rw-r--r--man2/statfs.22
-rw-r--r--man2/wait.22
-rw-r--r--man2/wait4.22
32 files changed, 32 insertions, 32 deletions
diff --git a/man2/access.2 b/man2/access.2
index 148688bc19..ad39b85a65 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 2014-08-19 "Linux" "Linux Programmer's Manual"
+.TH ACCESS 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
access, faccessat \- check user's permissions for a file
.SH SYNOPSIS
diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2
index d8b4f8da0b..74ea12b2d5 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 2007-12-26 "Linux" "Linux Programmer's Manual"
+.TH ARCH_PRCTL 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
arch_prctl \- set architecture-specific thread state
.SH SYNOPSIS
diff --git a/man2/cacheflush.2 b/man2/cacheflush.2
index fdc35b743d..00194e7043 100644
--- a/man2/cacheflush.2
+++ b/man2/cacheflush.2
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH CACHEFLUSH 2 2007-05-26 "Linux" "Linux Programmer's Manual"
+.TH CACHEFLUSH 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
cacheflush \- flush contents of instruction and/or data cache
.SH SYNOPSIS
diff --git a/man2/capget.2 b/man2/capget.2
index 880b921495..44ba568129 100644
--- a/man2/capget.2
+++ b/man2/capget.2
@@ -12,7 +12,7 @@
.\" 64-bit capability sets in kernel 2.6.2[45].
.\" Modified 2009-01-26, andi kleen
.\"
-.TH CAPGET 2 2013-03-11 "Linux" "Linux Programmer's Manual"
+.TH CAPGET 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
capget, capset \- set/get capabilities of thread(s)
.SH SYNOPSIS
diff --git a/man2/clone.2 b/man2/clone.2
index 18eda1cb74..91c3684c38 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -39,7 +39,7 @@
.\" 2008-11-19, mtk, document CLONE_NEWIPC
.\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
.\"
-.TH CLONE 2 2014-09-21 "Linux" "Linux Programmer's Manual"
+.TH CLONE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
clone, __clone2 \- create a child process
.SH SYNOPSIS
diff --git a/man2/execve.2 b/man2/execve.2
index 83a17e4a81..af846130f2 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -34,7 +34,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
.\" Add text describing limits on command-line arguments + environment
.\"
-.TH EXECVE 2 2015-01-22 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 9bb558251e..60cec41d71 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -62,7 +62,7 @@
.\" 2014-07-08, David Herrmann <dh.herrmann@gmail.com>
.\" Document F_ADD_SEALS and F_GET_SEALS
.\"
-.TH FCNTL 2 2015-01-22 "Linux" "Linux Programmer's Manual"
+.TH FCNTL 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
diff --git a/man2/fork.2 b/man2/fork.2
index 180bca0ff9..a2bb666112 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -36,7 +36,7 @@
.\" Greatly expanded, to describe all attributes that differ
.\" parent and child.
.\"
-.TH FORK 2 2014-05-28 "Linux" "Linux Programmer's Manual"
+.TH FORK 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
fork \- create a child process
.SH SYNOPSIS
diff --git a/man2/getpid.2 b/man2/getpid.2
index 089ad9e6d1..a5bf582b96 100644
--- a/man2/getpid.2
+++ b/man2/getpid.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH GETPID 2 2014-09-21 "Linux" "Linux Programmer's Manual"
+.TH GETPID 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
getpid, getppid \- get process identification
.SH SYNOPSIS
diff --git a/man2/getxattr.2 b/man2/getxattr.2
index 7792e4ed8d..95d43c551c 100644
--- a/man2/getxattr.2
+++ b/man2/getxattr.2
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH GETXATTR 2 2014-04-06 "Linux" "Linux Programmer's Manual"
+.TH GETXATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
getxattr, lgetxattr, fgetxattr \- retrieve an extended attribute value
.SH SYNOPSIS
diff --git a/man2/ioctl.2 b/man2/ioctl.2
index 34b3a663f1..ebdbd5a0e9 100644
--- a/man2/ioctl.2
+++ b/man2/ioctl.2
@@ -38,7 +38,7 @@
.\" Modified 1999-06-25 by Rachael Munns <vashti@dream.org.uk>
.\" Modified 2000-09-21 by Andries Brouwer <aeb@cwi.nl>
.\"
-.TH IOCTL 2 2014-12-31 "Linux" "Linux Programmer's Manual"
+.TH IOCTL 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
ioctl \- control device
.SH SYNOPSIS
diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2
index 2986286946..dbb83b81de 100644
--- a/man2/ioctl_fat.2
+++ b/man2/ioctl_fat.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 IOCTl-FAT 2 2015-01-23 "Linux" "Linux Programmer's Manual"
+.TH IOCTl-FAT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH "NAME"
ioctl_fat \- manipulating the FAT filesystem
.SH SYNOPSIS
diff --git a/man2/killpg.2 b/man2/killpg.2
index ee3a1b4400..1124cfb647 100644
--- a/man2/killpg.2
+++ b/man2/killpg.2
@@ -39,7 +39,7 @@
.\" Added notes on CAP_KILL
.\" Modified 2004-06-21 by aeb
.\"
-.TH KILLPG 2 2010-09-20 "Linux" "Linux Programmer's Manual"
+.TH KILLPG 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
killpg \- send signal to a process group
.SH SYNOPSIS
diff --git a/man2/listxattr.2 b/man2/listxattr.2
index 52c32ffb7a..ceee922872 100644
--- a/man2/listxattr.2
+++ b/man2/listxattr.2
@@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH LISTXATTR 2 2014-02-06 "Linux" "Linux Programmer's Manual"
+.TH LISTXATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
listxattr, llistxattr, flistxattr \- list extended attribute names
.SH SYNOPSIS
diff --git a/man2/madvise.2 b/man2/madvise.2
index 67f9a46a32..a3d93bbc31 100644
--- a/man2/madvise.2
+++ b/man2/madvise.2
@@ -32,7 +32,7 @@
.\" 2011-09-18, Doug Goldstein <cardoe@cardoe.com>
.\" Document MADV_HUGEPAGE and MADV_NOHUGEPAGE
.\"
-.TH MADVISE 2 2014-12-31 "Linux" "Linux Programmer's Manual"
+.TH MADVISE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
madvise \- give advice about use of memory
.SH SYNOPSIS
diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2
index 797c1b1309..02f3a83b6f 100644
--- a/man2/migrate_pages.2
+++ b/man2/migrate_pages.2
@@ -15,7 +15,7 @@
.\" permission notice identical to this one.
.\" %%%LICENSE_END
.\"
-.TH MIGRATE_PAGES 2 2012-08-01 "Linux" "Linux Programmer's Manual"
+.TH MIGRATE_PAGES 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
migrate_pages \- move all pages in a process to another set of nodes
.SH SYNOPSIS
diff --git a/man2/modify_ldt.2 b/man2/modify_ldt.2
index 89caad4581..8aa1b64ddf 100644
--- a/man2/modify_ldt.2
+++ b/man2/modify_ldt.2
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH MODIFY_LDT 2 2012-07-13 "Linux" "Linux Programmer's Manual"
+.TH MODIFY_LDT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
modify_ldt \- get or set a per-process LDT entry
.SH SYNOPSIS
diff --git a/man2/mprotect.2 b/man2/mprotect.2
index 8218505014..721b0f8287 100644
--- a/man2/mprotect.2
+++ b/man2/mprotect.2
@@ -36,7 +36,7 @@
.\" PROT_GROWSUP
.\" PROT_SAO (PowerPC)
.\"
-.TH MPROTECT 2 2014-01-05 "Linux" "Linux Programmer's Manual"
+.TH MPROTECT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
mprotect \- set protection on a region of memory
.SH SYNOPSIS
diff --git a/man2/msgget.2 b/man2/msgget.2
index e224a6a29f..017e634272 100644
--- a/man2/msgget.2
+++ b/man2/msgget.2
@@ -32,7 +32,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
-.TH MSGGET 2 2014-04-30 "Linux" "Linux Programmer's Manual"
+.TH MSGGET 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
msgget \- get a System V message queue identifier
.SH SYNOPSIS
diff --git a/man2/msgop.2 b/man2/msgop.2
index e6d15bd412..d1bd212534 100644
--- a/man2/msgop.2
+++ b/man2/msgop.2
@@ -38,7 +38,7 @@
.\"
.\" FIXME Add example programs to this page.
.\"
-.TH MSGOP 2 2014-08-19 "Linux" "Linux Programmer's Manual"
+.TH MSGOP 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
msgrcv, msgsnd \- System V message queue operations
.SH SYNOPSIS
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index 22b00b0e06..01ee579c07 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the
.\" tools/perf/design.txt file, and a lot of bitter experience.
.\"
-.TH PERF_EVENT_OPEN 2 2015-01-10 "Linux" "Linux Programmer's Manual"
+.TH PERF_EVENT_OPEN 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.SH SYNOPSIS
diff --git a/man2/ptrace.2 b/man2/ptrace.2
index c5b1b19f47..2ef666f6d5 100644
--- a/man2/ptrace.2
+++ b/man2/ptrace.2
@@ -43,7 +43,7 @@
.\" 2015-01, Kees Cook <keescook@chromium.org>
.\" Added PTRACE_O_TRACESECCOMP, PTRACE_EVENT_SECCOMP
.\"
-.TH PTRACE 2 2015-01-22 "Linux" "Linux Programmer's Manual"
+.TH PTRACE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
ptrace \- process trace
.SH SYNOPSIS
diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2
index cd449ae3e9..dff8e6d407 100644
--- a/man2/sched_setattr.2
+++ b/man2/sched_setattr.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SCHED_SETATTR 2 2014-10-02 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setattr, sched_getattr \-
set and get scheduling policy and attributes
diff --git a/man2/semget.2 b/man2/semget.2
index 5e08c956cc..c28abbad6a 100644
--- a/man2/semget.2
+++ b/man2/semget.2
@@ -33,7 +33,7 @@
.\" Rewrote BUGS note about semget()'s failure to initialize
.\" semaphore values
.\"
-.TH SEMGET 2 2014-05-21 "Linux" "Linux Programmer's Manual"
+.TH SEMGET 2 2015-02-21 "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 9c5482f82f..17cf214bc0 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 2014-12-31 "Linux" "Linux Programmer's Manual"
+.TH SEMOP 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
semop, semtimedop \- System V semaphore operations
.SH SYNOPSIS
diff --git a/man2/sendfile.2 b/man2/sendfile.2
index fcc272482c..fd76d70366 100644
--- a/man2/sendfile.2
+++ b/man2/sendfile.2
@@ -16,7 +16,7 @@
.\"
.\" 2005-03-31 Martin Pool <mbp@sourcefrog.net> mmap() improvements
.\"
-.TH SENDFILE 2 2011-09-14 "Linux" "Linux Programmer's Manual"
+.TH SENDFILE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
sendfile \- transfer data between file descriptors
.SH SYNOPSIS
diff --git a/man2/set_thread_area.2 b/man2/set_thread_area.2
index 4fee8c530a..207b38fa8c 100644
--- a/man2/set_thread_area.2
+++ b/man2/set_thread_area.2
@@ -6,7 +6,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
-.TH SET_THREAD_AREA 2 2015-01-29 "Linux" "Linux Programmer's Manual"
+.TH SET_THREAD_AREA 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
set_thread_area \- set a GDT entry for thread-local storage
.SH SYNOPSIS
diff --git a/man2/setxattr.2 b/man2/setxattr.2
index d228c46812..243ce15973 100644
--- a/man2/setxattr.2
+++ b/man2/setxattr.2
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH SETXATTR 2 2014-02-06 "Linux" "Linux Programmer's Manual"
+.TH SETXATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
setxattr, lsetxattr, fsetxattr \- set an extended attribute value
.SH SYNOPSIS
diff --git a/man2/stat.2 b/man2/stat.2
index c3357ff3d9..16c754834e 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 2014-08-19 "Linux" "Linux Programmer's Manual"
+.TH STAT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS
diff --git a/man2/statfs.2 b/man2/statfs.2
index d64cfcbade..b512fd665f 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 2014-06-13 "Linux" "Linux Programmer's Manual"
+.TH STATFS 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
statfs, fstatfs \- get filesystem statistics
.SH SYNOPSIS
diff --git a/man2/wait.2 b/man2/wait.2
index bbdf676dae..e9ee6bad5c 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 2014-08-19 "Linux" "Linux Programmer's Manual"
+.TH WAIT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS
diff --git a/man2/wait4.2 b/man2/wait4.2
index 2825ba86bf..dd5ee17b33 100644
--- a/man2/wait4.2
+++ b/man2/wait4.2
@@ -30,7 +30,7 @@
.\" Rewrote much of this page, and removed much duplicated text,
.\" replacing with pointers to wait.2
.\"
-.TH WAIT4 2 2012-09-23 "Linux" "Linux Programmer's Manual"
+.TH WAIT4 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
wait3, wait4 \- wait for process to change state, BSD style
.SH SYNOPSIS