diff --git a/man2/execve.2 b/man2/execve.2 index 0a249be28..788e62d03 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -34,7 +34,7 @@ .\" 2007-09-14 Ollie Wild , mtk .\" Add text describing limits on command-line arguments + environment .\" -.TH EXECVE 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 303e1163a..7e9577ec8 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH FALLOCATE 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME fallocate \- manipulate file space .SH SYNOPSIS diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 20b873828..705c1b014 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -61,7 +61,7 @@ .\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME .\" 2010-11-06, mtk: Added documentation of prlimit() .\" -.TH GETRLIMIT 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH GETRLIMIT 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME getrlimit, setrlimit, prlimit \- get/set resource limits .SH SYNOPSIS diff --git a/man2/io_submit.2 b/man2/io_submit.2 index 81592094e..d17e3122a 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH IO_SUBMIT 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME io_submit \- submit asynchronous I/O blocks for processing .SH SYNOPSIS diff --git a/man2/membarrier.2 b/man2/membarrier.2 index e1a17fc52..41d7a303a 100644 --- a/man2/membarrier.2 +++ b/man2/membarrier.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MEMBARRIER 2 2017-11-15 "Linux" "Linux Programmer's Manual" +.TH MEMBARRIER 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME membarrier \- issue memory barriers on a set of threads .SH SYNOPSIS diff --git a/man2/mmap.2 b/man2/mmap.2 index 95fdc821f..3d3d1882f 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 2017-12-18 "Linux" "Linux Programmer's Manual" +.TH MMAP 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME mmap, munmap \- map or unmap files or devices into memory .SH SYNOPSIS diff --git a/man2/msgget.2 b/man2/msgget.2 index 89523ddfb..302ad8efb 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH MSGGET 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME msgget \- get a System V message queue identifier .SH SYNOPSIS diff --git a/man2/open.2 b/man2/open.2 index f8449d1e5..2346cb1b4 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH OPEN 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME open, openat, creat \- open and possibly create a file .SH SYNOPSIS diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 52d289d01..aea63d2d6 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -102,7 +102,7 @@ .\" .\" and others that can be found in the arch/*/include/uapi/asm/ptrace files .\" -.TH PTRACE 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH PTRACE 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME ptrace \- process trace .SH SYNOPSIS diff --git a/man2/readv.2 b/man2/readv.2 index bba13a00e..4441e92e5 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH READV 2 2018-04-30 "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/semget.2 b/man2/semget.2 index de8f2d8cd..957449a7b 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH SEMGET 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME semget \- get a System V semaphore set identifier .SH SYNOPSIS diff --git a/man2/shmget.2 b/man2/shmget.2 index 1ee15436a..ba89da182 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -35,7 +35,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH SHMGET 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH SHMGET 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME shmget \- allocates a System V shared memory segment .SH SYNOPSIS diff --git a/man2/shutdown.2 b/man2/shutdown.2 index 3b5e3e2aa..9c85fa1fa 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 .\" Modified 1998 by Andi Kleen .\" -.TH SHUTDOWN 2 2016-03-15 "Linux" "Linux Programmer's Manual" +.TH SHUTDOWN 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME shutdown \- shut down part of a full-duplex connection .SH SYNOPSIS diff --git a/man2/syscall.2 b/man2/syscall.2 index 6118bbc95..9b870d1a5 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -39,7 +39,7 @@ .\" 2015-01-17, Kees Cook .\" Added mips and arm64. .\" -.TH SYSCALL 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH SYSCALL 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME syscall \- indirect system call .SH SYNOPSIS diff --git a/man2/wait.2 b/man2/wait.2 index 922e3d3df..7cf9a47e5 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH WAIT 2 2018-04-30 "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 d3941bb0d..60424879b 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 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH WAIT4 2 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME wait3, wait4 \- wait for process to change state, BSD style .SH SYNOPSIS diff --git a/man3/crypt.3 b/man3/crypt.3 index caa03dd99..d46cf5085 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -33,7 +33,7 @@ .\" added _XOPEN_SOURCE, aeb, 970705 .\" added GNU MD5 stuff, aeb, 011223 .\" -.TH CRYPT 3 2017-09-15 "" "Linux Programmer's Manual" +.TH CRYPT 3 2018-04-30 "" "Linux Programmer's Manual" .SH NAME crypt, crypt_r \- password and data encryption .SH SYNOPSIS diff --git a/man3/encrypt.3 b/man3/encrypt.3 index 81021aa74..b5f6c9ec2 100644 --- a/man3/encrypt.3 +++ b/man3/encrypt.3 @@ -27,7 +27,7 @@ .\" .\" Modified 2003-04-04, aeb .\" -.TH ENCRYPT 3 2017-09-15 "" "Linux Programmer's Manual" +.TH ENCRYPT 3 2018-04-30 "" "Linux Programmer's Manual" .SH NAME encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages .SH SYNOPSIS diff --git a/man3/fseek.3 b/man3/fseek.3 index be7ef0a01..f040563fb 100644 --- a/man3/fseek.3 +++ b/man3/fseek.3 @@ -39,7 +39,7 @@ .\" .\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu .\" -.TH FSEEK 3 2017-09-15 "GNU" "Linux Programmer's Manual" +.TH FSEEK 3 2018-04-30 "GNU" "Linux Programmer's Manual" .SH NAME fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .SH SYNOPSIS diff --git a/man3/getcwd.3 b/man3/getcwd.3 index 04337d8b1..5d317da59 100644 --- a/man3/getcwd.3 +++ b/man3/getcwd.3 @@ -29,7 +29,7 @@ .\" Modified Mon Dec 11 13:32:51 MET 2000 by aeb .\" Modified Thu Apr 22 03:49:15 CEST 2002 by Roger Luethi .\" -.TH GETCWD 3 2017-09-15 "GNU" "Linux Programmer's Manual" +.TH GETCWD 3 2018-04-30 "GNU" "Linux Programmer's Manual" .SH NAME getcwd, getwd, get_current_dir_name \- get current working directory .SH SYNOPSIS diff --git a/man3/makedev.3 b/man3/makedev.3 index 779a75ff1..6167d38c3 100644 --- a/man3/makedev.3 +++ b/man3/makedev.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MAKEDEV 3 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH MAKEDEV 3 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME makedev, major, minor \- manage a device number .SH SYNOPSIS diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index deb41909d..3bbbefb12 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_CREATE 3 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_CREATE 3 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME pthread_create \- create a new thread .SH SYNOPSIS diff --git a/man3/puts.3 b/man3/puts.3 index 2396f7d82..400c248cf 100644 --- a/man3/puts.3 +++ b/man3/puts.3 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 18:42:59 1993 by Rik Faith (faith@cs.unc.edu) -.TH PUTS 3 2015-08-08 "GNU" "Linux Programmer's Manual" +.TH PUTS 3 2018-04-30 "GNU" "Linux Programmer's Manual" .SH NAME fputc, fputs, putc, putchar, puts \- output of characters and strings .SH SYNOPSIS diff --git a/man3/tsearch.3 b/man3/tsearch.3 index 464fcae76..fd74bee1e 100644 --- a/man3/tsearch.3 +++ b/man3/tsearch.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH TSEARCH 3 2015-08-08 "GNU" "Linux Programmer's Manual" +.TH TSEARCH 3 2018-04-30 "GNU" "Linux Programmer's Manual" .SH NAME tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary search tree .SH SYNOPSIS diff --git a/man5/elf.5 b/man5/elf.5 index 221a4c717..656a8cb45 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -32,7 +32,7 @@ .\" 2007-10-11, Mike Frysinger , various fixes .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH ELF 5 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH ELF 5 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME elf \- format of Executable and Linking Format (ELF) files .SH SYNOPSIS diff --git a/man5/filesystems.5 b/man5/filesystems.5 index ec47e0f1a..15fb7dd03 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -23,7 +23,7 @@ .\" .\" 2007-12-14 mtk Added Reiserfs, XFS, JFS. .\" -.TH FILESYSTEMS 5 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH FILESYSTEMS 5 2018-04-30 "Linux" "Linux Programmer's Manual" .nh .SH NAME filesystems \- Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660, diff --git a/man5/group.5 b/man5/group.5 index de8244b30..c8222675c 100644 --- a/man5/group.5 +++ b/man5/group.5 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:06:03 1993 by Rik Faith (faith@cs.unc.edu) -.TH GROUP 5 2016-10-08 "Linux" "Linux Programmer's Manual" +.TH GROUP 5 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME group \- user group file .SH DESCRIPTION diff --git a/man5/passwd.5 b/man5/passwd.5 index 1440f767a..70b1105e1 100644 --- a/man5/passwd.5 +++ b/man5/passwd.5 @@ -27,7 +27,7 @@ .\" Modified Sun Jun 18 01:53:57 1995 by Andries Brouwer (aeb@cwi.nl) .\" Modified Mon Jan 5 20:24:40 MET 1998 by Michael Haardt .\" (michael@cantor.informatik.rwth-aachen.de) -.TH PASSWD 5 2015-02-01 "Linux" "Linux Programmer's Manual" +.TH PASSWD 5 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME passwd \- password file .SH DESCRIPTION diff --git a/man5/sysfs.5 b/man5/sysfs.5 index f58060ba1..3efd36859 100644 --- a/man5/sysfs.5 +++ b/man5/sysfs.5 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SYSFS 5 2017-11-26 "Linux" "Linux Programmer's Manual" +.TH SYSFS 5 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME sysfs \- a filesystem for exporting kernel objects .SH DESCRIPTION diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7 index 25017b84b..6718ff53f 100644 --- a/man7/mount_namespaces.7 +++ b/man7/mount_namespaces.7 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" -.TH MOUNT_NAMESPACES 7 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH MOUNT_NAMESPACES 7 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME mount_namespaces \- overview of Linux mount namespaces .SH DESCRIPTION diff --git a/man7/posixoptions.7 b/man7/posixoptions.7 index b789b36de..1adfb7aea 100644 --- a/man7/posixoptions.7 +++ b/man7/posixoptions.7 @@ -21,7 +21,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH POSIXOPTIONS 7 2007-12-21 "" "Linux Programmer's Manual" +.TH POSIXOPTIONS 7 2018-04-30 "" "Linux Programmer's Manual" .SH NAME posixoptions \- optional parts of the POSIX standard .SH DESCRIPTION diff --git a/man7/time.7 b/man7/time.7 index 7b84c2d44..8b99bc278 100644 --- a/man7/time.7 +++ b/man7/time.7 @@ -25,7 +25,7 @@ .\" 2008-06-24, mtk: added some details about where jiffies come into .\" play; added section on high-resolution timers. .\" -.TH TIME 7 2016-03-15 "Linux" "Linux Programmer's Manual" +.TH TIME 7 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME time \- overview of time and timers .SH DESCRIPTION diff --git a/man7/unix.7 b/man7/unix.7 index 8f231cf3b..064c12cc6 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -17,7 +17,7 @@ .\" address that can appear in the sockaddr_un structure: pathname, .\" unnamed, and abstract. .\" -.TH UNIX 7 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH UNIX 7 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME unix \- sockets for local interprocess communication .SH SYNOPSIS diff --git a/man7/vdso.7 b/man7/vdso.7 index 500334581..6eec351e5 100644 --- a/man7/vdso.7 +++ b/man7/vdso.7 @@ -10,7 +10,7 @@ .\" http://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken .\" http://www.trilithium.com/johan/2005/08/linux-gate/ .\" -.TH VDSO 7 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH VDSO 7 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME vdso \- overview of the virtual ELF dynamic shared object .SH SYNOPSIS diff --git a/man7/xattr.7 b/man7/xattr.7 index 14f9ef552..5b0a56a1f 100644 --- a/man7/xattr.7 +++ b/man7/xattr.7 @@ -25,7 +25,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH XATTR 7 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH XATTR 7 2018-04-30 "Linux" "Linux Programmer's Manual" .SH NAME xattr \- Extended attributes .SH DESCRIPTION diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 0f9edd64c..2b330657c 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -2,7 +2,7 @@ .\" This is in the public domain .\" %%%LICENSE_END .\" -.TH LD.SO 8 2017-09-15 "GNU" "Linux Programmer's Manual" +.TH LD.SO 8 2018-04-30 "GNU" "Linux Programmer's Manual" .SH NAME ld.so, ld\-linux.so \- dynamic linker/loader .SH SYNOPSIS