diff options
Diffstat (limited to 'man2')
116 files changed, 116 insertions, 116 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2 index 207e2c0340..fd24aeb350 100644 --- a/man2/_exit.2 +++ b/man2/_exit.2 @@ -26,7 +26,7 @@ .\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified 2001-11-17, aeb .\" -.TH _EXIT 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH _EXIT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME _exit, _Exit \- terminate the calling process .SH SYNOPSIS diff --git a/man2/accept.2 b/man2/accept.2 index 0bc5bf77a6..f04ad9fe2d 100644 --- a/man2/accept.2 +++ b/man2/accept.2 @@ -38,7 +38,7 @@ .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" 2008-12-04, mtk, Add documentation of accept4() .\" -.TH ACCEPT 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH ACCEPT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME accept, accept4 \- accept a connection on a socket .SH SYNOPSIS diff --git a/man2/access.2 b/man2/access.2 index 2b9a2db12e..7e55807379 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH ACCESS 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME access, faccessat \- check user's permissions for a file .SH SYNOPSIS diff --git a/man2/acct.2 b/man2/acct.2 index a90dd9a3cf..7f0e247696 100644 --- a/man2/acct.2 +++ b/man2/acct.2 @@ -28,7 +28,7 @@ .\" Modified 1998-11-04 by Tigran Aivazian <tigran@sco.com> .\" Modified 2004-05-27, 2004-06-17, 2004-06-23 by Michael Kerrisk .\" -.TH ACCT 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH ACCT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME acct \- switch process accounting on or off .SH SYNOPSIS diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index adcfbcabe5..e1df74660a 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2 @@ -26,7 +26,7 @@ .\" Modified 1997-07-30 by Paul Slootman <paul@wurtel.demon.nl> .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH ADJTIMEX 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH ADJTIMEX 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME adjtimex, ntp_adjtime \- tune kernel clock .SH SYNOPSIS diff --git a/man2/bdflush.2 b/man2/bdflush.2 index 7101efb13a..84f805ad8a 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -24,7 +24,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH BDFLUSH 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH BDFLUSH 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME bdflush \- start, flush, or tune buffer-dirty-flush daemon .SH SYNOPSIS diff --git a/man2/bind.2 b/man2/bind.2 index e12fb0a60d..b5ec890d33 100644 --- a/man2/bind.2 +++ b/man2/bind.2 @@ -65,7 +65,7 @@ .\" $Id: bind.2,v 1.3 1999/04/23 19:56:07 freitag Exp $ .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH BIND 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH BIND 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME bind \- bind a name to a socket .SH SYNOPSIS diff --git a/man2/bpf.2 b/man2/bpf.2 index c81b1d9394..198318d52d 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH BPF 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME bpf - perform a command on an extended BPF map or program .SH SYNOPSIS diff --git a/man2/brk.2 b/man2/brk.2 index 216728fbe6..00f522d5a6 100644 --- a/man2/brk.2 +++ b/man2/brk.2 @@ -26,7 +26,7 @@ .\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith <faith@cs.unc.edu> .\" -.TH BRK 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH BRK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME brk, sbrk \- change data segment size .SH SYNOPSIS diff --git a/man2/chdir.2 b/man2/chdir.2 index 86199ea030..1c8c08dfbd 100644 --- a/man2/chdir.2 +++ b/man2/chdir.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 CHDIR 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH CHDIR 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME chdir, fchdir \- change working directory .SH SYNOPSIS diff --git a/man2/chmod.2 b/man2/chmod.2 index 61b7e4850d..4a9908d2c1 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -29,7 +29,7 @@ .\" <michael@cantor.informatik.rwth-aachen.de>: NFS details .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH CHMOD 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH CHMOD 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME chmod, fchmod, fchmodat \- change permissions of a file .SH SYNOPSIS diff --git a/man2/chown.2 b/man2/chown.2 index 11ba41dc73..777d663044 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -35,7 +35,7 @@ .\" (bsdgroups versus sysvgroups, and the effect of the parent .\" directory's set-group-ID mode bit). .\" -.TH CHOWN 2 2015-05-07 "Linux" "Linux Programmer's Manual" +.TH CHOWN 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME chown, fchown, lchown, fchownat \- change ownership of a file .SH SYNOPSIS diff --git a/man2/chroot.2 b/man2/chroot.2 index 209847b42f..b8432d429e 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH CHROOT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME chroot \- change root directory .SH SYNOPSIS diff --git a/man2/clock_nanosleep.2 b/man2/clock_nanosleep.2 index 5188b6a761..ccd163735f 100644 --- a/man2/clock_nanosleep.2 +++ b/man2/clock_nanosleep.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH CLOCK_NANOSLEEP 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH CLOCK_NANOSLEEP 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME clock_nanosleep \- high-resolution sleep with specifiable clock .SH SYNOPSIS diff --git a/man2/clone.2 b/man2/clone.2 index a9c8be36cf..8373700414 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2 \- create a child process .SH SYNOPSIS diff --git a/man2/close.2 b/man2/close.2 index 5758ae5696..c9d61aa915 100644 --- a/man2/close.2 +++ b/man2/close.2 @@ -32,7 +32,7 @@ .\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org> .\" added note about close(2) not guaranteeing that data is safe on close. .\" -.TH CLOSE 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH CLOSE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME close \- close a file descriptor .SH SYNOPSIS diff --git a/man2/connect.2 b/man2/connect.2 index ebdb13fcdc..db2245c174 100644 --- a/man2/connect.2 +++ b/man2/connect.2 @@ -64,7 +64,7 @@ .\" Modified 1998, 1999 by Andi Kleen .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH CONNECT 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH CONNECT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME connect \- initiate a connection on a socket .SH SYNOPSIS diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2 index fee7b86d49..1e8c1e85b7 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 2 2015-11-06 "Linux" "Linux Programmer's Manual" +.TH COPY 2 2016-03-15 "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/create_module.2 b/man2/create_module.2 index 416fa72cce..c28edfe3b4 100644 --- a/man2/create_module.2 +++ b/man2/create_module.2 @@ -7,7 +7,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH CREATE_MODULE 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH CREATE_MODULE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME create_module \- create a loadable module entry .SH SYNOPSIS diff --git a/man2/delete_module.2 b/man2/delete_module.2 index d7d28d1e44..841c327c94 100644 --- a/man2/delete_module.2 +++ b/man2/delete_module.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH DELETE_MODULE 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH DELETE_MODULE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME delete_module \- unload a kernel module .SH SYNOPSIS diff --git a/man2/dup.2 b/man2/dup.2 index 5fe7751bb5..c05828fe87 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -34,7 +34,7 @@ .\" details for dup2(). .\" 2008-10-09, mtk: add description of dup3() .\" -.TH DUP 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH DUP 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME dup, dup2, dup3 \- duplicate a file descriptor .SH SYNOPSIS diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index edf02e9a81..41c5822f30 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -17,7 +17,7 @@ .\" <http://www.gnu.org/licenses/>. .\" %%%LICENSE_END .\" -.TH EPOLL_CTL 2 2015-05-07 "Linux" "Linux Programmer's Manual" +.TH EPOLL_CTL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME epoll_ctl \- control interface for an epoll file descriptor .SH SYNOPSIS diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 85120671cb..da702ebf4e 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -19,7 +19,7 @@ .\" .\" 2008-10-10, mtk: describe eventfd2(), and EFD_NONBLOCK and EFD_CLOEXEC .\" -.TH EVENTFD 2 2015-12-28 Linux "Linux Programmer's Manual" +.TH EVENTFD 2 2016-03-15 Linux "Linux Programmer's Manual" .SH NAME eventfd \- create a file descriptor for event notification .SH SYNOPSIS diff --git a/man2/execve.2 b/man2/execve.2 index 1ca3b97fcb..73657d1331 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-12-28 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 9dbaffb267..54d634096a 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -8,7 +8,7 @@ .\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE .\" 2011-09-19: Substantial restructuring of the page .\" -.TH FALLOCATE 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH FALLOCATE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME fallocate \- manipulate file space .SH SYNOPSIS diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 index 97fc22b7c5..5883573a91 100644 --- a/man2/fanotify_init.2 +++ b/man2/fanotify_init.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 FANOTIFY_INIT 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH FANOTIFY_INIT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME fanotify_init \- create and initialize fanotify group .SH SYNOPSIS diff --git a/man2/fcntl.2 b/man2/fcntl.2 index dc487a8974..675ded7686 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-12-28 "Linux" "Linux Programmer's Manual" +.TH FCNTL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME fcntl \- manipulate file descriptor .SH SYNOPSIS diff --git a/man2/flock.2 b/man2/flock.2 index 9decc4f84f..da902c9424 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -32,7 +32,7 @@ .\" FIXME Maybe document LOCK_MAND, LOCK_RW, LOCK_READ, LOCK_WRITE .\" which only have effect for SAMBA. .\" -.TH FLOCK 2 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH FLOCK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME flock \- apply or remove an advisory lock on an open file .SH SYNOPSIS diff --git a/man2/fork.2 b/man2/fork.2 index 7c79097748..559a47f66f 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 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH FORK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME fork \- create a child process .SH SYNOPSIS diff --git a/man2/fsync.2 b/man2/fsync.2 index d1e34f3611..76dcf96b1a 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -35,7 +35,7 @@ .\" 2006-04-28, mtk, substantial rewrite of various parts. .\" 2012-02-27 Various changes by Christoph Hellwig <hch@lst.de> .\" -.TH FSYNC 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH FSYNC 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME fsync, fdatasync \- synchronize a file's in-core state with storage device .SH SYNOPSIS diff --git a/man2/futex.2 b/man2/futex.2 index aad1e6bf63..3be94f137d 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -19,7 +19,7 @@ .\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail .\" at http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242 .\" -.TH FUTEX 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH FUTEX 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME futex \- fast user-space locking .SH SYNOPSIS diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2 index 4f0b690880..f2d231c4af 100644 --- a/man2/get_kernel_syms.2 +++ b/man2/get_kernel_syms.2 @@ -7,7 +7,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH GET_KERNEL_SYMS 2 2012-10-18 "Linux" "Linux Programmer's Manual" +.TH GET_KERNEL_SYMS 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME get_kernel_syms \- retrieve exported kernel and module symbols .SH SYNOPSIS diff --git a/man2/getdomainname.2 b/man2/getdomainname.2 index dfe781a813..33aadc316f 100644 --- a/man2/getdomainname.2 +++ b/man2/getdomainname.2 @@ -26,7 +26,7 @@ .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2008-11-27 by mtk .\" -.TH GETDOMAINNAME 2 2012-10-25 "Linux" "Linux Programmer's Manual" +.TH GETDOMAINNAME 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME getdomainname, setdomainname \- get/set NIS domain name .SH SYNOPSIS diff --git a/man2/getgroups.2 b/man2/getgroups.2 index 305341805e..7216f59620 100644 --- a/man2/getgroups.2 +++ b/man2/getgroups.2 @@ -29,7 +29,7 @@ .\" 2008-05-03, mtk, expanded and rewrote parts of DESCRIPTION and RETURN .\" VALUE, made style of page more consistent with man-pages style. .\" -.TH GETGROUPS 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH GETGROUPS 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME getgroups, setgroups \- get/set list of supplementary group IDs .SH SYNOPSIS diff --git a/man2/gethostname.2 b/man2/gethostname.2 index 032107938c..ea7d906c5d 100644 --- a/man2/gethostname.2 +++ b/man2/gethostname.2 @@ -29,7 +29,7 @@ .\" Modified 2004-06-17 by mtk .\" Modified 2008-11-27 by mtk .\" -.TH GETHOSTNAME 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH GETHOSTNAME 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME gethostname, sethostname \- get/set hostname .SH SYNOPSIS diff --git a/man2/getpagesize.2 b/man2/getpagesize.2 index cb58ffa974..8b71210cc1 100644 --- a/man2/getpagesize.2 +++ b/man2/getpagesize.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETPAGESIZE 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH GETPAGESIZE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME getpagesize \- get memory page size .SH SYNOPSIS diff --git a/man2/getpeername.2 b/man2/getpeername.2 index b2f780a915..89f76a0dd9 100644 --- a/man2/getpeername.2 +++ b/man2/getpeername.2 @@ -39,7 +39,7 @@ .\" Modified 17 Jul 2002, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added 'socket' to NAME, so that "man -k socket" will show this page. .\" -.TH GETPEERNAME 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH GETPEERNAME 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME getpeername \- get name of connected peer socket .SH SYNOPSIS diff --git a/man2/getsid.2 b/man2/getsid.2 index 25d1ef5e2d..7d725d2dbc 100644 --- a/man2/getsid.2 +++ b/man2/getsid.2 @@ -23,7 +23,7 @@ .\" .\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond <esr@y\thyrsus.com> .\" Modified 2001-12-17, aeb -.TH GETSID 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH GETSID 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME getsid \- get session ID .SH SYNOPSIS diff --git a/man2/getsockname.2 b/man2/getsockname.2 index 6b1acf6e77..c6c8ca46a3 100644 --- a/man2/getsockname.2 +++ b/man2/getsockname.2 @@ -37,7 +37,7 @@ .\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified Sun Mar 28 21:26:46 1999 by Andries Brouwer <aeb@cwi.nl> .\" -.TH GETSOCKNAME 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH GETSOCKNAME 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME getsockname \- get socket name .SH SYNOPSIS diff --git a/man2/getsockopt.2 b/man2/getsockopt.2 index 4e612c96e2..c1672b4173 100644 --- a/man2/getsockopt.2 +++ b/man2/getsockopt.2 @@ -41,7 +41,7 @@ .\" Modified 1999 by Andi Kleen <ak@muc.de>. .\" Removed most stuff because it is in socket.7 now. .\" -.TH GETSOCKOPT 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH GETSOCKOPT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME getsockopt, setsockopt \- get and set options on sockets .SH SYNOPSIS diff --git a/man2/gettimeofday.2 b/man2/gettimeofday.2 index 5a8b71f047..465c25e869 100644 --- a/man2/gettimeofday.2 +++ b/man2/gettimeofday.2 @@ -37,7 +37,7 @@ .\" Modified, 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirement. .\" -.TH GETTIMEOFDAY 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH GETTIMEOFDAY 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME gettimeofday, settimeofday \- get / set time .SH SYNOPSIS diff --git a/man2/init_module.2 b/man2/init_module.2 index b73e835a0e..60b505646a 100644 --- a/man2/init_module.2 +++ b/man2/init_module.2 @@ -24,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH INIT_MODULE 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH INIT_MODULE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME init_module, finit_module \- load a kernel module .SH SYNOPSIS diff --git a/man2/ioctl.2 b/man2/ioctl.2 index 9a9cc1556e..eacf4fb134 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 2015-05-07 "Linux" "Linux Programmer's Manual" +.TH IOCTL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME ioctl \- control device .SH SYNOPSIS diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2 index 2cfbb126eb..0165c77f4c 100644 --- a/man2/ioctl_list.2 +++ b/man2/ioctl_list.2 @@ -28,7 +28,7 @@ .\" <mtk.manpages@gmail.com>: .\" Various formatting improvements .\" -.TH IOCTL_LIST 2 2015-03-29 "Linux" "Linux Programmer's Manual" +.TH IOCTL_LIST 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME ioctl_list \- list of ioctl calls in Linux/i386 kernel .SH DESCRIPTION diff --git a/man2/ioperm.2 b/man2/ioperm.2 index 6171e1c870..d1bc4f92ec 100644 --- a/man2/ioperm.2 +++ b/man2/ioperm.2 @@ -31,7 +31,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirements .\" -.TH IOPERM 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH IOPERM 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME ioperm \- set port input/output permissions .SH SYNOPSIS diff --git a/man2/iopl.2 b/man2/iopl.2 index 86f524266f..de322e3fae 100644 --- a/man2/iopl.2 +++ b/man2/iopl.2 @@ -30,7 +30,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirements .\" -.TH IOPL 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH IOPL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME iopl \- change I/O privilege level .SH SYNOPSIS diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index ad47a725cf..6f5d1c0ef8 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -24,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH KEXEC_LOAD 2 2015-02-01 "Linux" "Linux Programmer's Manual" +.TH KEXEC_LOAD 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME kexec_load, kexec_file_load \- load a new kernel for later execution .SH SYNOPSIS diff --git a/man2/kill.2 b/man2/kill.2 index 99459adf61..507e1bf986 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -41,7 +41,7 @@ .\" Modified 2004-06-24 by aeb .\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr .\" -.TH KILL 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH KILL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME kill \- send signal to a process .SH SYNOPSIS diff --git a/man2/killpg.2 b/man2/killpg.2 index 5e85acb6d1..bf63143c6d 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH KILLPG 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME killpg \- send signal to a process group .SH SYNOPSIS diff --git a/man2/link.2 b/man2/link.2 index 870f4c0efa..7b6b98a58c 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 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH LINK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME link, linkat \- make a new name for a file .SH SYNOPSIS diff --git a/man2/listen.2 b/man2/listen.2 index 4fba78b48f..c7e2ff8963 100644 --- a/man2/listen.2 +++ b/man2/listen.2 @@ -42,7 +42,7 @@ .\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com> .\" .\" -.TH LISTEN 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH LISTEN 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME listen \- listen for connections on a socket .SH SYNOPSIS diff --git a/man2/llseek.2 b/man2/llseek.2 index 79012c0a3b..fa2bd12c01 100644 --- a/man2/llseek.2 +++ b/man2/llseek.2 @@ -25,7 +25,7 @@ .\" .\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond <esr@thyrsus.com> .\" -.TH LLSEEK 2 2015-04-19 "Linux" "Linux Programmer's Manual" +.TH LLSEEK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME _llseek \- reposition read/write file offset .SH SYNOPSIS diff --git a/man2/lseek.2 b/man2/lseek.2 index da4475e0d7..460d317500 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -44,7 +44,7 @@ .\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl> .\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE .\" -.TH LSEEK 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH LSEEK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME lseek \- reposition read/write file offset .SH SYNOPSIS diff --git a/man2/madvise.2 b/man2/madvise.2 index 6e713f9111..caeee38530 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 2015-04-19 "Linux" "Linux Programmer's Manual" +.TH MADVISE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME madvise \- give advice about use of memory .SH SYNOPSIS diff --git a/man2/memfd_create.2 b/man2/memfd_create.2 index e374604cab..7d8cc515c0 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 2015-12-28 Linux "Linux Programmer's Manual" +.TH MEMFD_CREATE 2 2016-03-15 Linux "Linux Programmer's Manual" .SH NAME memfd_create \- create an anonymous file .SH SYNOPSIS diff --git a/man2/mincore.2 b/man2/mincore.2 index e4f7093c4e..684e49f84a 100644 --- a/man2/mincore.2 +++ b/man2/mincore.2 @@ -31,7 +31,7 @@ .\" after message from <gordon.jin@intel.com> .\" 2007-01-08 mtk, rewrote various parts .\" -.TH MINCORE 2 2008-04-22 "Linux" "Linux Programmer's Manual" +.TH MINCORE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME mincore \- determine whether pages are resident in memory .SH SYNOPSIS diff --git a/man2/mkdir.2 b/man2/mkdir.2 index 0ee6e9a9a7..afffa1e7e7 100644 --- a/man2/mkdir.2 +++ b/man2/mkdir.2 @@ -8,7 +8,7 @@ .\" Public License. It comes with NO WARRANTY. .\" %%%LICENSE_END .\" -.TH MKDIR 2 2015-05-07 "Linux" "Linux Programmer's Manual" +.TH MKDIR 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME mkdir, mkdirat \- create a directory .SH SYNOPSIS diff --git a/man2/mknod.2 b/man2/mknod.2 index b960601d0d..06fb0f933e 100644 --- a/man2/mknod.2 +++ b/man2/mknod.2 @@ -12,7 +12,7 @@ .\" Modified 2003-04-23 by Michael Kerrisk .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH MKNOD 2 2015-05-07 "Linux" "Linux Programmer's Manual" +.TH MKNOD 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME mknod, mknodat \- create a special or ordinary file .SH SYNOPSIS diff --git a/man2/mmap.2 b/man2/mmap.2 index ff9aa989a6..0f2f27757c 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 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH MMAP 2 2016-03-15 "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 1a7332b8df..25ef174312 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 2015-04-19 "Linux" "Linux Programmer's Manual" +.TH MOUNT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME mount \- mount filesystem .SH SYNOPSIS diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index 7ab6c0199a..fce8c6639e 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -31,7 +31,7 @@ .\" NOTES: describe case where clock_nanosleep() can be preferable. .\" NOTES: describe CLOCK_REALTIME versus CLOCK_NANOSLEEP .\" Replace crufty discussion of HZ with a pointer to time(7). -.TH NANOSLEEP 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH NANOSLEEP 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME nanosleep \- high-resolution sleep .SH SYNOPSIS diff --git a/man2/nice.2 b/man2/nice.2 index b79d26004c..dd305328ab 100644 --- a/man2/nice.2 +++ b/man2/nice.2 @@ -28,7 +28,7 @@ .\" Modified 2001-06-04 by aeb .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH NICE 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH NICE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME nice \- change process priority .SH SYNOPSIS diff --git a/man2/open.2 b/man2/open.2 index 52acbc938d..0ff08657a6 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -48,7 +48,7 @@ .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and .\" O_TTYINIT. Eventually these may need to be documented. --mtk .\" -.TH OPEN 2 2015-12-05 "Linux" "Linux Programmer's Manual" +.TH OPEN 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME open, openat, creat \- open and possibly create a file .SH SYNOPSIS diff --git a/man2/personality.2 b/man2/personality.2 index ee47631aad..67918dda70 100644 --- a/man2/personality.2 +++ b/man2/personality.2 @@ -30,7 +30,7 @@ .\" changed prototype, documented 0xffffffff, aeb, 030101 .\" Modified 2004-11-03 patch from Martin Schulze <joey@infodrom.org> .\" -.TH PERSONALITY 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH PERSONALITY 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME personality \- set the process execution domain .SH SYNOPSIS diff --git a/man2/pipe.2 b/man2/pipe.2 index 9ed29056c9..88835cab8f 100644 --- a/man2/pipe.2 +++ b/man2/pipe.2 @@ -33,7 +33,7 @@ .\" to EXAMPLE text. .\" 2008-10-10, mtk: add description of pipe2() .\" -.TH PIPE 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH PIPE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME pipe, pipe2 \- create pipe .SH SYNOPSIS diff --git a/man2/poll.2 b/man2/poll.2 index bb1dba169a..26bb10dd63 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -28,7 +28,7 @@ .\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and .\" formatting changes. .\" -.TH POLL 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH POLL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME poll, ppoll \- wait for some event on a file descriptor .SH SYNOPSIS diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 index 68ef985c77..dee3ea8622 100644 --- a/man2/posix_fadvise.2 +++ b/man2/posix_fadvise.2 @@ -25,7 +25,7 @@ .\" 2005-04-08 mtk, noted kernel version and added BUGS .\" 2010-10-09, mtk, document arm_fadvise64_64() .\" -.TH POSIX_FADVISE 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH POSIX_FADVISE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME posix_fadvise \- predeclare an access pattern for file data .SH SYNOPSIS diff --git a/man2/read.2 b/man2/read.2 index c6561cd4e5..4508941dc8 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH READ 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME read \- read from a file descriptor .SH SYNOPSIS diff --git a/man2/readahead.2 b/man2/readahead.2 index c52b86ce07..78c58cea05 100644 --- a/man2/readahead.2 +++ b/man2/readahead.2 @@ -25,7 +25,7 @@ .\" 2004-05-40 Created by Michael Kerrisk <mtk.manpages@gmail.com> .\" 2004-10-05 aeb, minor correction .\" -.TH READAHEAD 2 2014-03-15 "Linux" "Linux Programmer's Manual" +.TH READAHEAD 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME readahead \- initiate file readahead into page cache .SH SYNOPSIS diff --git a/man2/readlink.2 b/man2/readlink.2 index 3332d5af9b..604697d47d 100644 --- a/man2/readlink.2 +++ b/man2/readlink.2 @@ -41,7 +41,7 @@ .\" 2011-09-20, Guillem Jover <guillem@hadrons.org>: .\" Added text on dynamically allocating buffer + example program .\" -.TH READLINK 2 2014-10-15 "Linux" "Linux Programmer's Manual" +.TH READLINK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME readlink, readlinkat \- read value of a symbolic link .SH SYNOPSIS diff --git a/man2/readv.2 b/man2/readv.2 index 93f2b6fc9f..0d0ec415c9 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH READV 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME readv, writev, preadv, pwritev \- read or write data into multiple buffers .SH SYNOPSIS diff --git a/man2/recv.2 b/man2/recv.2 index af5e744e0e..a90f66b7f9 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -38,7 +38,7 @@ .\" Modified 1998,1999 by Andi Kleen .\" 2001-06-19 corrected SO_EE_OFFENDER, bug report by James Hawtin .\" -.TH RECV 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH RECV 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME recv, recvfrom, recvmsg \- receive a message from a socket .SH SYNOPSIS diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2 index 9031945c31..944273435e 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 2014-06-13 "Linux" "Linux Programmer's Manual" +.TH RECVMMSG 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME recvmmsg \- receive multiple messages on a socket .SH SYNOPSIS diff --git a/man2/rename.2 b/man2/rename.2 index f4b340ada4..30242af8e4 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -30,7 +30,7 @@ .\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt <michael@moria.de> .\" 2007-03-25, mtk, added various text to DESCRIPTION. .\" -.TH RENAME 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH RENAME 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME rename, renameat, renameat2 \- change the name or location of a file .SH SYNOPSIS diff --git a/man2/request_key.2 b/man2/request_key.2 index 74fa03da67..df9374fd6b 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -8,7 +8,7 @@ .\" 2 of the License, or (at your option) any later version. .\" %%%LICENSE_END .\" -.TH REQUEST_KEY 2 2015-05-07 Linux "Linux Key Management Calls" +.TH REQUEST_KEY 2 2016-03-15 Linux "Linux Key Management Calls" .SH NAME request_key \- request a key from the kernel's key management facility .SH SYNOPSIS diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index b3ff42dc74..04e22fb3d1 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -31,7 +31,7 @@ .\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a .\" separate CPU_SET(3) page. .\" -.TH SCHED_SETAFFINITY 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SCHED_SETAFFINITY 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sched_setaffinity, sched_getaffinity \- \ set and get a thread's CPU affinity mask diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index 29e0fe3ac4..8bfc77d3c6 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SCHED_SETATTR 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sched_setattr, sched_getattr \- set and get scheduling policy and attributes diff --git a/man2/select.2 b/man2/select.2 index 4705dd3988..1a5d36a91e 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -35,7 +35,7 @@ .\" 2005-03-11, mtk, modified pselect() text (it is now a system .\" call in 2.6.16. .\" -.TH SELECT 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SELECT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- synchronous I/O multiplexing diff --git a/man2/select_tut.2 b/man2/select_tut.2 index 148bb8994b..25dd3c6f58 100644 --- a/man2/select_tut.2 +++ b/man2/select_tut.2 @@ -29,7 +29,7 @@ .\" various other changes .\" 2008-01-26, mtk, substantial changes and rewrites .\" -.TH SELECT_TUT 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH SELECT_TUT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- synchronous I/O multiplexing diff --git a/man2/semctl.2 b/man2/semctl.2 index 6fa976c886..552f6c7371 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -38,7 +38,7 @@ .\" Added semid_ds and ipc_perm structure definitions .\" 2005-08-02, mtk: Added IPC_INFO, SEM_INFO, SEM_STAT descriptions. .\" -.TH SEMCTL 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH SEMCTL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME semctl \- System V semaphore control operations .SH SYNOPSIS diff --git a/man2/semop.2 b/man2/semop.2 index e2172e92ca..9691e560aa 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 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH SEMOP 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME semop, semtimedop \- System V semaphore operations .SH SYNOPSIS diff --git a/man2/send.2 b/man2/send.2 index d5c5b0e0ea..a9c16f44e1 100644 --- a/man2/send.2 +++ b/man2/send.2 @@ -37,7 +37,7 @@ .\" Modified Oct 2003 by aeb .\" Modified 2004-07-01 by mtk .\" -.TH SEND 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH SEND 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME send, sendto, sendmsg \- send a message on a socket .SH SYNOPSIS diff --git a/man2/sendfile.2 b/man2/sendfile.2 index 5219497c3a..208335a9a5 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 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH SENDFILE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sendfile \- transfer data between file descriptors .SH SYNOPSIS diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2 index e4974d941c..6173280ffc 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 2014-07-08 "Linux" "Linux Programmer's Manual" +.TH SENDMMSG 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sendmmsg \- send multiple messages on a socket .SH SYNOPSIS diff --git a/man2/seteuid.2 b/man2/seteuid.2 index 7c7a097049..49596f122f 100644 --- a/man2/seteuid.2 +++ b/man2/seteuid.2 @@ -26,7 +26,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirements .\" -.TH SETEUID 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SETEUID 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME seteuid, setegid \- set effective user or group ID .SH SYNOPSIS diff --git a/man2/setns.2 b/man2/setns.2 index 4468665154..ceb709fcac 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -5,7 +5,7 @@ .\" Licensed under the GPLv2 .\" %%%LICENSE_END .\" -.TH SETNS 2 2015-01-10 "Linux" "Linux Programmer's Manual" +.TH SETNS 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME setns \- reassociate thread with a namespace .SH SYNOPSIS diff --git a/man2/setpgid.2 b/man2/setpgid.2 index f1135c1ac2..b48424e41b 100644 --- a/man2/setpgid.2 +++ b/man2/setpgid.2 @@ -45,7 +45,7 @@ .\" 2007-07-25, mtk, fairly substantial rewrites and rearrangements .\" of text. .\" -.TH SETPGID 2 2014-01-07 "Linux" "Linux Programmer's Manual" +.TH SETPGID 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME setpgid, getpgid, setpgrp, getpgrp \- set/get process group .SH SYNOPSIS diff --git a/man2/setreuid.2 b/man2/setreuid.2 index 575d04f20b..31da26ac4e 100644 --- a/man2/setreuid.2 +++ b/man2/setreuid.2 @@ -43,7 +43,7 @@ .\" 2004-07-04 by aeb .\" 2004-05-27 by Michael Kerrisk .\" -.TH SETREUID 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SETREUID 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME setreuid, setregid \- set real and/or effective user or group ID .SH SYNOPSIS diff --git a/man2/shutdown.2 b/man2/shutdown.2 index 8df93d0298..d139129926 100644 --- a/man2/shutdown.2 +++ b/man2/shutdown.2 @@ -37,7 +37,7 @@ .\" Modified Tue Oct 22 22:04:51 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 1998 by Andi Kleen .\" -.TH SHUTDOWN 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH SHUTDOWN 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME shutdown \- shut down part of a full-duplex connection .SH SYNOPSIS diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 3704e749b3..08431df406 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -46,7 +46,7 @@ .\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" -.TH SIGACTION 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH SIGACTION 2 2016-03-15 "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 cbb7b852e9..ce4c97b023 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -24,7 +24,7 @@ .\" %%%LICENSE_END .\" .\" aeb, various minor fixes -.TH SIGALTSTACK 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SIGALTSTACK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sigaltstack \- set and/or get signal stack context .SH SYNOPSIS diff --git a/man2/signal.2 b/man2/signal.2 index 1a846b2417..0f16983b93 100644 --- a/man2/signal.2 +++ b/man2/signal.2 @@ -33,7 +33,7 @@ .\" various sections. .\" 2008-07-11, mtk: rewrote and expanded portability discussion. .\" -.TH SIGNAL 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH SIGNAL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME signal \- ANSI C signal handling .SH SYNOPSIS diff --git a/man2/signalfd.2 b/man2/signalfd.2 index 0a6ae56ce5..0044a777d5 100644 --- a/man2/signalfd.2 +++ b/man2/signalfd.2 @@ -17,7 +17,7 @@ .\" <http://www.gnu.org/licenses/>. .\" %%%LICENSE_END .\" -.TH SIGNALFD 2 2015-12-05 Linux "Linux Programmer's Manual" +.TH SIGNALFD 2 2016-03-15 Linux "Linux Programmer's Manual" .SH NAME signalfd \- create a file descriptor for accepting signals .SH SYNOPSIS diff --git a/man2/sigpending.2 b/man2/sigpending.2 index 5eed82df2e..fcb03f83bf 100644 --- a/man2/sigpending.2 +++ b/man2/sigpending.2 @@ -26,7 +26,7 @@ .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" -.TH SIGPENDING 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SIGPENDING 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sigpending, rt_sigpending \- examine pending signals .SH SYNOPSIS diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2 index d0f7d9b4b0..51f79330d3 100644 --- a/man2/sigprocmask.2 +++ b/man2/sigprocmask.2 @@ -26,7 +26,7 @@ .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" -.TH SIGPROCMASK 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SIGPROCMASK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sigprocmask, rt_sigprocmask \- examine and change blocked signals .SH SYNOPSIS diff --git a/man2/sigsuspend.2 b/man2/sigsuspend.2 index d8e4a8e80a..35277681cb 100644 --- a/man2/sigsuspend.2 +++ b/man2/sigsuspend.2 @@ -26,7 +26,7 @@ .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" -.TH SIGSUSPEND 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH SIGSUSPEND 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sigsuspend, rt_sigsuspend \- wait for a signal .SH SYNOPSIS diff --git a/man2/socketpair.2 b/man2/socketpair.2 index 0831986ffc..3823b65837 100644 --- a/man2/socketpair.2 +++ b/man2/socketpair.2 @@ -39,7 +39,7 @@ .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" 2008-10-11, mtk: Add description of SOCK_NONBLOCK and SOCK_CLOEXEC .\" -.TH SOCKETPAIR 2 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH SOCKETPAIR 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME socketpair \- create a pair of connected sockets .SH SYNOPSIS diff --git a/man2/splice.2 b/man2/splice.2 index 3116404570..965ba8c39d 100644 --- a/man2/splice.2 +++ b/man2/splice.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SPLICE 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH SPLICE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME splice \- splice data to/from a pipe .SH SYNOPSIS diff --git a/man2/stat.2 b/man2/stat.2 index f05121253e..03f0fa2278 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH STAT 2 2016-03-15 "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 4f9c4b689e..3d0ae9275e 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 2015-02-21 "Linux" "Linux Programmer's Manual" +.TH STATFS 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME statfs, fstatfs \- get filesystem statistics .SH SYNOPSIS diff --git a/man2/stime.2 b/man2/stime.2 index a7943d5b6c..128dc4863e 100644 --- a/man2/stime.2 +++ b/man2/stime.2 @@ -27,7 +27,7 @@ .\" Modified 2001-03-16 by Andries Brouwer <aeb@cwi.nl> .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH STIME 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH STIME 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME stime \- set time .SH SYNOPSIS diff --git a/man2/symlink.2 b/man2/symlink.2 index 7f4f087a1f..9a20c80cce 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -30,7 +30,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH SYMLINK 2 2015-04-19 "Linux" "Linux Programmer's Manual" +.TH SYMLINK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME symlink, symlinkat \- make a new name for a file .SH SYNOPSIS diff --git a/man2/sync.2 b/man2/sync.2 index 135166b794..bae8fe057c 100644 --- a/man2/sync.2 +++ b/man2/sync.2 @@ -33,7 +33,7 @@ .\" Modified 2001-10-10 by aeb, following Michael Kerrisk. .\" 2011-09-07, mtk, Added syncfs() documentation, .\" -.TH SYNC 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH SYNC 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME sync, syncfs \- commit filesystem caches to disk .SH SYNOPSIS diff --git a/man2/syscall.2 b/man2/syscall.2 index f44aae4971..75faf0a68b 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -39,7 +39,7 @@ .\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" Added mips and arm64. .\" -.TH SYSCALL 2 2015-03-29 "Linux" "Linux Programmer's Manual" +.TH SYSCALL 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME syscall \- indirect system call .SH SYNOPSIS diff --git a/man2/syscalls.2 b/man2/syscalls.2 index b33666f7d3..a287c93d8a 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 2015-12-05 "Linux" "Linux Programmer's Manual" +.TH SYSCALLS 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS diff --git a/man2/times.2 b/man2/times.2 index 9d63ca14a2..83f489bf98 100644 --- a/man2/times.2 +++ b/man2/times.2 @@ -35,7 +35,7 @@ .\" Added notes on nonstandard behavior: Linux allows 'buf' to .\" be NULL, but POSIX.1 doesn't specify this and it's nonportable. .\" -.TH TIMES 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH TIMES 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME times \- get process times .SH SYNOPSIS diff --git a/man2/truncate.2 b/man2/truncate.2 index 5f025e6f33..cc3a4c66e5 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -40,7 +40,7 @@ .\" Modified 2002-04-06 by Andries Brouwer <aeb@cwi.nl> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH TRUNCATE 2 2015-08-08 "Linux" "Linux Programmer's Manual" +.TH TRUNCATE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME truncate, ftruncate \- truncate a file to a specified length .SH SYNOPSIS diff --git a/man2/unlink.2 b/man2/unlink.2 index 424682178a..aab94d7101 100644 --- a/man2/unlink.2 +++ b/man2/unlink.2 @@ -30,7 +30,7 @@ .\" Modified 2001-05-17 by aeb .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH UNLINK 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH UNLINK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME unlink, unlinkat \- delete a name and possibly the file it refers to .SH SYNOPSIS diff --git a/man2/unshare.2 b/man2/unshare.2 index 0668cf8c8a..73218a25ff 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 2015-04-19 "Linux" "Linux Programmer's Manual" +.TH UNSHARE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME unshare \- disassociate parts of the process execution context .SH SYNOPSIS diff --git a/man2/uselib.2 b/man2/uselib.2 index eb7aeaceed..4bda9859b8 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 2015-12-28 "Linux" "Linux Programmer's Manual" +.TH USELIB 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME uselib \- load shared library .SH SYNOPSIS diff --git a/man2/utimensat.2 b/man2/utimensat.2 index 21e5284b66..c20c905130 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH UTIMENSAT 2 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH UTIMENSAT 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME utimensat, futimens \- change file timestamps with nanosecond precision .SH SYNOPSIS diff --git a/man2/vfork.2 b/man2/vfork.2 index 36d741327e..6f20900df4 100644 --- a/man2/vfork.2 +++ b/man2/vfork.2 @@ -25,7 +25,7 @@ .\" 1999-11-10: Merged text taken from the page contributed by .\" Reed H. Petty (rhp@draper.net) .\" -.TH VFORK 2 2012-08-05 "Linux" "Linux Programmer's Manual" +.TH VFORK 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME vfork \- create a child process and block parent .SH SYNOPSIS diff --git a/man2/vhangup.2 b/man2/vhangup.2 index 29e8df9ad7..ea9ae09cb6 100644 --- a/man2/vhangup.2 +++ b/man2/vhangup.2 @@ -25,7 +25,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirements .\" -.TH VHANGUP 2 2007-07-26 "Linux" "Linux Programmer's Manual" +.TH VHANGUP 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME vhangup \- virtually hangup the current terminal .SH SYNOPSIS diff --git a/man2/wait.2 b/man2/wait.2 index fc56d035fb..c137ee7744 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH WAIT 2 2016-03-15 "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 39ea26bd4e..a64e6a02a7 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH WAIT4 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME wait3, wait4 \- wait for process to change state, BSD style .SH SYNOPSIS diff --git a/man2/write.2 b/man2/write.2 index f46106e777..a158f3fbc7 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 2015-07-23 "Linux" "Linux Programmer's Manual" +.TH WRITE 2 2016-03-15 "Linux" "Linux Programmer's Manual" .SH NAME write \- write to a file descriptor .SH SYNOPSIS |
