diff --git a/man2/access.2 b/man2/access.2 index fe0ce5b9a..bfd85cd29 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-02-21 "Linux" "Linux Programmer's Manual" +.TH ACCESS 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME access, faccessat \- check user's permissions for a file .SH SYNOPSIS diff --git a/man2/bdflush.2 b/man2/bdflush.2 index c44dd4ff8..9c2016e50 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -24,7 +24,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2004-06-17 by Michael Kerrisk .\" -.TH BDFLUSH 2 2014-04-06 "Linux" "Linux Programmer's Manual" +.TH BDFLUSH 2 2014-08-19 "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 ba8ebc802..f89db5347 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 .\" -.TH BIND 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH BIND 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME bind \- bind a name to a socket .SH SYNOPSIS diff --git a/man2/brk.2 b/man2/brk.2 index ca146b9e8..0dcfd7417 100644 --- a/man2/brk.2 +++ b/man2/brk.2 @@ -26,7 +26,7 @@ .\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith .\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith .\" -.TH BRK 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH BRK 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME brk, sbrk \- change data segment size .SH SYNOPSIS diff --git a/man2/chmod.2 b/man2/chmod.2 index 5beb42181..89e2e42b2 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -29,7 +29,7 @@ .\" : NFS details .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CHMOD 2 2014-02-21 "Linux" "Linux Programmer's Manual" +.TH CHMOD 2 2014-08-19 "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 711dbe317..fddb6d23d 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 permission bit). .\" -.TH CHOWN 2 2014-05-21 "Linux" "Linux Programmer's Manual" +.TH CHOWN 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME chown, fchown, lchown, fchownat \- change ownership of a file .SH SYNOPSIS diff --git a/man2/clone.2 b/man2/clone.2 index 7c9a6b1ac..a9828e337 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -42,7 +42,7 @@ .\" FIXME Document CLONE_NEWUSER, which is new in 2.6.23 .\" (also supported for unshare()?) .\" -.TH CLONE 2 2014-05-28 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2 \- create a child process .SH SYNOPSIS diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index eb7fc8cb8..06357746e 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -19,7 +19,7 @@ .\" .\" 2007-04-30: mtk, Added description of epoll_pwait() .\" -.TH EPOLL_WAIT 2 2014-01-31 "Linux" "Linux Programmer's Manual" +.TH EPOLL_WAIT 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor .SH SYNOPSIS diff --git a/man2/execve.2 b/man2/execve.2 index 52812392f..0b0697428 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 2014-06-13 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS diff --git a/man2/fsync.2 b/man2/fsync.2 index ec2f71084..81ea39625 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 .\" -.TH FSYNC 2 2014-04-06 "Linux" "Linux Programmer's Manual" +.TH FSYNC 2 2014-08-19 "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/getgroups.2 b/man2/getgroups.2 index 9d17145f4..373c204cb 100644 --- a/man2/getgroups.2 +++ b/man2/getgroups.2 @@ -28,7 +28,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 2013-10-18 "Linux" "Linux Programmer's Manual" +.TH GETGROUPS 2 2014-08-19 "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 b13ccb366..441aa97a5 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 2010-09-26 "Linux" "Linux Programmer's Manual" +.TH GETHOSTNAME 2 2014-08-19 "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 bcf4d5550..3d2289b5d 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 2010-11-16 "Linux" "Linux Programmer's Manual" +.TH GETPAGESIZE 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME getpagesize \- get memory page size .SH SYNOPSIS diff --git a/man2/getpriority.2 b/man2/getpriority.2 index b1023cc6d..918c99069 100644 --- a/man2/getpriority.2 +++ b/man2/getpriority.2 @@ -45,7 +45,7 @@ .\" FIXME Oct 2008: Denys Vlasenko is working on a PRIO_THREAD feature that .\" is likely to get included in mainline; this will need to be documented. .\" -.TH GETPRIORITY 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH GETPRIORITY 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME getpriority, setpriority \- get/set program scheduling priority .SH SYNOPSIS diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 589162b4b..7756a4aaf 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 2014-05-28 "Linux" "Linux Programmer's Manual" +.TH GETRLIMIT 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME getrlimit, setrlimit, prlimit \- get/set resource limits .SH SYNOPSIS diff --git a/man2/ioperm.2 b/man2/ioperm.2 index 37e1d0a7e..91d081c09 100644 --- a/man2/ioperm.2 +++ b/man2/ioperm.2 @@ -31,7 +31,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH IOPERM 2 2013-03-12 "Linux" "Linux Programmer's Manual" +.TH IOPERM 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME ioperm \- set port input/output permissions .SH SYNOPSIS diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index bafbf16f2..3060d696b 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH KEXEC_LOAD 2 2012-07-13 "Linux" "Linux Programmer's Manual" +.TH KEXEC_LOAD 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME kexec_load \- load a new kernel for later execution .SH SYNOPSIS diff --git a/man2/link.2 b/man2/link.2 index 492a71aa4..f32f41304 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -29,7 +29,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" Modified 2005-04-04, as per suggestion by Michael Hardt for rename.2 .\" -.TH LINK 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH LINK 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME link, linkat \- make a new name for a file .SH SYNOPSIS diff --git a/man2/mkdir.2 b/man2/mkdir.2 index 9bdb1e21e..41fad5578 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 2014-02-21 "Linux" "Linux Programmer's Manual" +.TH MKDIR 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME mkdir, mkdirat \- create a directory .SH SYNOPSIS diff --git a/man2/mmap.2 b/man2/mmap.2 index 069edd61e..67e9be7c4 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 2014-04-06 "Linux" "Linux Programmer's Manual" +.TH MMAP 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME mmap, munmap \- map or unmap files or devices into memory .SH SYNOPSIS diff --git a/man2/msgop.2 b/man2/msgop.2 index 04dc87b92..6e34d67b4 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -37,7 +37,7 @@ .\" Added notes on /proc files .\" FIXME . Add example programs to this page. .\" -.TH MSGOP 2 2014-05-16 "Linux" "Linux Programmer's Manual" +.TH MSGOP 2 2014-08-19 "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 f4a13e969..a2f0ad81d 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 2014-04-17 "Linux" "Linux Programmer's Manual" +.TH PERF_EVENT_OPEN 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME perf_event_open \- set up performance monitoring .SH SYNOPSIS diff --git a/man2/process_vm_readv.2 b/man2/process_vm_readv.2 index 0609c2195..a9c055da5 100644 --- a/man2/process_vm_readv.2 +++ b/man2/process_vm_readv.2 @@ -26,7 +26,7 @@ .\" .\" Commit fcf634098c00dd9cd247447368495f0b79be12d1 .\" -.TH PROCESS_VM_READV 2 2014-05-05 "Linux" "Linux Programmer's Manual" +.TH PROCESS_VM_READV 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME process_vm_readv, process_vm_writev \- transfer data between process address spaces .SH SYNOPSIS diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 2748cc46a..7773b1da3 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -41,7 +41,7 @@ .\" (Thanks to Blaisorblade, Daniel Jacobowitz and others who helped.) .\" 2011-09, major update by Denys Vlasenko .\" -.TH PTRACE 2 2014-02-20 "Linux" "Linux Programmer's Manual" +.TH PTRACE 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME ptrace \- process trace .SH SYNOPSIS diff --git a/man2/readlink.2 b/man2/readlink.2 index 989f7daa1..381e85e24 100644 --- a/man2/readlink.2 +++ b/man2/readlink.2 @@ -41,7 +41,7 @@ .\" 2011-09-20, Guillem Jover : .\" Added text on dynamically allocating buffer + example program .\" -.TH READLINK 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH READLINK 2 2014-08-19 "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 d6c875228..8748efa10 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 2010-11-17 "Linux" "Linux Programmer's Manual" +.TH READV 2 2014-08-19 "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 7a103d200..e673a12a9 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 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH RECV 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME recv, recvfrom, recvmsg \- receive a message from a socket .SH SYNOPSIS diff --git a/man2/rename.2 b/man2/rename.2 index a7e6c478c..465af09d8 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -30,7 +30,7 @@ .\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt .\" 2007-03-25, mtk, added various text to DESCRIPTION. .\" -.TH RENAME 2 2014-05-08 "Linux" "Linux Programmer's Manual" +.TH RENAME 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME rename, renameat, renameat2 \- change the name or location of a file .SH SYNOPSIS diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index d4c9d46e9..f58f5f630 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 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH SCHED_SETAFFINITY 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME sched_setaffinity, sched_getaffinity \- \ set and get a thread's CPU affinity mask diff --git a/man2/select.2 b/man2/select.2 index 10e120ab7..df02f36ad 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 2014-01-31 "Linux" "Linux Programmer's Manual" +.TH SELECT 2 2014-08-19 "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/send.2 b/man2/send.2 index 030a73014..6c5a231b7 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 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH SEND 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME send, sendto, sendmsg \- send a message on a socket .SH SYNOPSIS diff --git a/man2/seteuid.2 b/man2/seteuid.2 index 4ad7630fb..9ff3f2bd6 100644 --- a/man2/seteuid.2 +++ b/man2/seteuid.2 @@ -26,7 +26,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH SETEUID 2 2014-06-13 "Linux" "Linux Programmer's Manual" +.TH SETEUID 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME seteuid, setegid \- set effective user or group ID .SH SYNOPSIS diff --git a/man2/signal.2 b/man2/signal.2 index d1894491a..f7bb87413 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 2013-04-19 "Linux" "Linux Programmer's Manual" +.TH SIGNAL 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME signal \- ANSI C signal handling .SH SYNOPSIS diff --git a/man2/sigwaitinfo.2 b/man2/sigwaitinfo.2 index 6025d6f97..de2cfe484 100644 --- a/man2/sigwaitinfo.2 +++ b/man2/sigwaitinfo.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SIGWAITINFO 2 2013-09-04 "Linux" "Linux Programmer's Manual" +.TH SIGWAITINFO 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME sigwaitinfo, sigtimedwait \- synchronously wait for queued signals .SH SYNOPSIS diff --git a/man2/stat.2 b/man2/stat.2 index 157056810..614d75a0b 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-05-10 "Linux" "Linux Programmer's Manual" +.TH STAT 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME stat, fstat, lstat, fstatat \- get file status .SH SYNOPSIS diff --git a/man2/symlink.2 b/man2/symlink.2 index 00cc09e58..32bb7159c 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -30,7 +30,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH SYMLINK 2 2014-05-05 "Linux" "Linux Programmer's Manual" +.TH SYMLINK 2 2014-08-19 "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 03dba34f4..f649d2467 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 2014-04-06 "Linux" "Linux Programmer's Manual" +.TH SYNC 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME sync, syncfs \- commit buffer cache to disk .SH SYNOPSIS diff --git a/man2/sync_file_range.2 b/man2/sync_file_range.2 index 08f038354..439e7acba 100644 --- a/man2/sync_file_range.2 +++ b/man2/sync_file_range.2 @@ -27,7 +27,7 @@ .\" Andrew Morton's comments in fs/sync.c .\" 2010-10-09, mtk, Document sync_file_range2() .\" -.TH SYNC_FILE_RANGE 2 2013-04-01 "Linux" "Linux Programmer's Manual" +.TH SYNC_FILE_RANGE 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME sync_file_range \- sync a file segment with disk .SH SYNOPSIS diff --git a/man2/sysinfo.2 b/man2/sysinfo.2 index 811f3e33e..c7e98eedb 100644 --- a/man2/sysinfo.2 +++ b/man2/sysinfo.2 @@ -11,7 +11,7 @@ .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond .\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier .\" -.TH SYSINFO 2 2012-05-05 "Linux" "Linux Programmer's Manual" +.TH SYSINFO 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME sysinfo \- returns information on overall system statistics .SH SYNOPSIS diff --git a/man2/timer_create.2 b/man2/timer_create.2 index d0ad52c1f..ca039a974 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -28,7 +28,7 @@ .\" FIXME: Linux 2.3.0 adds CLOCK_BOOTTIME_ALARM and CLOCK_REALTIME_ALARM .\" Does this also affect timerfd_create()? .\" -.TH TIMER_CREATE 2 2014-01-20 Linux "Linux Programmer's Manual" +.TH TIMER_CREATE 2 2014-08-19 Linux "Linux Programmer's Manual" .SH NAME timer_create \- create a POSIX per-process timer .SH SYNOPSIS diff --git a/man2/uname.2 b/man2/uname.2 index 17320c8ac..5cbd72c3e 100644 --- a/man2/uname.2 +++ b/man2/uname.2 @@ -24,7 +24,7 @@ .\" .\" 2007-07-05 mtk: Added details on underlying system call interfaces .\" -.TH UNAME 2 2008-12-03 "Linux" "Linux Programmer's Manual" +.TH UNAME 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME uname \- get name and information about current kernel .SH SYNOPSIS diff --git a/man2/unlink.2 b/man2/unlink.2 index f0cbf5e3b..eee4ba60b 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 .\" -.TH UNLINK 2 2014-02-21 "Linux" "Linux Programmer's Manual" +.TH UNLINK 2 2014-08-19 "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/utime.2 b/man2/utime.2 index 81b199e8e..b6bc932bc 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -28,7 +28,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" Modified 2004-10-10 by Andries Brouwer .\" -.TH UTIME 2 2014-02-21 "Linux" "Linux Programmer's Manual" +.TH UTIME 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME utime, utimes \- change file last access and modification times .SH SYNOPSIS diff --git a/man2/wait.2 b/man2/wait.2 index d24a55ccf..dab465b86 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 2013-09-04 "Linux" "Linux Programmer's Manual" +.TH WAIT 2 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME wait, waitpid, waitid \- wait for process to change state .SH SYNOPSIS diff --git a/man3/abs.3 b/man3/abs.3 index c3d105b7d..c17384325 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -31,7 +31,7 @@ .\" Modified Sat Jul 24 21:45:37 1993, Rik Faith (faith@cs.unc.edu) .\" Modified Sat Dec 16 15:02:59 2000, Joseph S. Myers .\" -.TH ABS 3 2013-06-21 "GNU" "Linux Programmer's Manual" +.TH ABS 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME abs, labs, llabs, imaxabs \- compute the absolute value of an integer .SH SYNOPSIS diff --git a/man3/atoi.3 b/man3/atoi.3 index 657b134a9..7ca6baaaa 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -30,7 +30,7 @@ .\" Modified Sat Jul 24 21:38:42 1993, Rik Faith (faith@cs.unc.edu) .\" Modified Sun Dec 17 18:35:06 2000, Joseph S. Myers .\" -.TH ATOI 3 2014-01-22 "GNU" "Linux Programmer's Manual" +.TH ATOI 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME atoi, atol, atoll \- convert a string to an integer .SH SYNOPSIS diff --git a/man3/catopen.3 b/man3/catopen.3 index b7aa825ee..c557c3f20 100644 --- a/man3/catopen.3 +++ b/man3/catopen.3 @@ -25,7 +25,7 @@ .\" Modified Thu Dec 13 22:51:19 2001 by Martin Schulze .\" Modified 2001-12-14 aeb .\" -.TH CATOPEN 3 2001-12-14 "GNU" "Linux Programmer's Manual" +.TH CATOPEN 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME catopen, catclose \- open/close a message catalog .SH SYNOPSIS diff --git a/man3/cerf.3 b/man3/cerf.3 index d449ecb56..f0241e6bf 100644 --- a/man3/cerf.3 +++ b/man3/cerf.3 @@ -4,7 +4,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH CERF 3 2010-09-12 "" "Linux Programmer's Manual" +.TH CERF 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- complex error function .SH SYNOPSIS diff --git a/man3/cexp2.3 b/man3/cexp2.3 index 05ee9cfbf..7a6328c6e 100644 --- a/man3/cexp2.3 +++ b/man3/cexp2.3 @@ -4,7 +4,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH CEXP2 3 2013-02-27 "" "Linux Programmer's Manual" +.TH CEXP2 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number .SH SYNOPSIS diff --git a/man3/clearenv.3 b/man3/clearenv.3 index 665c40dff..7a3d57a2b 100644 --- a/man3/clearenv.3 +++ b/man3/clearenv.3 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" Additions, aeb, 2001-10-17. -.TH CLEARENV 3 2010-10-04 "Linux" "Linux Programmer's Manual" +.TH CLEARENV 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME clearenv \- clear the environment .SH SYNOPSIS diff --git a/man3/clog2.3 b/man3/clog2.3 index c314a4bbc..c944bc66d 100644 --- a/man3/clog2.3 +++ b/man3/clog2.3 @@ -4,7 +4,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH CLOG2 3 2013-07-23 "" "Linux Programmer's Manual" +.TH CLOG2 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME clog2, clog2f, clog2l \- base-2 logarithm of a complex number .SH SYNOPSIS diff --git a/man3/ctime.3 b/man3/ctime.3 index b2d6f0b84..b12771620 100644 --- a/man3/ctime.3 +++ b/man3/ctime.3 @@ -32,7 +32,7 @@ .\" Modified 2001-12-13, joey, aeb .\" Modified 2004-11-16, mtk .\" -.TH CTIME 3 2013-12-30 "" "Linux Programmer's Manual" +.TH CTIME 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME asctime, ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gmtime_r, localtime_r \- transform date and time to broken-down time or ASCII diff --git a/man3/des_crypt.3 b/man3/des_crypt.3 index 363e91824..9eab7e8ac 100644 --- a/man3/des_crypt.3 +++ b/man3/des_crypt.3 @@ -11,7 +11,7 @@ .\" can be distributed under GPL. .\" %%%LICENSE_END .\" -.TH DES_CRYPT 3 2013-09-18 "" "Linux Programmer's Manual" +.TH DES_CRYPT 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME des_crypt, ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast DES encryption diff --git a/man3/ecvt.3 b/man3/ecvt.3 index a8a2372ca..b2980427e 100644 --- a/man3/ecvt.3 +++ b/man3/ecvt.3 @@ -29,7 +29,7 @@ .\" Modified Sat Jul 24 19:40:39 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Fri Jun 25 12:10:47 1999 by Andries Brouwer (aeb@cwi.nl) .\" -.TH ECVT 3 2013-07-04 "" "Linux Programmer's Manual" +.TH ECVT 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME ecvt, fcvt \- convert a floating-point number to a string .SH SYNOPSIS diff --git a/man3/fgetgrent.3 b/man3/fgetgrent.3 index 96b21aa69..57665ddc1 100644 --- a/man3/fgetgrent.3 +++ b/man3/fgetgrent.3 @@ -27,7 +27,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:38:44 1993 by Rik Faith (faith@cs.unc.edu) -.TH FGETGRENT 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH FGETGRENT 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME fgetgrent \- get group file entry .SH SYNOPSIS diff --git a/man3/flockfile.3 b/man3/flockfile.3 index e7f4fa763..d7869ee16 100644 --- a/man3/flockfile.3 +++ b/man3/flockfile.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FLOCKFILE 3 2013-07-23 "" "Linux Programmer's Manual" +.TH FLOCKFILE 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME flockfile, ftrylockfile, funlockfile \- lock FILE for stdio .SH SYNOPSIS diff --git a/man3/fseeko.3 b/man3/fseeko.3 index d7d56cd85..a90edb9c6 100644 --- a/man3/fseeko.3 +++ b/man3/fseeko.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FSEEKO 3 2014-03-20 "" "Linux Programmer's Manual" +.TH FSEEKO 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME fseeko, ftello \- seek to or report file position .SH SYNOPSIS diff --git a/man3/ftime.3 b/man3/ftime.3 index 49a0cd0bc..cacc9e184 100644 --- a/man3/ftime.3 +++ b/man3/ftime.3 @@ -27,7 +27,7 @@ .\" Modified Sun Oct 18 17:31:43 1998 by Andries Brouwer (aeb@cwi.nl) .\" 2008-06-23, mtk, minor rewrites, added some details .\" -.TH FTIME 3 2013-09-26 "GNU" "Linux Programmer's Manual" +.TH FTIME 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME ftime \- return date and time .SH SYNOPSIS diff --git a/man3/ftok.3 b/man3/ftok.3 index 296d2f2a3..885025120 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -26,7 +26,7 @@ .\" Changed data type of proj_id; minor fixes .\" aeb: further fixes; added notes. .\" -.TH FTOK 3 2013-10-07 "GNU" "Linux Programmer's Manual" +.TH FTOK 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME ftok \- convert a pathname and a project identifier to a System V IPC key .SH SYNOPSIS diff --git a/man3/ftw.3 b/man3/ftw.3 index 479e9d715..d7ef30364 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -32,7 +32,7 @@ .\" reorganized and rewrote much of the page .\" 2006-05-24, Michael Kerrisk .\" Added an example program. -.TH FTW 3 2014-01-11 "Linux" "Linux Programmer's Manual" +.TH FTW 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME ftw, nftw \- file tree walk .SH SYNOPSIS diff --git a/man3/getauxval.3 b/man3/getauxval.3 index 2d0479473..859941e22 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -26,7 +26,7 @@ .\" .\" FIXME glibc 2.18 added AT_HWCAP2 .\" -.TH GETAUXVAL 3 2014-05-28 "GNU" "Linux Programmer's Manual" +.TH GETAUXVAL 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME getauxval \- retrieve a value from the auxiliary vector .SH SYNOPSIS diff --git a/man3/getcwd.3 b/man3/getcwd.3 index e98902cca..6cbee3510 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 2010-09-20 "GNU" "Linux Programmer's Manual" +.TH GETCWD 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME getcwd, getwd, get_current_dir_name \- get current working directory .SH SYNOPSIS diff --git a/man3/getdtablesize.3 b/man3/getdtablesize.3 index 368bb66f3..4d9ef00ba 100644 --- a/man3/getdtablesize.3 +++ b/man3/getdtablesize.3 @@ -24,7 +24,7 @@ .\" .\" Modified 2002-04-15 by Roger Luethi and aeb .\" -.TH GETDTABLESIZE 3 2014-06-13 "Linux" "Linux Programmer's Manual" +.TH GETDTABLESIZE 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME getdtablesize \- get descriptor table size .SH SYNOPSIS diff --git a/man3/getgrent.3 b/man3/getgrent.3 index 61e49bf85..f49c746b7 100644 --- a/man3/getgrent.3 +++ b/man3/getgrent.3 @@ -27,7 +27,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu) -.TH GETGRENT 3 2013-06-21 "" "Linux Programmer's Manual" +.TH GETGRENT 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME getgrent, setgrent, endgrent \- get group file entry .SH SYNOPSIS diff --git a/man3/getgrent_r.3 b/man3/getgrent_r.3 index 3407148e2..8f3385184 100644 --- a/man3/getgrent_r.3 +++ b/man3/getgrent_r.3 @@ -21,7 +21,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH GETGRENT_R 3 2010-10-21 "GNU" "Linux Programmer's Manual" +.TH GETGRENT_R 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME getgrent_r, fgetgrent_r \- get group file entry reentrantly .SH SYNOPSIS diff --git a/man3/getgrnam.3 b/man3/getgrnam.3 index ab29d1390..a1fe9fe7d 100644 --- a/man3/getgrnam.3 +++ b/man3/getgrnam.3 @@ -30,7 +30,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2003-11-15 by aeb .\" -.TH GETGRNAM 3 2013-07-22 "" "Linux Programmer's Manual" +.TH GETGRNAM 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry .SH SYNOPSIS diff --git a/man3/getgrouplist.3 b/man3/getgrouplist.3 index 4ec63a0c3..e84f6a7ae 100644 --- a/man3/getgrouplist.3 +++ b/man3/getgrouplist.3 @@ -26,7 +26,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETGROUPLIST 3 2008-07-03 "GNU" "Linux Programmer's Manual" +.TH GETGROUPLIST 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME getgrouplist \- get list of groups to which a user belongs .SH SYNOPSIS diff --git a/man3/getline.3 b/man3/getline.3 index 919f45fb8..c96aeed52 100644 --- a/man3/getline.3 +++ b/man3/getline.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETLINE 3 2014-04-06 "GNU" "Linux Programmer's Manual" +.TH GETLINE 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME getline, getdelim \- delimited string input .SH SYNOPSIS diff --git a/man3/getpass.3 b/man3/getpass.3 index a97fa5a20..a3397c096 100644 --- a/man3/getpass.3 +++ b/man3/getpass.3 @@ -21,7 +21,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH GETPASS 3 2013-06-21 "Linux" "Linux Programmer's Manual" +.TH GETPASS 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME getpass \- get a password .SH SYNOPSIS diff --git a/man3/getutent.3 b/man3/getutent.3 index 232062083..0e0737040 100644 --- a/man3/getutent.3 +++ b/man3/getutent.3 @@ -28,7 +28,7 @@ .\" Modified Thu Jul 25 14:43:46 MET DST 1996 by Michael Haardt .\" .\" -.TH GETUTENT 3 2014-05-28 "" "Linux Programmer's Manual" +.TH GETUTENT 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME getutent, getutid, getutline, pututline, setutent, endutent, utmpname \- access utmp file entries diff --git a/man3/glob.3 b/man3/glob.3 index 860761a0b..857dff049 100644 --- a/man3/glob.3 +++ b/man3/glob.3 @@ -31,7 +31,7 @@ .\" Expanded the description of various flags .\" Various wording fixes. .\" -.TH GLOB 3 2007-10-10 "GNU" "Linux Programmer's Manual" +.TH GLOB 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME glob, globfree \- find pathnames matching a pattern, free memory from glob() .SH SYNOPSIS diff --git a/man3/insque.3 b/man3/insque.3 index 858d2152f..546759bf4 100644 --- a/man3/insque.3 +++ b/man3/insque.3 @@ -33,7 +33,7 @@ .\" mtk, 2010-09-09: Noted glibc 2.4 bug, added info on circular .\" lists, added example program .\" -.TH INSQUE 3 2010-09-09 "" "Linux Programmer's Manual" +.TH INSQUE 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME insque, remque \- insert/remove an item from a queue .SH SYNOPSIS diff --git a/man3/lseek64.3 b/man3/lseek64.3 index f4d0c18b8..9e9c0c113 100644 --- a/man3/lseek64.3 +++ b/man3/lseek64.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH LSEEK64 3 2013-08-19 "Linux" "Linux Programmer's Manual" +.TH LSEEK64 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME lseek64 \- reposition 64-bit read/write file offset .SH SYNOPSIS diff --git a/man3/memmem.3 b/man3/memmem.3 index 4d7b66b8f..5ea290df2 100644 --- a/man3/memmem.3 +++ b/man3/memmem.3 @@ -27,7 +27,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 18:50:48 1993 by Rik Faith (faith@cs.unc.edu) .\" Interchanged 'needle' and 'haystack'; added history, aeb, 980113. -.TH MEMMEM 3 2014-03-17 "GNU" "Linux Programmer's Manual" +.TH MEMMEM 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME memmem \- locate a substring .SH SYNOPSIS diff --git a/man3/mkstemp.3 b/man3/mkstemp.3 index d86959146..24f73c37c 100644 --- a/man3/mkstemp.3 +++ b/man3/mkstemp.3 @@ -32,7 +32,7 @@ .\" Modified 990328, aeb .\" 2008-06-19, mtk, Added mkostemp(); various other changes .\" -.TH MKSTEMP 3 2014-06-13 "GNU" "Linux Programmer's Manual" +.TH MKSTEMP 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME mkstemp, mkostemp, mkstemps, mkostemps \- create a unique temporary file .SH SYNOPSIS diff --git a/man3/mktemp.3 b/man3/mktemp.3 index 33d8494b2..bc58e2f5f 100644 --- a/man3/mktemp.3 +++ b/man3/mktemp.3 @@ -31,7 +31,7 @@ .\" (prompted by Scott Burkett ) .\" Modified Sun Mar 28 23:44:38 1999 by Andries Brouwer (aeb@cwi.nl) .\" -.TH MKTEMP 3 2014-02-27 "GNU" "Linux Programmer's Manual" +.TH MKTEMP 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME mktemp \- make a unique temporary filename .SH SYNOPSIS diff --git a/man3/on_exit.3 b/man3/on_exit.3 index 3b18fab5c..31d2b823a 100644 --- a/man3/on_exit.3 +++ b/man3/on_exit.3 @@ -28,7 +28,7 @@ .\" 386BSD man pages .\" Modified 1993-04-02, David Metcalfe .\" Modified 1993-07-25, Rik Faith (faith@cs.unc.edu) -.TH ON_EXIT 3 2008-12-05 "GNU" "Linux Programmer's Manual" +.TH ON_EXIT 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME on_exit \- register a function to be called at normal process termination .SH SYNOPSIS diff --git a/man3/openpty.3 b/man3/openpty.3 index 921afa669..a17ac0854 100644 --- a/man3/openpty.3 +++ b/man3/openpty.3 @@ -31,7 +31,7 @@ .\" .\" Added -lutil remark, 030718 .\" -.TH OPENPTY 3 2010-06-13 "GNU" "Linux Programmer's Manual" +.TH OPENPTY 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME openpty, login_tty, forkpty \- terminal utility functions .SH SYNOPSIS diff --git a/man3/putenv.3 b/man3/putenv.3 index 699e66bfd..ff5614e65 100644 --- a/man3/putenv.3 +++ b/man3/putenv.3 @@ -33,7 +33,7 @@ .\" Modified Mon Oct 11 11:11:11 1999 by Andries Brouwer (aeb@cwi.nl) .\" Modified Wed Nov 10 00:02:26 1999 by Andries Brouwer (aeb@cwi.nl) .\" Modified Sun May 20 22:17:20 2001 by Andries Brouwer (aeb@cwi.nl) -.TH PUTENV 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH PUTENV 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME putenv \- change or add an environment variable .SH SYNOPSIS diff --git a/man3/qecvt.3 b/man3/qecvt.3 index 13ec1ea50..ce4c76e1a 100644 --- a/man3/qecvt.3 +++ b/man3/qecvt.3 @@ -25,7 +25,7 @@ .\" This replaces an earlier man page written by Walter Harms .\" . .\" -.TH QECVT 3 2014-03-11 "GNU" "Linux Programmer's Manual" +.TH QECVT 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME qecvt, qfcvt, qgcvt \- convert a floating-point number to a string .SH SYNOPSIS diff --git a/man3/realpath.3 b/man3/realpath.3 index df3cd9141..aab436753 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -25,7 +25,7 @@ .\" Rewritten old page, 990824, aeb@cwi.nl .\" 2004-12-14, mtk, added discussion of resolved_path == NULL .\" -.TH REALPATH 3 2013-03-15 "" "Linux Programmer's Manual" +.TH REALPATH 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME realpath \- return the canonicalized absolute pathname .SH SYNOPSIS diff --git a/man3/remove.3 b/man3/remove.3 index 83e5e690e..b2f361e11 100644 --- a/man3/remove.3 +++ b/man3/remove.3 @@ -28,7 +28,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH REMOVE 3 2014-03-10 "GNU" "Linux Programmer's Manual" +.TH REMOVE 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME remove \- remove a file or directory .SH SYNOPSIS diff --git a/man3/setbuf.3 b/man3/setbuf.3 index ddac09299..3b78f0038 100644 --- a/man3/setbuf.3 +++ b/man3/setbuf.3 @@ -45,7 +45,7 @@ .\" Correction, 2000-03-03, Andreas Jaeger .\" Added return value for setvbuf, aeb, .\" -.TH SETBUF 3 2014-02-18 "Linux" "Linux Programmer's Manual" +.TH SETBUF 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME setbuf, setbuffer, setlinebuf, setvbuf \- stream buffering operations .SH SYNOPSIS diff --git a/man3/sigpause.3 b/man3/sigpause.3 index 64678c57c..7a38ce6f2 100644 --- a/man3/sigpause.3 +++ b/man3/sigpause.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SIGPAUSE 3 2014-01-07 "Linux" "Linux Programmer's Manual" +.TH SIGPAUSE 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME sigpause \- atomically release blocked signals and wait for interrupt .SH SYNOPSIS diff --git a/man3/strftime.3 b/man3/strftime.3 index 18d027c42..002323672 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -34,7 +34,7 @@ .\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and .\" 'width' components of conversion specifications. .\" -.TH STRFTIME 3 2014-03-18 "GNU" "Linux Programmer's Manual" +.TH STRFTIME 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME strftime \- format date and time .SH SYNOPSIS diff --git a/man3/strptime.3 b/man3/strptime.3 index 9b49e9b5c..923561e6d 100644 --- a/man3/strptime.3 +++ b/man3/strptime.3 @@ -28,7 +28,7 @@ .\" Modified, aeb, 2001-08-31 .\" Modified, wharms 2001-11-12, remark on white space and example .\" -.TH STRPTIME 3 2014-01-17 "GNU" "Linux Programmer's Manual" +.TH STRPTIME 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME strptime \- convert a string representation of time to a time tm structure .SH SYNOPSIS diff --git a/man3/strstr.3 b/man3/strstr.3 index b44977f96..e7029b11e 100644 --- a/man3/strstr.3 +++ b/man3/strstr.3 @@ -30,7 +30,7 @@ .\" Added history, aeb, 980113. .\" 2005-05-05 mtk: added strcasestr() .\" -.TH STRSTR 3 2014-01-22 "GNU" "Linux Programmer's Manual" +.TH STRSTR 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME strstr, strcasestr \- locate a substring .SH SYNOPSIS diff --git a/man3/strtod.3 b/man3/strtod.3 index e00d9eda9..954ff70d8 100644 --- a/man3/strtod.3 +++ b/man3/strtod.3 @@ -42,7 +42,7 @@ .\" (michael@cantor.informatik.rwth-aachen.de) .\" Added strof, strtold, aeb, 2001-06-07 .\" -.TH STRTOD 3 2014-01-22 "Linux" "Linux Programmer's Manual" +.TH STRTOD 3 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME strtod, strtof, strtold \- convert ASCII string to floating-point number .SH SYNOPSIS diff --git a/man3/tzset.3 b/man3/tzset.3 index 47758cc11..1ae47e5e3 100644 --- a/man3/tzset.3 +++ b/man3/tzset.3 @@ -30,7 +30,7 @@ .\" Modified 2001-11-13, aeb .\" Modified 2004-12-01 mtk and Martin Schulze .\" -.TH TZSET 3 2012-03-25 "" "Linux Programmer's Manual" +.TH TZSET 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME tzset, tzname, timezone, daylight \- initialize time conversion information .SH SYNOPSIS diff --git a/man3/updwtmp.3 b/man3/updwtmp.3 index fbaf71031..3f451fc69 100644 --- a/man3/updwtmp.3 +++ b/man3/updwtmp.3 @@ -26,7 +26,7 @@ .\" Added -lutil remark, 030718 .\" 2008-07-02, mtk, document updwtmpx() .\" -.TH UPDWTMP 3 2008-07-02 "GNU" "Linux Programmer's Manual" +.TH UPDWTMP 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME updwtmp, logwtmp \- append an entry to the wtmp file .SH SYNOPSIS diff --git a/man3/xcrypt.3 b/man3/xcrypt.3 index e8d719789..748bc88db 100644 --- a/man3/xcrypt.3 +++ b/man3/xcrypt.3 @@ -10,7 +10,7 @@ .\" 3. xencrypt() a hexstring .\" to bad to be true :( .\" -.TH XCRYPT 3 2003-04-04 "" "Linux Programmer's Manual" +.TH XCRYPT 3 2014-08-19 "" "Linux Programmer's Manual" .SH NAME xencrypt, xdecrypt, passwd2des \- RFS password encryption .SH SYNOPSIS diff --git a/man5/core.5 b/man5/core.5 index f2c3e36ae..5d822ef60 100644 --- a/man5/core.5 +++ b/man5/core.5 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH CORE 5 2014-05-28 "Linux" "Linux Programmer's Manual" +.TH CORE 5 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME core \- core dump file .SH DESCRIPTION diff --git a/man5/utmp.5 b/man5/utmp.5 index 384c48c70..4c099d832 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -27,7 +27,7 @@ .\" Modified 1996-07-20 by Michael Haardt .\" Modified 1997-07-02 by Nicolás Lichtmaier .\" Modified 2004-10-31 by aeb, following Gwenole Beauchesne -.TH UTMP 5 2013-02-11 "Linux" "Linux Programmer's Manual" +.TH UTMP 5 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME utmp, wtmp \- login records .SH SYNOPSIS diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 3c5be62d2..c24377000 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -45,7 +45,7 @@ .\" other capabilities where the permitted or inheritable bit is set. .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG .\" -.TH CAPABILITIES 7 2014-05-21 "Linux" "Linux Programmer's Manual" +.TH CAPABILITIES 7 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME capabilities \- overview of Linux capabilities .SH DESCRIPTION diff --git a/man7/charsets.7 b/man7/charsets.7 index 45d18cea1..634c08e8c 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -14,7 +14,7 @@ .\" .\" Changes also by David Starner . .\" -.TH CHARSETS 7 2014-06-05 "Linux" "Linux Programmer's Manual" +.TH CHARSETS 7 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME charsets - character set standards and internationalization .SH DESCRIPTION diff --git a/man7/environ.7 b/man7/environ.7 index 6d6762f1a..85bfa9fb2 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -31,7 +31,7 @@ .\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (esr@thyrsus.com) .\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze .\" -.TH ENVIRON 7 2014-06-13 "Linux" "Linux Programmer's Manual" +.TH ENVIRON 7 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME environ \- user environment .SH SYNOPSIS diff --git a/man7/ipv6.7 b/man7/ipv6.7 index fffd868d6..3b1ebe08d 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -83,7 +83,7 @@ .\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f .\" Author: Erich E. Hoover .\" -.TH IPV6 7 2012-12-16 "Linux" "Linux Programmer's Manual" +.TH IPV6 7 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME ipv6 \- Linux IPv6 protocol implementation .SH SYNOPSIS diff --git a/man7/man-pages.7 b/man7/man-pages.7 index 525f77ccb..4ef25d3c7 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -27,7 +27,7 @@ .\" 2007-05-30 created by mtk, using text from old man.7 plus .\" rewrites and additional text. .\" -.TH MAN-PAGES 7 2014-06-13 "Linux" "Linux Programmer's Manual" +.TH MAN-PAGES 7 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME man-pages \- conventions for writing Linux man pages .SH SYNOPSIS diff --git a/man7/packet.7 b/man7/packet.7 index ecd46dd49..57cd3ca87 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -9,7 +9,7 @@ .\" .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $ .\" -.TH PACKET 7 2014-04-28 "Linux" "Linux Programmer's Manual" +.TH PACKET 7 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME packet \- packet interface on device level .SH SYNOPSIS diff --git a/man7/vdso.7 b/man7/vdso.7 index 71336d7e8..193fadeb5 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 2014-02-01 "Linux" "Linux Programmer's Manual" +.TH VDSO 7 2014-08-19 "Linux" "Linux Programmer's Manual" .SH NAME vDSO \- overview of the virtual ELF dynamic shared object .SH SYNOPSIS