aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-02-02 07:38:54 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-02-02 07:38:54 +0100
commit8538a62b4cb2728df58aab513302c4e0fd4be9ee (patch)
tree1c5da11b660fe5fa7b5c02008895af6fcf61c878 /man2
parent4a2088375eeebec1dad42aebadffa1f9b8a9eae8 (diff)
downloadman-pages-8538a62b4cb2728df58aab513302c4e0fd4be9ee.tar.gz
iconv.1, bpf.2, copy_file_range.2, fcntl.2, memfd_create.2, mlock.2, mount.2, mprotect.2, perf_event_open.2, pkey_alloc.2, prctl.2, read.2, recvmmsg.2, s390_sthyi.2, seccomp.2, sendmmsg.2, syscalls.2, unshare.2, write.2, errno.3, fgetpwent.3, fts.3, pthread_rwlockattr_setkind_np.3, fuse.4, veth.4, capabilities.7, cgroups.7, ip.7, man-pages.7, namespaces.7, network_namespaces.7, sched.7, socket.7, user_namespaces.7, iconvconfig.8: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/bpf.22
-rw-r--r--man2/copy_file_range.22
-rw-r--r--man2/fcntl.22
-rw-r--r--man2/memfd_create.22
-rw-r--r--man2/mlock.22
-rw-r--r--man2/mount.22
-rw-r--r--man2/mprotect.22
-rw-r--r--man2/perf_event_open.22
-rw-r--r--man2/pkey_alloc.22
-rw-r--r--man2/prctl.22
-rw-r--r--man2/read.22
-rw-r--r--man2/recvmmsg.22
-rw-r--r--man2/s390_sthyi.22
-rw-r--r--man2/seccomp.22
-rw-r--r--man2/sendmmsg.22
-rw-r--r--man2/syscalls.22
-rw-r--r--man2/unshare.22
-rw-r--r--man2/write.22
18 files changed, 18 insertions, 18 deletions
diff --git a/man2/bpf.2 b/man2/bpf.2
index 3beb1f0d92..87fe031627 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH BPF 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH BPF 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
bpf \- perform a command on an extended BPF map or program
.SH SYNOPSIS
diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2
index a836ce5cc7..2a7e18d17f 100644
--- a/man2/copy_file_range.2
+++ b/man2/copy_file_range.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH COPY_FILE_RANGE 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH COPY_FILE_RANGE 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
copy_file_range \- Copy a range of data from one file to another
.SH SYNOPSIS
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index b1f6952612..90669a324f 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -65,7 +65,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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH FCNTL 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
index c239952961..678814285c 100644
--- a/man2/memfd_create.2
+++ b/man2/memfd_create.2
@@ -18,7 +18,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH MEMFD_CREATE 2 2017-09-15 Linux "Linux Programmer's Manual"
+.TH MEMFD_CREATE 2 2018-02-02 Linux "Linux Programmer's Manual"
.SH NAME
memfd_create \- create an anonymous file
.SH SYNOPSIS
diff --git a/man2/mlock.2 b/man2/mlock.2
index e56edc8a78..f3f3c8abdb 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH MLOCK 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH MLOCK 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory
.SH SYNOPSIS
diff --git a/man2/mount.2 b/man2/mount.2
index ded36b5c34..db45306da8 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 2017-07-13 "Linux" "Linux Programmer's Manual"
+.TH MOUNT 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
mount \- mount filesystem
.SH SYNOPSIS
diff --git a/man2/mprotect.2 b/man2/mprotect.2
index 23812c47af..10e32a4d1c 100644
--- a/man2/mprotect.2
+++ b/man2/mprotect.2
@@ -30,7 +30,7 @@
.\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and
.\" a much improved example program.
.\"
-.TH MPROTECT 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH MPROTECT 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
mprotect, pkey_mprotect \- set protection on a region of memory
.SH SYNOPSIS
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index c167b84241..3e755d89d0 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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH PERF_EVENT_OPEN 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.SH SYNOPSIS
diff --git a/man2/pkey_alloc.2 b/man2/pkey_alloc.2
index 792e9f4ba1..e2a5fb87e5 100644
--- a/man2/pkey_alloc.2
+++ b/man2/pkey_alloc.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and author of this work.
.\" %%%LICENSE_END
.\"
-.TH PKEY_ALLOC 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH PKEY_ALLOC 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
pkey_alloc, pkey_free \- allocate or free a protection key
.SH SYNOPSIS
diff --git a/man2/prctl.2 b/man2/prctl.2
index 31a3a74ce1..54764d8818 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -51,7 +51,7 @@
.\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT
.\"
.\"
-.TH PRCTL 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH PRCTL 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
prctl \- operations on a process
.SH SYNOPSIS
diff --git a/man2/read.2 b/man2/read.2
index 0fea86e523..6e5123fa4f 100644
--- a/man2/read.2
+++ b/man2/read.2
@@ -32,7 +32,7 @@
.\" Modified Sat Jul 12 20:45:39 1997 by Michael Haardt
.\" <michael@cantor.informatik.rwth-aachen.de>
.\"
-.TH READ 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH READ 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
read \- read from a file descriptor
.SH SYNOPSIS
diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2
index 7a1be57873..f20ce00a86 100644
--- a/man2/recvmmsg.2
+++ b/man2/recvmmsg.2
@@ -28,7 +28,7 @@
.\" Author: Arnaldo Carvalho de Melo <acme@redhat.com>
.\" Date: Mon Oct 12 23:40:10 2009 -0700
.\"
-.TH RECVMMSG 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH RECVMMSG 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
recvmmsg \- receive multiple messages on a socket
.SH SYNOPSIS
diff --git a/man2/s390_sthyi.2 b/man2/s390_sthyi.2
index 21a0de6ced..cd106501eb 100644
--- a/man2/s390_sthyi.2
+++ b/man2/s390_sthyi.2
@@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
-.TH S390_STHYI 2 2017-09-21 "Linux Programmer's Manual"
+.TH S390_STHYI 2 2018-02-02 "Linux Programmer's Manual"
.SH NAME
s390_sthyi \- emulate STHYI instruction
.SH SYNOPSIS
diff --git a/man2/seccomp.2 b/man2/seccomp.2
index c7d95032d4..febbd80438 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -25,7 +25,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SECCOMP 2 2017-11-13 "Linux" "Linux Programmer's Manual"
+.TH SECCOMP 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
seccomp \- operate on Secure Computing state of the process
.SH SYNOPSIS
diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2
index a846849831..1332ff2cba 100644
--- a/man2/sendmmsg.2
+++ b/man2/sendmmsg.2
@@ -25,7 +25,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SENDMMSG 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SENDMMSG 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
sendmmsg \- send multiple messages on a socket
.SH SYNOPSIS
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 76b19a2aac..9bcf7c210c 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 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
diff --git a/man2/unshare.2 b/man2/unshare.2
index 11eba9038a..f0a0f0ec55 100644
--- a/man2/unshare.2
+++ b/man2/unshare.2
@@ -17,7 +17,7 @@
.\" by clone, which would require porting and maintaining all commands
.\" such as login, and su, that establish a user session.
.\"
-.TH UNSHARE 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH UNSHARE 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
unshare \- disassociate parts of the process execution context
.SH SYNOPSIS
diff --git a/man2/write.2 b/man2/write.2
index 621a484dc3..f8a94f3ffc 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -36,7 +36,7 @@
.\" gave some examples of why this might occur.
.\" Noted what happens if write() is interrupted by a signal.
.\"
-.TH WRITE 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH WRITE 2 2018-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
write \- write to a file descriptor
.SH SYNOPSIS