aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/ftw.32
-rwxr-xr-xman3/getauxval.32
-rw-r--r--man3/mcheck.32
-rw-r--r--man3/puts.32
-rw-r--r--man3/scanf.32
-rw-r--r--man3/strftime.32
6 files changed, 6 insertions, 6 deletions
diff --git a/man3/ftw.3 b/man3/ftw.3
index a1143f2ddb..bb0c83addf 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 <mtk.manpages@gmail.com>
.\" Added an example program.
-.TH FTW 3 2013-11-15 "Linux" "Linux Programmer's Manual"
+.TH FTW 3 2014-01-11 "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 deef1f8538..38eafe087c 100755
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -26,7 +26,7 @@
.\"
.\" FIXME glibc 2.18 added AT_HWCAP2
.\"
-.TH GETAUXVAL 3 2012-11-07 "GNU" "Linux Programmer's Manual"
+.TH GETAUXVAL 3 2014-01-11 "GNU" "Linux Programmer's Manual"
.SH NAME
getauxval \- retrieve a value from the auxiliary vector
.SH SYNOPSIS
diff --git a/man3/mcheck.3 b/man3/mcheck.3
index 9c52a8ef36..e59da317f7 100644
--- a/man3/mcheck.3
+++ b/man3/mcheck.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MCHECK 3 2012-04-18 "GNU" "Linux Programmer's Manual"
+.TH MCHECK 3 2014-01-11 "GNU" "Linux Programmer's Manual"
.SH NAME
mcheck, mcheck_check_all, mcheck_pedantic, mprobe \- heap consistency checking
.SH SYNOPSIS
diff --git a/man3/puts.3 b/man3/puts.3
index f5256ad12f..7e8dd201fd 100644
--- a/man3/puts.3
+++ b/man3/puts.3
@@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" Modified Sat Jul 24 18:42:59 1993 by Rik Faith (faith@cs.unc.edu)
-.TH PUTS 3 2011-09-28 "GNU" "Linux Programmer's Manual"
+.TH PUTS 3 2014-01-11 "GNU" "Linux Programmer's Manual"
.SH NAME
fputc, fputs, putc, putchar, puts \- output of characters and strings
.SH SYNOPSIS
diff --git a/man3/scanf.3 b/man3/scanf.3
index b72ada2586..2dbcb78dfc 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -49,7 +49,7 @@
.\" Add ERRORS section.
.\" Document the 'a' and 'm' modifiers for dynamic string allocation.
.\"
-.TH SCANF 3 2013-01-30 "GNU" "Linux Programmer's Manual"
+.TH SCANF 3 2014-01-11 "GNU" "Linux Programmer's Manual"
.SH NAME
scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion
.SH SYNOPSIS
diff --git a/man3/strftime.3 b/man3/strftime.3
index 7f21f4a5ea..7419598f31 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 2013-06-28 "GNU" "Linux Programmer's Manual"
+.TH STRFTIME 3 2014-01-11 "GNU" "Linux Programmer's Manual"
.SH NAME
strftime \- format date and time
.SH SYNOPSIS