aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/bdflush.22
-rw-r--r--man2/fsync.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/open.22
-rw-r--r--man2/perf_event_open.22
-rw-r--r--man2/sync.22
-rw-r--r--man2/syscall.22
-rw-r--r--man3/fmemopen.32
-rw-r--r--man3/getaddrinfo.32
-rw-r--r--man3/getline.32
-rw-r--r--man3/mq_notify.32
-rw-r--r--man3/offsetof.32
-rw-r--r--man7/aio.72
-rw-r--r--man7/symlink.72
14 files changed, 14 insertions, 14 deletions
diff --git a/man2/bdflush.2 b/man2/bdflush.2
index b84e5bf6f3..7b7f28c000 100644
--- a/man2/bdflush.2
+++ b/man2/bdflush.2
@@ -24,7 +24,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.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
bdflush \- start, flush, or tune buffer-dirty-flush daemon
.SH SYNOPSIS
diff --git a/man2/fsync.2 b/man2/fsync.2
index 5578e4cee2..630e90a7c0 100644
--- a/man2/fsync.2
+++ b/man2/fsync.2
@@ -35,7 +35,7 @@
.\" 2006-04-28, mtk, substantial rewrite of various parts.
.\" 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
fsync, fdatasync \- synchronize a file's in-core state with storage device
.SH SYNOPSIS
diff --git a/man2/mmap.2 b/man2/mmap.2
index b469f84ee4..18d77790ef 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -37,7 +37,7 @@
.\" 2007-07-10, mtk, Added an example program.
.\" 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
mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS
diff --git a/man2/open.2 b/man2/open.2
index 0073b82dc6..060fc0df50 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -48,7 +48,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" 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
open, openat, creat \- open and possibly create a file
.SH SYNOPSIS
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index ff33ba1aa8..42146a9fd5 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the
.\" 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
perf_event_open \- set up performance monitoring
.SH SYNOPSIS
diff --git a/man2/sync.2 b/man2/sync.2
index a597d19b44..f21a38bba5 100644
--- a/man2/sync.2
+++ b/man2/sync.2
@@ -33,7 +33,7 @@
.\" Modified 2001-10-10 by aeb, following Michael Kerrisk.
.\" 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
sync, syncfs \- commit buffer cache to disk
.SH SYNOPSIS
diff --git a/man2/syscall.2 b/man2/syscall.2
index 2cd9bc819d..01a47390d1 100644
--- a/man2/syscall.2
+++ b/man2/syscall.2
@@ -37,7 +37,7 @@
.\" 2002-03-20 Christoph Hellwig <hch@infradead.org>
.\" - 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
syscall \- indirect system call
.SH SYNOPSIS
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index 248f4309e1..a92f638e46 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -7,7 +7,7 @@
.\"
.\" 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
fmemopen, open_memstream, open_wmemstream \- open memory as stream
.SH SYNOPSIS
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index 992db4a94a..840739dfc2 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -40,7 +40,7 @@
.\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
.\" 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
getaddrinfo, freeaddrinfo, gai_strerror \- network address and
service translation
diff --git a/man3/getline.3 b/man3/getline.3
index 9f403a0a87..c0b77d3915 100644
--- a/man3/getline.3
+++ b/man3/getline.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%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
getline, getdelim \- delimited string input
.SH SYNOPSIS
diff --git a/man3/mq_notify.3 b/man3/mq_notify.3
index ca64fd9336..a71aac46b9 100644
--- a/man3/mq_notify.3
+++ b/man3/mq_notify.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%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
mq_notify \- register for notification when a message is available
.SH SYNOPSIS
diff --git a/man3/offsetof.3 b/man3/offsetof.3
index 3511a192f7..13b33be162 100644
--- a/man3/offsetof.3
+++ b/man3/offsetof.3
@@ -25,7 +25,7 @@
.\" References:
.\" /usr/lib/gcc/i486-linux-gnu/4.1.1/include/stddef.h
.\" 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
offsetof \- offset of a structure member
.SH SYNOPSIS
diff --git a/man7/aio.7 b/man7/aio.7
index 7f3708da18..9f9f7d2392 100644
--- a/man7/aio.7
+++ b/man7/aio.7
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%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
aio \- POSIX asynchronous I/O overview
.SH DESCRIPTION
diff --git a/man7/symlink.7 b/man7/symlink.7
index 8c1abd580b..b0b22fd317 100644
--- a/man7/symlink.7
+++ b/man7/symlink.7
@@ -34,7 +34,7 @@
.\" 2008-06-11, mtk, Taken from FreeBSD 6.2 and heavily edited for
.\" 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
symlink \- symbolic link handling
.SH DESCRIPTION