syscall.2, syscalls.2, ftw.3, getauxval.3, mcheck.3, puts.3, scanf.3, strftime.3, libc.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-11 06:44:42 +13:00
parent f14ae16e57
commit babc6dd47b
9 changed files with 9 additions and 9 deletions

View File

@ -37,7 +37,7 @@
.\" 2002-03-20 Christoph Hellwig <hch@infradead.org>
.\" - adopted for Linux
.\"
.TH SYSCALL 2 2013-09-17 "Linux" "Linux Programmer's Manual"
.TH SYSCALL 2 2014-01-11 "Linux" "Linux Programmer's Manual"
.SH NAME
syscall \- indirect system call
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SYSCALLS 2 2013-04-17 "Linux" "Linux Programmer's Manual"
.TH SYSCALLS 2 2014-01-11 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH LIBC 7 2012-08-05 "Linux" "Linux Programmer's Manual"
.TH LIBC 7 2014-01-11 "Linux" "Linux Programmer's Manual"
.SH NAME
libc \- overview of standard C libraries on Linux
.SH DESCRIPTION