From 1e64c86bbf60914ce435d0209e982c0b4b5e2c5e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Mar 2015 18:52:05 +0200 Subject: [PATCH] intro.1, ldd.1, clone.2, getgroups.2, getpid.2, getsockopt.2, ioctl_list.2, msgop.2, open.2, seccomp.2, setgid.2, setresuid.2, setreuid.2, setuid.2, sigaction.2, sigpending.2, sigprocmask.2, sigreturn.2, sigsuspend.2, sigwaitinfo.2, socket.2, syscall.2, syscalls.2, umount.2, clock.3, dlopen.3, fmemopen.3, fpathconf.3, fputwc.3, fputws.3, fseek.3, fseeko.3, gcvt.3, getline.3, getwchar.3, hypot.3, if_nameindex.3, initgroups.3, popen.3, resolver.3, strcoll.3, strdup.3, tzset.3, ulimit.3, wcstombs.3, wctob.3, xdr.3, console_codes.4, random.4, filesystems.5, host.conf.5, hosts.5, proc.5, resolv.conf.5, securetty.5, credentials.7, feature_test_macros.7, hier.7, ipv6.7, packet.7, pthreads.7, raw.7, signal.7, tcp.7, user_namespaces.7, ld.so.8, ldconfig.8: tstamp Signed-off-by: Michael Kerrisk --- man1/intro.1 | 2 +- man1/ldd.1 | 2 +- man2/clone.2 | 2 +- man2/getgroups.2 | 2 +- man2/getpid.2 | 2 +- man2/getsockopt.2 | 2 +- man2/ioctl_list.2 | 2 +- man2/msgop.2 | 2 +- man2/open.2 | 2 +- man2/seccomp.2 | 2 +- man2/setgid.2 | 2 +- man2/setresuid.2 | 2 +- man2/setreuid.2 | 2 +- man2/setuid.2 | 2 +- man2/sigaction.2 | 2 +- man2/sigpending.2 | 2 +- man2/sigprocmask.2 | 2 +- man2/sigreturn.2 | 2 +- man2/sigsuspend.2 | 2 +- man2/sigwaitinfo.2 | 2 +- man2/socket.2 | 2 +- man2/syscall.2 | 2 +- man2/syscalls.2 | 2 +- man2/umount.2 | 2 +- man3/clock.3 | 2 +- man3/dlopen.3 | 2 +- man3/fmemopen.3 | 2 +- man3/fpathconf.3 | 2 +- man3/fputwc.3 | 2 +- man3/fputws.3 | 2 +- man3/fseek.3 | 2 +- man3/fseeko.3 | 2 +- man3/gcvt.3 | 2 +- man3/getline.3 | 2 +- man3/getwchar.3 | 2 +- man3/hypot.3 | 2 +- man3/if_nameindex.3 | 2 +- man3/initgroups.3 | 2 +- man3/popen.3 | 2 +- man3/resolver.3 | 2 +- man3/strcoll.3 | 2 +- man3/strdup.3 | 2 +- man3/tzset.3 | 2 +- man3/ulimit.3 | 2 +- man3/wcstombs.3 | 2 +- man3/wctob.3 | 2 +- man3/xdr.3 | 2 +- man4/console_codes.4 | 2 +- man4/random.4 | 2 +- man5/filesystems.5 | 2 +- man5/host.conf.5 | 2 +- man5/hosts.5 | 2 +- man5/proc.5 | 2 +- man5/resolv.conf.5 | 2 +- man5/securetty.5 | 2 +- man7/credentials.7 | 2 +- man7/feature_test_macros.7 | 2 +- man7/hier.7 | 2 +- man7/ipv6.7 | 2 +- man7/packet.7 | 2 +- man7/pthreads.7 | 2 +- man7/raw.7 | 2 +- man7/signal.7 | 2 +- man7/tcp.7 | 2 +- man7/user_namespaces.7 | 2 +- man8/ld.so.8 | 2 +- man8/ldconfig.8 | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/man1/intro.1 b/man1/intro.1 index e509d03fa..9c3bba57e 100644 --- a/man1/intro.1 +++ b/man1/intro.1 @@ -25,7 +25,7 @@ .\" 2007-10-23 mtk Added intro paragraph about section, plus a paragraph .\" about exit status values. .\" -.TH INTRO 1 2007-11-15 "Linux" "Linux User's Manual" +.TH INTRO 1 2015-03-29 "Linux" "Linux User's Manual" .SH NAME intro \- introduction to user commands .SH DESCRIPTION diff --git a/man1/ldd.1 b/man1/ldd.1 index 033284c4f..c90de77cc 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -11,7 +11,7 @@ .\" May be distributed under the GNU General Public License .\" %%%LICENSE_END .\" -.TH LDD 1 2014-10-02 "" "Linux Programmer's Manual" +.TH LDD 1 2015-03-29 "" "Linux Programmer's Manual" .SH NAME ldd \- print shared library dependencies .SH SYNOPSIS diff --git a/man2/clone.2 b/man2/clone.2 index 752c01e86..663ee267f 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-02-21 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2 \- create a child process .SH SYNOPSIS diff --git a/man2/getgroups.2 b/man2/getgroups.2 index 1ef73e967..71d2a3b2e 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 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH GETGROUPS 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME getgroups, setgroups \- get/set list of supplementary group IDs .SH SYNOPSIS diff --git a/man2/getpid.2 b/man2/getpid.2 index 9c5f3d71d..ca9b38d0a 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETPID 2 2015-02-21 "Linux" "Linux Programmer's Manual" +.TH GETPID 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME getpid, getppid \- get process identification .SH SYNOPSIS diff --git a/man2/getsockopt.2 b/man2/getsockopt.2 index f4f1542fd..b6e20a721 100644 --- a/man2/getsockopt.2 +++ b/man2/getsockopt.2 @@ -41,7 +41,7 @@ .\" Modified 1999 by Andi Kleen . .\" Removed most stuff because it is in socket.7 now. .\" -.TH GETSOCKOPT 2 2014-04-28 "Linux" "Linux Programmer's Manual" +.TH GETSOCKOPT 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME getsockopt, setsockopt \- get and set options on sockets .SH SYNOPSIS diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2 index 994e0f4bd..ea5286257 100644 --- a/man2/ioctl_list.2 +++ b/man2/ioctl_list.2 @@ -28,7 +28,7 @@ .\" : .\" Various formatting improvements .\" -.TH IOCTL_LIST 2 2013-09-17 "Linux" "Linux Programmer's Manual" +.TH IOCTL_LIST 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME ioctl_list \- list of ioctl calls in Linux/i386 kernel .SH DESCRIPTION diff --git a/man2/msgop.2 b/man2/msgop.2 index c95211574..3a67093aa 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -36,7 +36,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH MSGOP 2 2015-02-21 "Linux" "Linux Programmer's Manual" +.TH MSGOP 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME msgrcv, msgsnd \- System V message queue operations .SH SYNOPSIS diff --git a/man2/open.2 b/man2/open.2 index a85364865..053bab10f 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-01-22 "Linux" "Linux Programmer's Manual" +.TH OPEN 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME open, openat, creat \- open and possibly create a file .SH SYNOPSIS diff --git a/man2/seccomp.2 b/man2/seccomp.2 index 266c7216d..7633bf217 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -24,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SECCOMP 2 2015-01-10 "Linux" "Linux Programmer's Manual" +.TH SECCOMP 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME seccomp \- operate on Secure Computing state of the process .SH SYNOPSIS diff --git a/man2/setgid.2 b/man2/setgid.2 index 295c87cc7..01b5efbfb 100644 --- a/man2/setgid.2 +++ b/man2/setgid.2 @@ -27,7 +27,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2002-03-09 by aeb .\" -.TH SETGID 2 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH SETGID 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME setgid \- set group identity .SH SYNOPSIS diff --git a/man2/setresuid.2 b/man2/setresuid.2 index 9abcbc475..8042a2596 100644 --- a/man2/setresuid.2 +++ b/man2/setresuid.2 @@ -24,7 +24,7 @@ .\" %%%LICENSE_END .\" .\" Modified, 2003-05-26, Michael Kerrisk, -.TH SETRESUID 2 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH SETRESUID 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME setresuid, setresgid \- set real, effective and saved user or group ID .SH SYNOPSIS diff --git a/man2/setreuid.2 b/man2/setreuid.2 index de6d49267..fec65f75c 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 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH SETREUID 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME setreuid, setregid \- set real and/or effective user or group ID .SH SYNOPSIS diff --git a/man2/setuid.2 b/man2/setuid.2 index ecb517756..8b53bd4ea 100644 --- a/man2/setuid.2 +++ b/man2/setuid.2 @@ -28,7 +28,7 @@ .\" , aeb 970616. .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements -.TH SETUID 2 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH SETUID 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME setuid \- set user identity .SH SYNOPSIS diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 1ef0320c4..dbccd42ea 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -46,7 +46,7 @@ .\" 2015-01-17, Kees Cook .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" -.TH SIGACTION 2 2015-01-22 "Linux" "Linux Programmer's Manual" +.TH SIGACTION 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME sigaction, rt_sigaction \- examine and change a signal action .SH SYNOPSIS diff --git a/man2/sigpending.2 b/man2/sigpending.2 index af56fbfd9..4022654f3 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 2013-12-11 "Linux" "Linux Programmer's Manual" +.TH SIGPENDING 2 2015-03-29 "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 c2babf5e5..dc5a1f818 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 2013-04-19 "Linux" "Linux Programmer's Manual" +.TH SIGPROCMASK 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME sigprocmask, rt_sigprocmask \- examine and change blocked signals .SH SYNOPSIS diff --git a/man2/sigreturn.2 b/man2/sigreturn.2 index 554c0e564..15c808b75 100644 --- a/man2/sigreturn.2 +++ b/man2/sigreturn.2 @@ -27,7 +27,7 @@ .\" 2008-06-26, mtk, added some more detail on the work done by sigreturn() .\" 2014-12-05, mtk, rewrote all of the rest of the original page .\" -.TH SIGRETURN 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH SIGRETURN 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame .SH SYNOPSIS diff --git a/man2/sigsuspend.2 b/man2/sigsuspend.2 index ed3e99c07..d14322694 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 2013-04-19 "Linux" "Linux Programmer's Manual" +.TH SIGSUSPEND 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME sigsuspend, rt_sigsuspend \- wait for a signal .SH SYNOPSIS diff --git a/man2/sigwaitinfo.2 b/man2/sigwaitinfo.2 index 9631a9fa5..5689b876d 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 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH SIGWAITINFO 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait \- synchronously wait for queued signals diff --git a/man2/socket.2 b/man2/socket.2 index 86a4e988b..38cd84f45 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -40,7 +40,7 @@ .\" Modified 2002-07-17 by Michael Kerrisk .\" Modified 2004-06-17 by Michael Kerrisk .\" -.TH SOCKET 2 2015-02-01 "Linux" "Linux Programmer's Manual" +.TH SOCKET 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME socket \- create an endpoint for communication .SH SYNOPSIS diff --git a/man2/syscall.2 b/man2/syscall.2 index 7b17204c6..ee8741681 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 2015-01-22 "Linux" "Linux Programmer's Manual" +.TH SYSCALL 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME syscall \- indirect system call .SH SYNOPSIS diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 85c11e6bc..ce0f6c14b 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-01-22 "Linux" "Linux Programmer's Manual" +.TH SYSCALLS 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS diff --git a/man2/umount.2 b/man2/umount.2 index e21be350e..149da1aa7 100644 --- a/man2/umount.2 +++ b/man2/umount.2 @@ -27,7 +27,7 @@ .\" 2008-10-06, mtk: Created this as a new page by splitting .\" umount/umount2 material out of mount.2 .\" -.TH UMOUNT 2 2014-02-26 "Linux" "Linux Programmer's Manual" +.TH UMOUNT 2 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME umount, umount2 \- unmount filesystem .SH SYNOPSIS diff --git a/man3/clock.3 b/man3/clock.3 index 3d99b1453..745754a3e 100644 --- a/man3/clock.3 +++ b/man3/clock.3 @@ -26,7 +26,7 @@ .\" Modified 14 Jun 2002, Michael Kerrisk .\" Added notes on differences from other UNIX systems with respect to .\" waited-for children. -.TH CLOCK 3 2014-09-21 "GNU" "Linux Programmer's Manual" +.TH CLOCK 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME clock \- determine processor time .SH SYNOPSIS diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 9d654625e..cb5dbf94f 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -32,7 +32,7 @@ .\" Modified by Walter Harms: dladdr, dlvsym .\" Modified by Petr Baudis , 2008-12-04: dladdr caveat .\" -.TH DLOPEN 3 2014-10-02 "Linux" "Linux Programmer's Manual" +.TH DLOPEN 3 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME dladdr, dlclose, dlerror, dlopen, dlsym, dlvsym \- programming interface to dynamic linking loader diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 4e84bf80a..47b897569 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -7,7 +7,7 @@ .\" .\" 2008-12-04, Petr Baudis : Document open_wmemstream() .\" -.TH FMEMOPEN 3 2015-01-22 "GNU" "Linux Programmer's Manual" +.TH FMEMOPEN 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME fmemopen, open_memstream, open_wmemstream \- open memory as stream .SH SYNOPSIS diff --git a/man3/fpathconf.3 b/man3/fpathconf.3 index 251b37362..05f76ab13 100644 --- a/man3/fpathconf.3 +++ b/man3/fpathconf.3 @@ -38,7 +38,7 @@ .\" _PC_SYMLINK_MAX, .\" _PC_2_SYMLINKS .\" -.TH FPATHCONF 3 2014-05-28 "GNU" "Linux Programmer's Manual" +.TH FPATHCONF 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME fpathconf, pathconf \- get configuration values for files .SH SYNOPSIS diff --git a/man3/fputwc.3 b/man3/fputwc.3 index fb79ada4f..91e9565c5 100644 --- a/man3/fputwc.3 +++ b/man3/fputwc.3 @@ -13,7 +13,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH FPUTWC 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH FPUTWC 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME fputwc, putwc \- write a wide character to a FILE stream .SH SYNOPSIS diff --git a/man3/fputws.3 b/man3/fputws.3 index 3f177949b..d8ba2f259 100644 --- a/man3/fputws.3 +++ b/man3/fputws.3 @@ -13,7 +13,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH FPUTWS 3 2011-09-28 "GNU" "Linux Programmer's Manual" +.TH FPUTWS 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME fputws \- write a wide-character string to a FILE stream .SH SYNOPSIS diff --git a/man3/fseek.3 b/man3/fseek.3 index eecf1396a..3936ba162 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 2014-05-28 "GNU" "Linux Programmer's Manual" +.TH FSEEK 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .SH SYNOPSIS diff --git a/man3/fseeko.3 b/man3/fseeko.3 index cdc4687d8..86937685c 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-10-02 "" "Linux Programmer's Manual" +.TH FSEEKO 3 2015-03-29 "" "Linux Programmer's Manual" .SH NAME fseeko, ftello \- seek to or report file position .SH SYNOPSIS diff --git a/man3/gcvt.3 b/man3/gcvt.3 index 9d283b824..84a801ea3 100644 --- a/man3/gcvt.3 +++ b/man3/gcvt.3 @@ -27,7 +27,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:32:25 1993 by Rik Faith (faith@cs.unc.edu) -.TH GCVT 3 2014-05-28 "" "Linux Programmer's Manual" +.TH GCVT 3 2015-03-29 "" "Linux Programmer's Manual" .SH NAME gcvt \- convert a floating-point number to a string .SH SYNOPSIS diff --git a/man3/getline.3 b/man3/getline.3 index ca94dd0cf..51fd65928 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 2015-01-22 "GNU" "Linux Programmer's Manual" +.TH GETLINE 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME getline, getdelim \- delimited string input .SH SYNOPSIS diff --git a/man3/getwchar.3 b/man3/getwchar.3 index 96a95f679..80462c80d 100644 --- a/man3/getwchar.3 +++ b/man3/getwchar.3 @@ -14,7 +14,7 @@ .\" http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH GETWCHAR 3 1999-07-25 "GNU" "Linux Programmer's Manual" +.TH GETWCHAR 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME getwchar \- read a wide character from standard input .SH SYNOPSIS diff --git a/man3/hypot.3 b/man3/hypot.3 index 5c67c4eb0..1bbf5c71e 100644 --- a/man3/hypot.3 +++ b/man3/hypot.3 @@ -30,7 +30,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH HYPOT 3 2010-09-20 "" "Linux Programmer's Manual" +.TH HYPOT 3 2015-03-29 "" "Linux Programmer's Manual" .SH NAME hypot, hypotf, hypotl \- Euclidean distance function .SH SYNOPSIS diff --git a/man3/if_nameindex.3 b/man3/if_nameindex.3 index 9d38c6e8d..90b8ca79d 100644 --- a/man3/if_nameindex.3 +++ b/man3/if_nameindex.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH IF_NAMEINDEX 3 2012-11-21 "GNU" "Linux Programmer's Manual" +.TH IF_NAMEINDEX 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME if_nameindex, if_freenameindex \- get network interface names and indexes .SH SYNOPSIS diff --git a/man3/initgroups.3 b/man3/initgroups.3 index 25cdee223..7c0e39464 100644 --- a/man3/initgroups.3 +++ b/man3/initgroups.3 @@ -29,7 +29,7 @@ .\" Modified 1993-07-24 by Rik Faith .\" Modified 2004-10-10 by aeb .\" -.TH INITGROUPS 3 2007-07-26 "GNU" "Linux Programmer's Manual" +.TH INITGROUPS 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME initgroups \- initialize the supplementary group access list .SH SYNOPSIS diff --git a/man3/popen.3 b/man3/popen.3 index f51181097..d37547286 100644 --- a/man3/popen.3 +++ b/man3/popen.3 @@ -37,7 +37,7 @@ .\" Modified Sat May 18 20:37:44 1996 by Martin Schulze (joey@linux.de) .\" Modified 7 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk) .\" -.TH POPEN 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH POPEN 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME popen, pclose \- pipe stream to or from a process .SH SYNOPSIS diff --git a/man3/resolver.3 b/man3/resolver.3 index 4a1c97d0d..ec5335ef3 100644 --- a/man3/resolver.3 +++ b/man3/resolver.3 @@ -29,7 +29,7 @@ .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu) .\" Modified 2004-10-31 by aeb .\" -.TH RESOLVER 3 2015-02-21 "GNU" "Linux Programmer's Manual" +.TH RESOLVER 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME res_init, res_query, res_search, res_querydomain, res_mkquery, res_send, dn_comp, dn_expand \- resolver routines diff --git a/man3/strcoll.3 b/man3/strcoll.3 index aca874594..cea3b1eea 100644 --- a/man3/strcoll.3 +++ b/man3/strcoll.3 @@ -27,7 +27,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sun Jul 25 10:40:44 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRCOLL 3 2010-09-20 "GNU" "Linux Programmer's Manual" +.TH STRCOLL 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME strcoll \- compare two strings using the current locale .SH SYNOPSIS diff --git a/man3/strdup.3 b/man3/strdup.3 index 59adc250b..6e55ccf6d 100644 --- a/man3/strdup.3 +++ b/man3/strdup.3 @@ -28,7 +28,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:41:34 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Wed Oct 17 01:12:26 2001 by John Levon -.TH STRDUP 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH STRDUP 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME strdup, strndup, strdupa, strndupa \- duplicate a string .SH SYNOPSIS diff --git a/man3/tzset.3 b/man3/tzset.3 index f09ba9f47..c135f1b16 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 2015-02-21 "" "Linux Programmer's Manual" +.TH TZSET 3 2015-03-29 "" "Linux Programmer's Manual" .SH NAME tzset, tzname, timezone, daylight \- initialize time conversion information .SH SYNOPSIS diff --git a/man3/ulimit.3 b/man3/ulimit.3 index 7f9847af9..b2a866929 100644 --- a/man3/ulimit.3 +++ b/man3/ulimit.3 @@ -24,7 +24,7 @@ .\" .\" Moved to man3, aeb, 980612 .\" -.TH ULIMIT 3 2008-08-06 "Linux" "Linux Programmer's Manual" +.TH ULIMIT 3 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME ulimit \- get and set user limits .SH SYNOPSIS diff --git a/man3/wcstombs.3 b/man3/wcstombs.3 index ff37eaf58..e72c97fe3 100644 --- a/man3/wcstombs.3 +++ b/man3/wcstombs.3 @@ -13,7 +13,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSTOMBS 3 2014-03-18 "GNU" "Linux Programmer's Manual" +.TH WCSTOMBS 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME wcstombs \- convert a wide-character string to a multibyte string .SH SYNOPSIS diff --git a/man3/wctob.3 b/man3/wctob.3 index e7b0f5a3e..5bfb51b21 100644 --- a/man3/wctob.3 +++ b/man3/wctob.3 @@ -13,7 +13,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCTOB 3 2011-09-22 "GNU" "Linux Programmer's Manual" +.TH WCTOB 3 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME wctob \- try to represent a wide character as a single byte .SH SYNOPSIS diff --git a/man3/xdr.3 b/man3/xdr.3 index d74ec0668..0e2d939e6 100644 --- a/man3/xdr.3 +++ b/man3/xdr.3 @@ -8,7 +8,7 @@ .\" .\" 2007-12-30, mtk, Convert function prototypes to modern C syntax .\" -.TH XDR 3 2007-12-30 "" "Linux Programmer's Manual" +.TH XDR 3 2015-03-29 "" "Linux Programmer's Manual" .SH NAME xdr \- library routines for external data representation .SH SYNOPSIS AND DESCRIPTION diff --git a/man4/console_codes.4 b/man4/console_codes.4 index b481af8ea..37641ac7b 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -20,7 +20,7 @@ .\" .\" 2006-05-27, Several corrections - Thomas E. Dickey .\" -.TH CONSOLE_CODES 4 2015-02-27 "Linux" "Linux Programmer's Manual" +.TH CONSOLE_CODES 4 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME console_codes \- Linux console escape and control sequences .SH DESCRIPTION diff --git a/man4/random.4 b/man4/random.4 index db6a5765c..251998109 100644 --- a/man4/random.4 +++ b/man4/random.4 @@ -16,7 +16,7 @@ .\" Add a Usage subsection that recommends most users to use .\" /dev/urandom, and emphasizes parsimonious usage of /dev/random. .\" -.TH RANDOM 4 2015-02-01 "Linux" "Linux Programmer's Manual" +.TH RANDOM 4 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME random, urandom \- kernel random number source devices .SH SYNOPSIS diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 0c66f9e70..6c48cabf3 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -23,7 +23,7 @@ .\" .\" 2007-12-14 mtk Added Reiserfs, XFS, JFS. .\" -.TH FILESYSTEMS 5 2014-01-15 "Linux" "Linux Programmer's Manual" +.TH FILESYSTEMS 5 2015-03-29 "Linux" "Linux Programmer's Manual" .nh .SH NAME filesystems \- Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660, diff --git a/man5/host.conf.5 b/man5/host.conf.5 index 8e12fa5c6..a5ff25a9a 100644 --- a/man5/host.conf.5 +++ b/man5/host.conf.5 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" 2003-08-23 Martin Schulze Updated according to glibc 2.3.2 -.TH HOST.CONF 5 2015-02-21 "Linux" "Linux System Administration" +.TH HOST.CONF 5 2015-03-29 "Linux" "Linux System Administration" .SH NAME host.conf \- resolver configuration file .SH DESCRIPTION diff --git a/man5/hosts.5 b/man5/hosts.5 index 2eaeb69a9..dafd1936b 100644 --- a/man5/hosts.5 +++ b/man5/hosts.5 @@ -24,7 +24,7 @@ .\" Minor polishing, aeb .\" Modified, 2002-06-16, Mike Coleman .\" -.TH HOSTS 5 2002-06-16 "Linux" "Linux Programmer's Manual" +.TH HOSTS 5 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME hosts \- static table lookup for hostnames .SH SYNOPSIS diff --git a/man5/proc.5 b/man5/proc.5 index 5b1bf822a..ef9ce9fed 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -52,7 +52,7 @@ .\" to see what information could be imported from that file .\" into this file. .\" -.TH PROC 5 2015-02-21 "Linux" "Linux Programmer's Manual" +.TH PROC 5 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME proc \- process information pseudo-filesystem .SH DESCRIPTION diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 index f01bf571e..f5c8cad6c 100644 --- a/man5/resolv.conf.5 +++ b/man5/resolv.conf.5 @@ -20,7 +20,7 @@ .\" .\" Added ndots remark by Bernhard R. Link - debian bug #182886 .\" -.TH RESOLV.CONF 5 2015-02-21 "" "Linux Programmer's Manual" +.TH RESOLV.CONF 5 2015-03-29 "" "Linux Programmer's Manual" .UC 4 .SH NAME resolv.conf \- resolver configuration file diff --git a/man5/securetty.5 b/man5/securetty.5 index 88f9fb639..6585f6511 100644 --- a/man5/securetty.5 +++ b/man5/securetty.5 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" Modified Sun Jul 25 11:06:27 1993 by Rik Faith (faith@cs.unc.edu) -.TH SECURETTY 5 1992-12-29 "Linux" "Linux Programmer's Manual" +.TH SECURETTY 5 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME securetty \- file which lists terminals from which root can log in .SH DESCRIPTION diff --git a/man7/credentials.7 b/man7/credentials.7 index b995f9ceb..bde25b7e0 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -24,7 +24,7 @@ .\" .\" 2007-06-13 Creation .\" -.TH CREDENTIALS 7 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH CREDENTIALS 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME credentials \- process identifiers .SH DESCRIPTION diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index bfe4ee7bc..d47099019 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FEATURE_TEST_MACROS 7 2014-03-20 "Linux" "Linux Programmer's Manual" +.TH FEATURE_TEST_MACROS 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME feature_test_macros \- feature test macros .SH SYNOPSIS diff --git a/man7/hier.7 b/man7/hier.7 index 615ad6595..da6b72fea 100644 --- a/man7/hier.7 +++ b/man7/hier.7 @@ -28,7 +28,7 @@ .\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier .\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper .\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox -.TH HIER 7 2012-08-05 "Linux" "Linux Programmer's Manual" +.TH HIER 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME hier \- description of the filesystem hierarchy .SH DESCRIPTION diff --git a/man7/ipv6.7 b/man7/ipv6.7 index 4ce1ac07a..289a41784 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -83,7 +83,7 @@ .\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f .\" Author: Erich E. Hoover .\" -.TH IPV6 7 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH IPV6 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME ipv6 \- Linux IPv6 protocol implementation .SH SYNOPSIS diff --git a/man7/packet.7 b/man7/packet.7 index 18a5521b4..359276dbc 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-08-19 "Linux" "Linux Programmer's Manual" +.TH PACKET 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME packet \- packet interface on device level .SH SYNOPSIS diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 2ed26eceb..3a6882868 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREADS 7 2015-02-21 "Linux" "Linux Programmer's Manual" +.TH PTHREADS 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME pthreads \- POSIX threads .SH DESCRIPTION diff --git a/man7/raw.7 b/man7/raw.7 index 63b04222c..ffbd92246 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -10,7 +10,7 @@ .\" .\" $Id: raw.7,v 1.6 1999/06/05 10:32:08 freitag Exp $ .\" -.TH RAW 7 2012-05-10 "Linux" "Linux Programmer's Manual" +.TH RAW 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME raw \- Linux IPv4 raw sockets .SH SYNOPSIS diff --git a/man7/signal.7 b/man7/signal.7 index 2391d1e3d..10fd3e9d3 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -43,7 +43,7 @@ .\" Added section on stop/cont signals interrupting syscalls. .\" 2008-10-05, mtk: various additions .\" -.TH SIGNAL 7 2015-02-01 "Linux" "Linux Programmer's Manual" +.TH SIGNAL 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME signal \- overview of signals .SH DESCRIPTION diff --git a/man7/tcp.7 b/man7/tcp.7 index 2d226a21d..9776ef369 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -73,7 +73,7 @@ .\" commit c9bee3b7fdecb0c1d070c7b54113b3bdfb9a3d36 .\" Author: Eric Dumazet .\" -.TH TCP 7 2015-01-10 "Linux" "Linux Programmer's Manual" +.TH TCP 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME tcp \- TCP protocol .SH SYNOPSIS diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 02c26415d..7774d011c 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -24,7 +24,7 @@ .\" %%%LICENSE_END .\" .\" -.TH USER_NAMESPACES 7 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH USER_NAMESPACES 7 2015-03-29 "Linux" "Linux Programmer's Manual" .SH NAME user_namespaces \- overview of Linux user namespaces .SH DESCRIPTION diff --git a/man8/ld.so.8 b/man8/ld.so.8 index b01f1e251..3bf8a36f7 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 2015-02-21 "GNU" "Linux Programmer's Manual" +.TH LD.SO 8 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME ld.so, ld-linux.so* \- dynamic linker/loader .SH SYNOPSIS diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index df04a78d7..14956bd5f 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -19,7 +19,7 @@ .\" .\" Modified, 6 May 2002, Michael Kerrisk, .\" Change listed order of /usr/lib and /lib -.TH LDCONFIG 8 2015-02-21 "GNU" "Linux Programmer's Manual" +.TH LDCONFIG 8 2015-03-29 "GNU" "Linux Programmer's Manual" .SH NAME ldconfig \- configure dynamic linker run-time bindings .SH SYNOPSIS