bdflush.2, fsync.2, mmap.2, open.2, perf_event_open.2, sync.2, syscall.2, fmemopen.3, getaddrinfo.3, getline.3, mq_notify.3, offsetof.3, aio.7, symlink.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-06 08:47:35 +02:00
parent 567572a7d7
commit b8dbf73de8
14 changed files with 14 additions and 14 deletions

View File

@ -24,7 +24,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH BDFLUSH 2 2012-03-05 "Linux" "Linux Programmer's Manual" .TH BDFLUSH 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
bdflush \- start, flush, or tune buffer-dirty-flush daemon bdflush \- start, flush, or tune buffer-dirty-flush daemon
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" 2006-04-28, mtk, substantial rewrite of various parts. .\" 2006-04-28, mtk, substantial rewrite of various parts.
.\" 2012-02-27 Various changes by Christoph Hellwig <hch@lst.de> .\" 2012-02-27 Various changes by Christoph Hellwig <hch@lst.de>
.\" .\"
.TH FSYNC 2 2012-02-27 "Linux" "Linux Programmer's Manual" .TH FSYNC 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fsync, fdatasync \- synchronize a file's in-core state with storage device fsync, fdatasync \- synchronize a file's in-core state with storage device
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2007-07-10, mtk, Added an example program. .\" 2007-07-10, mtk, Added an example program.
.\" 2008-11-18, mtk, document MAP_STACK .\" 2008-11-18, mtk, document MAP_STACK
.\" .\"
.TH MMAP 2 2014-01-05 "Linux" "Linux Programmer's Manual" .TH MMAP 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mmap, munmap \- map or unmap files or devices into memory mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -48,7 +48,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk .\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\" .\"
.TH OPEN 2 2014-03-16 "Linux" "Linux Programmer's Manual" .TH OPEN 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
open, openat, creat \- open and possibly create a file open, openat, creat \- open and possibly create a file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the .\" This document is based on the perf_event.h header file, the
.\" tools/perf/design.txt file, and a lot of bitter experience. .\" tools/perf/design.txt file, and a lot of bitter experience.
.\" .\"
.TH PERF_EVENT_OPEN 2 2014-01-23 "Linux" "Linux Programmer's Manual" .TH PERF_EVENT_OPEN 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
perf_event_open \- set up performance monitoring perf_event_open \- set up performance monitoring
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2001-10-10 by aeb, following Michael Kerrisk. .\" Modified 2001-10-10 by aeb, following Michael Kerrisk.
.\" 2011-09-07, mtk, Added syncfs() documentation, .\" 2011-09-07, mtk, Added syncfs() documentation,
.\" .\"
.TH SYNC 2 2012-05-04 "Linux" "Linux Programmer's Manual" .TH SYNC 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sync, syncfs \- commit buffer cache to disk sync, syncfs \- commit buffer cache to disk
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -7,7 +7,7 @@
.\" .\"
.\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream() .\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream()
.\" .\"
.TH FMEMOPEN 3 2012-04-28 "GNU" "Linux Programmer's Manual" .TH FMEMOPEN 3 2014-04-06 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fmemopen, open_memstream, open_wmemstream \- open memory as stream fmemopen, open_memstream, open_wmemstream \- open memory as stream
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -40,7 +40,7 @@
.\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support .\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
.\" and is SCTP support now also there? .\" and is SCTP support now also there?
.\" .\"
.TH GETADDRINFO 3 2013-11-08 "GNU" "Linux Programmer's Manual" .TH GETADDRINFO 3 2014-04-06 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getaddrinfo, freeaddrinfo, gai_strerror \- network address and getaddrinfo, freeaddrinfo, gai_strerror \- network address and
service translation service translation

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH GETLINE 3 2014-01-08 "GNU" "Linux Programmer's Manual" .TH GETLINE 3 2014-04-06 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getline, getdelim \- delimited string input getline, getdelim \- delimited string input
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH MQ_NOTIFY 3 2014-01-05 "Linux" "Linux Programmer's Manual" .TH MQ_NOTIFY 3 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mq_notify \- register for notification when a message is available mq_notify \- register for notification when a message is available
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" References: .\" References:
.\" /usr/lib/gcc/i486-linux-gnu/4.1.1/include/stddef.h .\" /usr/lib/gcc/i486-linux-gnu/4.1.1/include/stddef.h
.\" glibc-doc .\" glibc-doc
.TH OFFSETOF 3 2008-07-12 "GNU" "Linux Programmer's Manual" .TH OFFSETOF 3 2014-04-06 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
offsetof \- offset of a structure member offsetof \- offset of a structure member
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH AIO 7 2012-08-05 "Linux" "Linux Programmer's Manual" .TH AIO 7 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
aio \- POSIX asynchronous I/O overview aio \- POSIX asynchronous I/O overview
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -34,7 +34,7 @@
.\" 2008-06-11, mtk, Taken from FreeBSD 6.2 and heavily edited for .\" 2008-06-11, mtk, Taken from FreeBSD 6.2 and heavily edited for
.\" specific Linux details, improved readability, and man-pages style. .\" specific Linux details, improved readability, and man-pages style.
.\" .\"
.TH SYMLINK 7 2014-03-17 "Linux" "Linux Programmer's Manual" .TH SYMLINK 7 2014-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
symlink \- symbolic link handling symlink \- symbolic link handling
.SH DESCRIPTION .SH DESCRIPTION