From 8660ef9f1d7960911c46344d2a2cd2f67e917c46 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 28 May 2014 15:42:25 +0200 Subject: [PATCH] locale.1, adjtimex.2, clone.2, fork.2, getrlimit.2, remap_file_pages.2, set_mempolicy.2, swapon.2, a64l.3, adjtime.3, argz_add.3, bstring.3, envz_add.3, fpathconf.3, fseek.3, gcvt.3, getaddrinfo_a.3, getauxval.3, getnameinfo.3, getrpcent.3, getrpcport.3, getspnam.3, getutent.3, inet.3, inet_net_pton.3, key_setsecret.3, makecontext.3, makedev.3, malloc_trim.3, mq_getattr.3, newlocale.3, nl_langinfo.3, perror.3, pthread_attr_setaffinity_np.3, pthread_attr_setdetachstate.3, pthread_attr_setguardsize.3, pthread_attr_setscope.3, pthread_attr_setstack.3, pthread_attr_setstackaddr.3, pthread_attr_setstacksize.3, pthread_cleanup_push_defer_np.3, pthread_create.3, pthread_setname_np.3, pthread_setschedparam.3, pthread_setschedprio.3, pthread_sigqueue.3, rcmd.3, re_comp.3, resolver.3, rexec.3, rtime.3, scandir.3, setlocale.3, setnetgrent.3, sigvec.3, tsearch.3, core.5, proc.5, charsets.7, locale.7: tstamp Signed-off-by: Michael Kerrisk --- man1/locale.1 | 2 +- man2/adjtimex.2 | 2 +- man2/clone.2 | 2 +- man2/fork.2 | 2 +- man2/getrlimit.2 | 2 +- man2/remap_file_pages.2 | 2 +- man2/set_mempolicy.2 | 2 +- man2/swapon.2 | 2 +- man3/a64l.3 | 2 +- man3/adjtime.3 | 2 +- man3/argz_add.3 | 2 +- man3/bstring.3 | 2 +- man3/envz_add.3 | 2 +- man3/fpathconf.3 | 2 +- man3/fseek.3 | 2 +- man3/gcvt.3 | 2 +- man3/getaddrinfo_a.3 | 2 +- man3/getauxval.3 | 2 +- man3/getnameinfo.3 | 2 +- man3/getrpcent.3 | 2 +- man3/getrpcport.3 | 2 +- man3/getspnam.3 | 2 +- man3/getutent.3 | 2 +- man3/inet.3 | 2 +- man3/inet_net_pton.3 | 2 +- man3/key_setsecret.3 | 2 +- man3/makecontext.3 | 2 +- man3/makedev.3 | 2 +- man3/malloc_trim.3 | 2 +- man3/mq_getattr.3 | 2 +- man3/newlocale.3 | 2 +- man3/nl_langinfo.3 | 2 +- man3/perror.3 | 2 +- man3/pthread_attr_setaffinity_np.3 | 2 +- man3/pthread_attr_setdetachstate.3 | 2 +- man3/pthread_attr_setguardsize.3 | 2 +- man3/pthread_attr_setscope.3 | 2 +- man3/pthread_attr_setstack.3 | 2 +- man3/pthread_attr_setstackaddr.3 | 2 +- man3/pthread_attr_setstacksize.3 | 2 +- man3/pthread_cleanup_push_defer_np.3 | 2 +- man3/pthread_create.3 | 2 +- man3/pthread_setname_np.3 | 2 +- man3/pthread_setschedparam.3 | 2 +- man3/pthread_setschedprio.3 | 2 +- man3/pthread_sigqueue.3 | 2 +- man3/rcmd.3 | 2 +- man3/re_comp.3 | 2 +- man3/resolver.3 | 2 +- man3/rexec.3 | 2 +- man3/rtime.3 | 2 +- man3/scandir.3 | 2 +- man3/setlocale.3 | 2 +- man3/setnetgrent.3 | 2 +- man3/sigvec.3 | 2 +- man3/tsearch.3 | 2 +- man5/core.5 | 2 +- man5/proc.5 | 2 +- man7/charsets.7 | 2 +- man7/locale.7 | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/man1/locale.1 b/man1/locale.1 index 12a55f225..23244627c 100644 --- a/man1/locale.1 +++ b/man1/locale.1 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH LOCALE 1 2014-03-10 "Linux" "Linux Programmer's Manual" +.TH LOCALE 1 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME locale \- get locale-specific information .SH SYNOPSIS diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index b5fd25704..8481a0860 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2 @@ -34,7 +34,7 @@ .\" commit 094aa1881fdc1b8889b442eb3511b31f3ec2b762 .\" Author: Richard Cochran .\" -.TH ADJTIMEX 2 2013-08-07 "Linux" "Linux Programmer's Manual" +.TH ADJTIMEX 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME adjtimex \- tune kernel clock .SH SYNOPSIS diff --git a/man2/clone.2 b/man2/clone.2 index 874c0109c..1f83d336d 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-02-27 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2 \- create a child process .SH SYNOPSIS diff --git a/man2/fork.2 b/man2/fork.2 index 4a46d3f75..c101a2400 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 2014-05-12 "Linux" "Linux Programmer's Manual" +.TH FORK 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME fork \- create a child process .SH SYNOPSIS diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 1669ec02c..90ad5c5e7 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-01-22 "Linux" "Linux Programmer's Manual" +.TH GETRLIMIT 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME getrlimit, setrlimit, prlimit \- get/set resource limits .SH SYNOPSIS diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2 index 4ce3c1d31..acc5b3f13 100644 --- a/man2/remap_file_pages.2 +++ b/man2/remap_file_pages.2 @@ -25,7 +25,7 @@ .\" 2003-12-10 Initial creation, Michael Kerrisk .\" 2004-10-28 aeb, corrected prototype, prot must be 0 .\" -.TH REMAP_FILE_PAGES 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH REMAP_FILE_PAGES 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME remap_file_pages \- create a nonlinear file mapping .SH SYNOPSIS diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index b17cf3070..9d7d1de40 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -24,7 +24,7 @@ .\" 2007-08-27, Lee Schermerhorn .\" more precise specification of behavior. .\" -.TH SET_MEMPOLICY 2 2008-08-15 Linux "Linux Programmer's Manual" +.TH SET_MEMPOLICY 2 2014-05-28 Linux "Linux Programmer's Manual" .SH NAME set_mempolicy \- set default NUMA memory policy for a process and its children .SH SYNOPSIS diff --git a/man2/swapon.2 b/man2/swapon.2 index 18f86550d..829a4c7c9 100644 --- a/man2/swapon.2 +++ b/man2/swapon.2 @@ -34,7 +34,7 @@ .\" 2007-06-22 Ivana Varekova , mtk .\" Update text describing limit on number of swap files. .\" -.TH SWAPON 2 2014-02-26 "Linux" "Linux Programmer's Manual" +.TH SWAPON 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME swapon, swapoff \- start/stop swapping to file/device .SH SYNOPSIS diff --git a/man3/a64l.3 b/man3/a64l.3 index 0a21f8218..b4bc9e46c 100644 --- a/man3/a64l.3 +++ b/man3/a64l.3 @@ -6,7 +6,7 @@ .\" .\" Corrected, aeb, 2002-05-30 .\" -.TH A64L 3 2013-06-21 "" "Linux Programmer's Manual" +.TH A64L 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME a64l, l64a \- convert between long and base-64 .SH SYNOPSIS diff --git a/man3/adjtime.3 b/man3/adjtime.3 index aa2311f0f..1744aa7c2 100644 --- a/man3/adjtime.3 +++ b/man3/adjtime.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH ADJTIME 3 2013-10-07 "Linux" "Linux Programmer's Manual" +.TH ADJTIME 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME adjtime \- correct the time to synchronize the system clock .SH SYNOPSIS diff --git a/man3/argz_add.3 b/man3/argz_add.3 index a28f9e299..4b2de7c72 100644 --- a/man3/argz_add.3 +++ b/man3/argz_add.3 @@ -7,7 +7,7 @@ .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb -.TH ARGZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual" +.TH ARGZ_ADD 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME argz_add, argz_add_sep, argz_append, argz_count, argz_create, argz_create_sep, argz_delete, argz_extract, argz_insert, diff --git a/man3/bstring.3 b/man3/bstring.3 index 70a6535a9..cf54a433b 100644 --- a/man3/bstring.3 +++ b/man3/bstring.3 @@ -29,7 +29,7 @@ .\" Modified 1993-04-12, David Metcalfe .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu) .\" Modified 2002-01-20, Walter Harms -.TH BSTRING 3 2002-01-20 "" "Linux Programmer's Manual" +.TH BSTRING 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset \- byte string operations diff --git a/man3/envz_add.3 b/man3/envz_add.3 index de388af6b..417bcb716 100644 --- a/man3/envz_add.3 +++ b/man3/envz_add.3 @@ -7,7 +7,7 @@ .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb -.TH ENVZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual" +.TH ENVZ_ADD 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME envz_add, envz_entry, envz_get, envz_merge, envz_remove, envz_strip \- environment string support diff --git a/man3/fpathconf.3 b/man3/fpathconf.3 index 0e46f314b..9e41a1dc7 100644 --- a/man3/fpathconf.3 +++ b/man3/fpathconf.3 @@ -38,7 +38,7 @@ .\" _PC_SYMLINK_MAX, .\" _PC_2_SYMLINKS .\" -.TH FPATHCONF 3 2014-03-20 "GNU" "Linux Programmer's Manual" +.TH FPATHCONF 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME fpathconf, pathconf \- get configuration values for files .SH SYNOPSIS diff --git a/man3/fseek.3 b/man3/fseek.3 index c22a2c2b9..a01cf3527 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-04-02 "GNU" "Linux Programmer's Manual" +.TH FSEEK 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .SH SYNOPSIS diff --git a/man3/gcvt.3 b/man3/gcvt.3 index 77d910abf..e65a29335 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 2010-09-20 "" "Linux Programmer's Manual" +.TH GCVT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME gcvt \- convert a floating-point number to a string .SH SYNOPSIS diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3 index 187330793..3bbf6aaf2 100644 --- a/man3/getaddrinfo_a.3 +++ b/man3/getaddrinfo_a.3 @@ -26,7 +26,7 @@ .\" References: http://people.redhat.com/drepper/asynchnl.pdf, .\" http://www.imperialviolet.org/2005/06/01/asynchronous-dns-lookups-with-glibc.html .\" -.TH GETADDRINFO_A 3 2010-09-27 "GNU" "Linux Programmer's Manual" +.TH GETADDRINFO_A 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getaddrinfo_a, gai_suspend, gai_error, gai_cancel \- asynchronous network address and service translation diff --git a/man3/getauxval.3 b/man3/getauxval.3 index bbb1e5534..1d40a25a8 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -26,7 +26,7 @@ .\" .\" FIXME glibc 2.18 added AT_HWCAP2 .\" -.TH GETAUXVAL 3 2014-04-08 "GNU" "Linux Programmer's Manual" +.TH GETAUXVAL 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getauxval \- retrieve a value from the auxiliary vector .SH SYNOPSIS diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3 index 49acb4e86..c763071ed 100644 --- a/man3/getnameinfo.3 +++ b/man3/getnameinfo.3 @@ -7,7 +7,7 @@ .\" 2004-12-14, mtk, Added EAI_OVERFLOW error .\" 2004-12-14 Fixed description of error return .\" -.TH GETNAMEINFO 3 2013-01-15 "GNU" "Linux Programmer's Manual" +.TH GETNAMEINFO 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getnameinfo \- address-to-name translation in protocol-independent manner .SH SYNOPSIS diff --git a/man3/getrpcent.3 b/man3/getrpcent.3 index f25f7ebfa..ef4311f78 100644 --- a/man3/getrpcent.3 +++ b/man3/getrpcent.3 @@ -5,7 +5,7 @@ .\" %%%LICENSE_END .\" .\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI -.TH GETRPCENT 3 2008-08-19 "" "Linux Programmer's Manual" +.TH GETRPCENT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get RPC entry diff --git a/man3/getrpcport.3 b/man3/getrpcport.3 index a31fbc9dd..13f970f86 100644 --- a/man3/getrpcport.3 +++ b/man3/getrpcport.3 @@ -5,7 +5,7 @@ .\" %%%LICENSE_END .\" .\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI -.TH GETRPCPORT 3 2007-12-23 "" "Linux Programmer's Manual" +.TH GETRPCPORT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME getrpcport \- get RPC port number .SH SYNOPSIS diff --git a/man3/getspnam.3 b/man3/getspnam.3 index 40d78c2a4..f9c8cfbcf 100644 --- a/man3/getspnam.3 +++ b/man3/getspnam.3 @@ -5,7 +5,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH GETSPNAM 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH GETSPNAM 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent, diff --git a/man3/getutent.3 b/man3/getutent.3 index 5f5ac68ae..5aa0bbb7d 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 2013-04-19 "" "Linux Programmer's Manual" +.TH GETUTENT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME getutent, getutid, getutline, pututline, setutent, endutent, utmpname \- access utmp file entries diff --git a/man3/inet.3 b/man3/inet.3 index 0c61b4930..bf2cd28c6 100644 --- a/man3/inet.3 +++ b/man3/inet.3 @@ -39,7 +39,7 @@ .\" Add discussion of Classful Addressing, noting that it is obsolete. .\" Added an EXAMPLE program. .\" -.TH INET 3 2014-04-19 "GNU" "Linux Programmer's Manual" +.TH INET 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof \- Internet address manipulation routines diff --git a/man3/inet_net_pton.3 b/man3/inet_net_pton.3 index 340a84975..a82ec4f6a 100644 --- a/man3/inet_net_pton.3 +++ b/man3/inet_net_pton.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH INET_NET_PTON 3 2014-04-14 "Linux" "Linux Programmer's Manual" +.TH INET_NET_PTON 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME inet_net_pton, inet_net_ntop \- Internet network number conversion .SH SYNOPSIS diff --git a/man3/key_setsecret.3 b/man3/key_setsecret.3 index b78cd8b73..426af3c51 100644 --- a/man3/key_setsecret.3 +++ b/man3/key_setsecret.3 @@ -6,7 +6,7 @@ .\" .\" I had no way the check the functions out .\" be careful -.TH KEY_SETSECRET 3 2002-07-18 "" "Linux Programmer's Manual" +.TH KEY_SETSECRET 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME key_decryptsession, key_encryptsession, key_setsecret, key_gendes, key_secretkey_is_set \- interfaces to rpc keyserver daemon diff --git a/man3/makecontext.3 b/man3/makecontext.3 index e57060d5f..5c801d4f8 100644 --- a/man3/makecontext.3 +++ b/man3/makecontext.3 @@ -25,7 +25,7 @@ .\" .\" 2006-08-02, mtk, Added example program .\" -.TH MAKECONTEXT 3 2014-04-14 "GNU" "Linux Programmer's Manual" +.TH MAKECONTEXT 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME makecontext, swapcontext \- manipulate user context .SH SYNOPSIS diff --git a/man3/makedev.3 b/man3/makedev.3 index bb63a4d68..f6d191c0a 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 2012-05-10 "Linux" "Linux Programmer's Manual" +.TH MAKEDEV 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME makedev, major, minor \- manage a device number .SH SYNOPSIS diff --git a/man3/malloc_trim.3 b/man3/malloc_trim.3 index bdcafbdd1..74ef07e3d 100644 --- a/man3/malloc_trim.3 +++ b/man3/malloc_trim.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MALLOC_TRIM 3 2012-03-29 "Linux" "Linux Programmer's Manual" +.TH MALLOC_TRIM 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME malloc_trim \- release free memory from the top of the heap .SH SYNOPSIS diff --git a/man3/mq_getattr.3 b/man3/mq_getattr.3 index dbe8125b5..0fe370d98 100644 --- a/man3/mq_getattr.3 +++ b/man3/mq_getattr.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MQ_GETATTR 3 2010-08-29 "Linux" "Linux Programmer's Manual" +.TH MQ_GETATTR 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME mq_getattr, mq_setattr \- get/set message queue attributes .SH SYNOPSIS diff --git a/man3/newlocale.3 b/man3/newlocale.3 index a79220ed0..8c4ef5ab4 100644 --- a/man3/newlocale.3 +++ b/man3/newlocale.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH NEWLOCALE 3 2014-03-12 "Linux" "Linux Programmer's Manual" +.TH NEWLOCALE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME newlocale, freelocale \- create, modify, and free a locale object .SH SYNOPSIS diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3 index 09477750b..d703c09e4 100644 --- a/man3/nl_langinfo.3 +++ b/man3/nl_langinfo.3 @@ -13,7 +13,7 @@ .\" .\" Corrected prototype, 2002-10-18, aeb .\" -.TH NL_LANGINFO 3 2010-10-03 "GNU" "Linux Programmer's Manual" +.TH NL_LANGINFO 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME nl_langinfo \- query language and locale information .SH SYNOPSIS diff --git a/man3/perror.3 b/man3/perror.3 index 34f3ec5b4..20f22091d 100644 --- a/man3/perror.3 +++ b/man3/perror.3 @@ -28,7 +28,7 @@ .\" (msmith@falcon.mercer.peachnet.edu) and various other changes. .\" Modified 1996-05-16 by Martin Schulze (joey@infodrom.north.de) .\" -.TH PERROR 3 2012-04-17 "" "Linux Programmer's Manual" +.TH PERROR 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME perror \- print a system error message .SH SYNOPSIS diff --git a/man3/pthread_attr_setaffinity_np.3 b/man3/pthread_attr_setaffinity_np.3 index 4ae27d8f2..ce49abbec 100644 --- a/man3/pthread_attr_setaffinity_np.3 +++ b/man3/pthread_attr_setaffinity_np.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2010-09-10 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get CPU affinity attribute in thread attributes object diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3 index 7e2f7ee72..c8856dfc2 100644 --- a/man3/pthread_attr_setdetachstate.3 +++ b/man3/pthread_attr_setdetachstate.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETDETACHSTATE 3 2014-04-14 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETDETACHSTATE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setdetachstate, pthread_attr_getdetachstate \- set/get detach state attribute in thread attributes object diff --git a/man3/pthread_attr_setguardsize.3 b/man3/pthread_attr_setguardsize.3 index ca06b429c..42840bd01 100644 --- a/man3/pthread_attr_setguardsize.3 +++ b/man3/pthread_attr_setguardsize.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETGUARDSIZE 3 2014-04-14 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETGUARDSIZE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setguardsize, pthread_attr_getguardsize \- set/get guard size attribute in thread attributes object diff --git a/man3/pthread_attr_setscope.3 b/man3/pthread_attr_setscope.3 index 837b10538..bb98531d5 100644 --- a/man3/pthread_attr_setscope.3 +++ b/man3/pthread_attr_setscope.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSCOPE 3 2014-04-21 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSCOPE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setscope, pthread_attr_getscope \- set/get contention scope attribute in thread attributes object diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3 index 66fd1ba90..600d2cc05 100644 --- a/man3/pthread_attr_setstack.3 +++ b/man3/pthread_attr_setstack.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSTACK 3 2014-04-21 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACK 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setstack, pthread_attr_getstack \- set/get stack attributes in thread attributes object diff --git a/man3/pthread_attr_setstackaddr.3 b/man3/pthread_attr_setstackaddr.3 index e4d78eecc..bf1a32fcd 100644 --- a/man3/pthread_attr_setstackaddr.3 +++ b/man3/pthread_attr_setstackaddr.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setstackaddr, pthread_attr_getstackaddr \- set/get stack address attribute in thread attributes object diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3 index 06e7c54de..a0ee3d68f 100644 --- a/man3/pthread_attr_setstacksize.3 +++ b/man3/pthread_attr_setstacksize.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size attribute in thread attributes object diff --git a/man3/pthread_cleanup_push_defer_np.3 b/man3/pthread_cleanup_push_defer_np.3 index 3efc3a0a0..d73c691e7 100644 --- a/man3/pthread_cleanup_push_defer_np.3 +++ b/man3/pthread_cleanup_push_defer_np.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2008-12-04 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np \- push and pop thread cancellation clean-up handlers while saving cancelability type diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index e4769683c..1d33439c2 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 2014-05-14 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_CREATE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_create \- create a new thread .SH SYNOPSIS diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3 index b14c41282..b9c04879d 100644 --- a/man3/pthread_setname_np.3 +++ b/man3/pthread_setname_np.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETNAME_NP 3 2013-06-21 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETNAME_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setname_np, pthread_getname_np \- set/get the name of a thread .SH SYNOPSIS diff --git a/man3/pthread_setschedparam.3 b/man3/pthread_setschedparam.3 index 7863f04d8..3afcc00ec 100644 --- a/man3/pthread_setschedparam.3 +++ b/man3/pthread_setschedparam.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETSCHEDPARAM 3 2014-05-19 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETSCHEDPARAM 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setschedparam, pthread_getschedparam \- set/get scheduling policy and parameters of a thread diff --git a/man3/pthread_setschedprio.3 b/man3/pthread_setschedprio.3 index 04620e890..5860535f6 100644 --- a/man3/pthread_setschedprio.3 +++ b/man3/pthread_setschedprio.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETSCHEDPRIO 3 2014-05-19 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETSCHEDPRIO 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setschedprio \- set scheduling priority of a thread .SH SYNOPSIS diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3 index 73329fe24..3e574a748 100644 --- a/man3/pthread_sigqueue.3 +++ b/man3/pthread_sigqueue.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SIGQUEUE 3 2014-05-19 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SIGQUEUE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_sigqueue \- queue a signal and data to a thread .SH SYNOPSIS diff --git a/man3/rcmd.3 b/man3/rcmd.3 index 4086fe415..7bc731336 100644 --- a/man3/rcmd.3 +++ b/man3/rcmd.3 @@ -40,7 +40,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH RCMD 3 2012-04-23 "Linux" "Linux Programmer's Manual" +.TH RCMD 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME rcmd, rresvport, iruserok, ruserok, rcmd_af, rresvport_af, iruserok_af, ruserok_af \- routines for returning a diff --git a/man3/re_comp.3 b/man3/re_comp.3 index 0e1559874..d0270230c 100644 --- a/man3/re_comp.3 +++ b/man3/re_comp.3 @@ -24,7 +24,7 @@ .\" .\" Wed Jun 14 16:10:28 BST 1995 Wilf. (G.Wilford@@ee.surrey.ac.uk) .\" -.TH RE_COMP 3 2013-06-21 "GNU" "Linux Programmer's Manual" +.TH RE_COMP 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME re_comp, re_exec \- BSD regex functions .SH SYNOPSIS diff --git a/man3/resolver.3 b/man3/resolver.3 index 4c0b03e93..968c2f17d 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 2013-03-05 "GNU" "Linux Programmer's Manual" +.TH RESOLVER 3 2014-05-28 "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/rexec.3 b/man3/rexec.3 index 12ba4777d..3cab94ac6 100644 --- a/man3/rexec.3 +++ b/man3/rexec.3 @@ -38,7 +38,7 @@ .\" .\" 2013-06-21, mtk, Converted from mdoc to man macros .\" -.TH REXEC 3 2013-09-26 "Linux" "Linux Programmer's Manual" +.TH REXEC 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME rexec, rexec_af \- return stream to a remote command .SH SYNOPSIS diff --git a/man3/rtime.3 b/man3/rtime.3 index c6324a46e..da4f41767 100644 --- a/man3/rtime.3 +++ b/man3/rtime.3 @@ -9,7 +9,7 @@ .\" .\" Slightly polished, aeb, 2003-04-06 .\" -.TH RTIME 3 2014-05-10 "GNU" "Linux Programmer's Manual" +.TH RTIME 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME rtime \- get time from a remote machine .SH SYNOPSIS diff --git a/man3/scandir.3 b/man3/scandir.3 index 7fea26efa..6322c2eeb 100644 --- a/man3/scandir.3 +++ b/man3/scandir.3 @@ -59,7 +59,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH SCANDIR 3 2014-02-21 "GNU" "Linux Programmer's Manual" +.TH SCANDIR 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME scandir, scandirat, alphasort, versionsort \- scan a directory for matching entries diff --git a/man3/setlocale.3 b/man3/setlocale.3 index 5873377c6..5dd289a8d 100644 --- a/man3/setlocale.3 +++ b/man3/setlocale.3 @@ -29,7 +29,7 @@ .\" Modified Tue Aug 24 17:11:01 1999 by Andries Brouwer (aeb@cwi.nl) .\" Modified Tue Feb 6 03:31:55 2001 by Andries Brouwer (aeb@cwi.nl) .\" -.TH SETLOCALE 3 2008-12-05 "GNU" "Linux Programmer's Manual" +.TH SETLOCALE 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME setlocale \- set the current locale .SH SYNOPSIS diff --git a/man3/setnetgrent.3 b/man3/setnetgrent.3 index 25293e63d..24675c849 100644 --- a/man3/setnetgrent.3 +++ b/man3/setnetgrent.3 @@ -7,7 +7,7 @@ .\" based on glibc infopages .\" polished - aeb .\" -.TH SETNETGRENT 3 2007-07-26 "GNU" "Linux Programmer's Manual" +.TH SETNETGRENT 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME setnetgrent, endnetgrent, getnetgrent, getnetgrent_r, innetgr \- handle network group entries diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 4afa36151..797d43d6f 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SIGVEC 3 2014-03-24 "Linux" "Linux Programmer's Manual" +.TH SIGVEC 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API .SH SYNOPSIS diff --git a/man3/tsearch.3 b/man3/tsearch.3 index 618fb5437..cd9d0ad1f 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 2014-01-05 "GNU" "Linux Programmer's Manual" +.TH TSEARCH 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary tree .SH SYNOPSIS diff --git a/man5/core.5 b/man5/core.5 index 11da11b9a..074add6e4 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-03-14 "Linux" "Linux Programmer's Manual" +.TH CORE 5 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME core \- core dump file .SH DESCRIPTION diff --git a/man5/proc.5 b/man5/proc.5 index a106b1797..c7a0741c8 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -59,7 +59,7 @@ .\" to see what information could be imported from that file .\" into this file. .\" -.TH PROC 5 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH PROC 5 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME proc \- process information pseudo-filesystem .SH DESCRIPTION diff --git a/man7/charsets.7 b/man7/charsets.7 index fa554dfdf..de04d06ee 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -18,7 +18,7 @@ .\" on charsets is needed. Among other things, the page needs to .\" give more prominence to Unicode. mtk, May 2014 .\" -.TH CHARSETS 7 2012-08-05 "Linux" "Linux Programmer's Manual" +.TH CHARSETS 7 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME charsets \- programmer's view of character sets and internationalization .SH DESCRIPTION diff --git a/man7/locale.7 b/man7/locale.7 index 7fa974db5..1f00eaacb 100644 --- a/man7/locale.7 +++ b/man7/locale.7 @@ -28,7 +28,7 @@ .\" .\" Modified Thu Apr 25 00:43:19 2002 by Bruno Haible .\" -.TH LOCALE 7 2014-03-18 "Linux" "Linux Programmer's Manual" +.TH LOCALE 7 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME locale \- description of multilanguage support .SH SYNOPSIS