aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/atof.32
-rw-r--r--man3/ctime.32
-rw-r--r--man3/errno.32
-rw-r--r--man3/fclose.32
-rw-r--r--man3/fflush.32
-rw-r--r--man3/insque.32
-rw-r--r--man3/malloc_get_state.32
-rw-r--r--man3/mallopt.32
-rw-r--r--man3/mbsnrtowcs.32
-rw-r--r--man3/mq_close.32
-rw-r--r--man3/mq_open.32
-rw-r--r--man3/mq_receive.32
-rw-r--r--man3/mq_send.32
-rw-r--r--man3/printf.32
-rw-r--r--man3/pthread_attr_init.32
-rw-r--r--man3/pthread_create.32
-rw-r--r--man3/pthread_setaffinity_np.32
-rw-r--r--man3/ptsname.32
-rw-r--r--man3/remainder.32
-rw-r--r--man3/strtod.32
-rw-r--r--man3/tgamma.32
-rw-r--r--man3/timegm.32
-rw-r--r--man3/tmpnam.32
-rw-r--r--man3/ttyname.32
24 files changed, 24 insertions, 24 deletions
diff --git a/man3/atof.3 b/man3/atof.3
index 7f3e8928b3..9822cf249b 100644
--- a/man3/atof.3
+++ b/man3/atof.3
@@ -28,7 +28,7 @@
.\" 386BSD man pages
.\" Modified Mon Mar 29 22:39:24 1993, David Metcalfe
.\" Modified Sat Jul 24 21:39:22 1993, Rik Faith (faith@cs.unc.edu)
-.TH ATOF 3 2015-08-08 "GNU" "Linux Programmer's Manual"
+.TH ATOF 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
atof \- convert a string to a double
.SH SYNOPSIS
diff --git a/man3/ctime.3 b/man3/ctime.3
index 1e8310d50b..fe5b514e2a 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 2016-03-15 "" "Linux Programmer's Manual"
+.TH CTIME 3 2016-12-12 "" "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/errno.3 b/man3/errno.3
index 7cecbfc942..f483e56cc6 100644
--- a/man3/errno.3
+++ b/man3/errno.3
@@ -28,7 +28,7 @@
.\" 2006-02-09 Kurt Wall, mtk
.\" Added non-POSIX errors
.\"
-.TH ERRNO 3 2016-03-15 "" "Linux Programmer's Manual"
+.TH ERRNO 3 2016-12-12 "" "Linux Programmer's Manual"
.SH NAME
errno \- number of last error
.SH SYNOPSIS
diff --git a/man3/fclose.3 b/man3/fclose.3
index 4d03482639..bfe8ecea3f 100644
--- a/man3/fclose.3
+++ b/man3/fclose.3
@@ -41,7 +41,7 @@
.\"
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\"
-.TH FCLOSE 3 2015-08-08 "GNU" "Linux Programmer's Manual"
+.TH FCLOSE 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
fclose \- close a stream
.SH SYNOPSIS
diff --git a/man3/fflush.3 b/man3/fflush.3
index 29f0cd1f70..63ef659fbd 100644
--- a/man3/fflush.3
+++ b/man3/fflush.3
@@ -42,7 +42,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified 2001-10-16 by John Levon <moz@compsoc.man.ac.uk>
.\"
-.TH FFLUSH 3 2015-03-02 "GNU" "Linux Programmer's Manual"
+.TH FFLUSH 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
fflush \- flush a stream
.SH SYNOPSIS
diff --git a/man3/insque.3 b/man3/insque.3
index 46b10c5371..85865689c9 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 2016-03-15 "" "Linux Programmer's Manual"
+.TH INSQUE 3 2016-12-12 "" "Linux Programmer's Manual"
.SH NAME
insque, remque \- insert/remove an item from a queue
.SH SYNOPSIS
diff --git a/man3/malloc_get_state.3 b/man3/malloc_get_state.3
index 43b1a59532..1b278dc86a 100644
--- a/man3/malloc_get_state.3
+++ b/man3/malloc_get_state.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MALLOC_GET_STATE 3 2015-07-23 "GNU" "Linux Programmer's Manual"
+.TH MALLOC_GET_STATE 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
malloc_get_state, malloc_set_state \- record and restore state of malloc implementation
.SH SYNOPSIS
diff --git a/man3/mallopt.3 b/man3/mallopt.3
index 47156e1a6c..c735ed103d 100644
--- a/man3/mallopt.3
+++ b/man3/mallopt.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MALLOPT 3 2015-12-05 "Linux" "Linux Programmer's Manual"
+.TH MALLOPT 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
mallopt \- set memory allocation parameters
.SH SYNOPSIS
diff --git a/man3/mbsnrtowcs.3 b/man3/mbsnrtowcs.3
index 4cceeb43f5..c6fc4d64c8 100644
--- a/man3/mbsnrtowcs.3
+++ b/man3/mbsnrtowcs.3
@@ -12,7 +12,7 @@
.\" Dinkumware C library reference http://www.dinkumware.com/
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\"
-.TH MBSNRTOWCS 3 2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH MBSNRTOWCS 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
mbsnrtowcs \- convert a multibyte string to a wide-character string
.SH SYNOPSIS
diff --git a/man3/mq_close.3 b/man3/mq_close.3
index a2c45cfaac..b11474f762 100644
--- a/man3/mq_close.3
+++ b/man3/mq_close.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MQ_CLOSE 3 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH MQ_CLOSE 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_close \- close a message queue descriptor
.SH SYNOPSIS
diff --git a/man3/mq_open.3 b/man3/mq_open.3
index 202a5ff993..cff3b91360 100644
--- a/man3/mq_open.3
+++ b/man3/mq_open.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MQ_OPEN 3 2015-12-28 "Linux" "Linux Programmer's Manual"
+.TH MQ_OPEN 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_open \- open a message queue
.SH SYNOPSIS
diff --git a/man3/mq_receive.3 b/man3/mq_receive.3
index 171652cd09..a4d802e785 100644
--- a/man3/mq_receive.3
+++ b/man3/mq_receive.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MQ_RECEIVE 3 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH MQ_RECEIVE 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_receive, mq_timedreceive \- receive a message from a message queue
.SH SYNOPSIS
diff --git a/man3/mq_send.3 b/man3/mq_send.3
index 267057d9ea..ee26a32a93 100644
--- a/man3/mq_send.3
+++ b/man3/mq_send.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MQ_SEND 3 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH MQ_SEND 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_send, mq_timedsend \- send a message to a message queue
.SH SYNOPSIS
diff --git a/man3/printf.3 b/man3/printf.3
index 85b0c4c1dd..b21b430216 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -31,7 +31,7 @@
.\" 2000-07-26 jsm28@hermes.cam.ac.uk - three small fixes
.\" 2000-10-16 jsm28@hermes.cam.ac.uk - more fixes
.\"
-.TH PRINTF 3 2016-07-17 "GNU" "Linux Programmer's Manual"
+.TH PRINTF 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf,
vsprintf, vsnprintf \- formatted output conversion
diff --git a/man3/pthread_attr_init.3 b/man3/pthread_attr_init.3
index 7d0019a5cb..af4b98f3a7 100644
--- a/man3/pthread_attr_init.3
+++ b/man3/pthread_attr_init.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_ATTR_INIT 3 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_INIT 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_init, pthread_attr_destroy \- initialize and destroy
thread attributes object
diff --git a/man3/pthread_create.3 b/man3/pthread_create.3
index 20009dd429..24739e9c46 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 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_CREATE 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_create \- create a new thread
.SH SYNOPSIS
diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3
index a6c99d7326..b8d4342231 100644
--- a/man3/pthread_setaffinity_np.3
+++ b/man3/pthread_setaffinity_np.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH PTHREAD_SETAFFINITY_NP 3 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_SETAFFINITY_NP 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setaffinity_np, pthread_getaffinity_np \- set/get
CPU affinity of a thread
diff --git a/man3/ptsname.3 b/man3/ptsname.3
index fde1a0f5f5..90133fed4d 100644
--- a/man3/ptsname.3
+++ b/man3/ptsname.3
@@ -4,7 +4,7 @@
.\"
.\" 2004-12-17, mtk, added description of ptsname_r() + ERRORS
.\"
-.TH PTSNAME 3 2015-08-08 "" "Linux Programmer's Manual"
+.TH PTSNAME 3 2016-12-12 "" "Linux Programmer's Manual"
.SH NAME
ptsname, ptsname_r \- get the name of the slave pseudoterminal
.SH SYNOPSIS
diff --git a/man3/remainder.3 b/man3/remainder.3
index 2165aaae71..eab130a574 100644
--- a/man3/remainder.3
+++ b/man3/remainder.3
@@ -34,7 +34,7 @@
.\" (walter.harms@informatik.uni-oldenburg.de)
.\" Modified 2003-11-18, 2004-10-05 aeb
.\"
-.TH REMAINDER 3 2016-03-15 "" "Linux Programmer's Manual"
+.TH REMAINDER 3 2016-12-12 "" "Linux Programmer's Manual"
.SH NAME
drem, dremf, dreml, remainder, remainderf, remainderl \- \
floating-point remainder function
diff --git a/man3/strtod.3 b/man3/strtod.3
index b79c111404..a5556be0f2 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 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH STRTOD 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
strtod, strtof, strtold \- convert ASCII string to floating-point number
.SH SYNOPSIS
diff --git a/man3/tgamma.3 b/man3/tgamma.3
index 6a35ef2157..bbeb9819d6 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.3
@@ -10,7 +10,7 @@
.\" Modified 2004-11-15, fixed error noted by Fabian Kreutz
.\" <kreutz@dbs.uni-hannover.de>
.\"
-.TH TGAMMA 3 2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH TGAMMA 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
tgamma, tgammaf, tgammal \- true gamma function
.SH SYNOPSIS
diff --git a/man3/timegm.3 b/man3/timegm.3
index c11012b003..26a73021c7 100644
--- a/man3/timegm.3
+++ b/man3/timegm.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH TIMEGM 3 2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH TIMEGM 3 2016-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
timegm, timelocal \- inverses of gmtime and localtime
.SH SYNOPSIS
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 12e61f9666..903bd7bf0d 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -24,7 +24,7 @@
.\"
.\" 2003-11-15, aeb, added tmpnam_r
.\"
-.TH TMPNAM 3 2016-03-15 "" "Linux Programmer's Manual"
+.TH TMPNAM 3 2016-12-12 "" "Linux Programmer's Manual"
.SH NAME
tmpnam, tmpnam_r \- create a name for a temporary file
.SH SYNOPSIS
diff --git a/man3/ttyname.3 b/man3/ttyname.3
index 26e40db9d8..14c24e7f86 100644
--- a/man3/ttyname.3
+++ b/man3/ttyname.3
@@ -24,7 +24,7 @@
.\" Modified 2001-12-13, Martin Schulze <joey@infodrom.org>
.\" Added ttyname_r, aeb, 2002-07-20
.\"
-.TH TTYNAME 3 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH TTYNAME 3 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
ttyname, ttyname_r \- return name of a terminal
.SH SYNOPSIS