summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-13 17:15:44 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-13 17:15:44 +0200
commitad5b45abe5ef0869f7bd5bda59b8f21c642930af (patch)
tree79b482a012a41befb5758cf446b94bf62c084b8e
parentd25566b7b5023115c627cf0049f1d40f40510a01 (diff)
localedef.1, execve.2, fcntl.2, flock.2, lseek.2, open.2, open_by_handle_at.2, recvmmsg.2, sendmmsg.2, seteuid.2, setresuid.2, setreuid.2, setuid.2, statfs.2, syscalls.2, basename.3, catgets.3, getdate.3, getdirentries.3, getdtablesize.3, iconv.3, lockf.3, malloc_get_state.3, malloc_usable_size.3, matherr.3, mkdtemp.3, mkstemp.3, mq_close.3, mq_unlink.3, siginterrupt.3, system.3, locale.5, bootparam.7, environ.7, man-pages.7, signal.7, unicode.7, utf-8.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man1/localedef.12
-rw-r--r--man2/execve.22
-rw-r--r--man2/fcntl.22
-rw-r--r--man2/flock.22
-rw-r--r--man2/lseek.22
-rw-r--r--man2/open.22
-rw-r--r--man2/open_by_handle_at.22
-rw-r--r--man2/recvmmsg.22
-rw-r--r--man2/sendmmsg.22
-rw-r--r--man2/seteuid.22
-rw-r--r--man2/setresuid.22
-rw-r--r--man2/setreuid.22
-rw-r--r--man2/setuid.22
-rw-r--r--man2/statfs.22
-rw-r--r--man2/syscalls.22
-rw-r--r--man3/basename.32
-rw-r--r--man3/catgets.32
-rw-r--r--man3/getdate.32
-rw-r--r--man3/getdirentries.32
-rw-r--r--man3/getdtablesize.32
-rw-r--r--man3/iconv.32
-rw-r--r--man3/lockf.32
-rw-r--r--man3/malloc_get_state.32
-rw-r--r--man3/malloc_usable_size.32
-rw-r--r--man3/matherr.32
-rw-r--r--man3/mkdtemp.32
-rw-r--r--man3/mkstemp.32
-rw-r--r--man3/mq_close.32
-rw-r--r--man3/mq_unlink.32
-rw-r--r--man3/siginterrupt.32
-rw-r--r--man3/system.32
-rw-r--r--man5/locale.52
-rw-r--r--man7/bootparam.72
-rw-r--r--man7/environ.72
-rw-r--r--man7/man-pages.72
-rw-r--r--man7/signal.72
-rw-r--r--man7/unicode.72
-rw-r--r--man7/utf-8.72
38 files changed, 38 insertions, 38 deletions
diff --git a/man1/localedef.1 b/man1/localedef.1
index 493cd5c28..e8d64ab86 100644
--- a/man1/localedef.1
+++ b/man1/localedef.1
@@ -31,7 +31,7 @@
.\" Lars Wirzenius to document new functionality (as of GNU
.\" C library 2.3.5).
.\"
-.TH LOCALEDEF 1 2014-05-26 "Linux" "Linux User Manual"
+.TH LOCALEDEF 1 2014-06-13 "Linux" "Linux User Manual"
.SH NAME
localedef \- compile locale definition files
.SH SYNOPSIS
diff --git a/man2/execve.2 b/man2/execve.2
index 8eeabe6c9..d7886eb8e 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -34,7 +34,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
.\" Add text describing limits on command-line arguments + environment
.\"
-.TH EXECVE 2 2014-05-10 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 45ee7e2c3..ccfdae99e 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -59,7 +59,7 @@
.\" 2010-06-17, Michael Kerrisk
.\" Document F_SETPIPE_SZ and F_GETPIPE_SZ.
.\"
-.TH FCNTL 2 2014-05-21 "Linux" "Linux Programmer's Manual"
+.TH FCNTL 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
diff --git a/man2/flock.2 b/man2/flock.2
index 8c74c5839..c93a74789 100644
--- a/man2/flock.2
+++ b/man2/flock.2
@@ -32,7 +32,7 @@
.\" FIXME: Maybe document LOCK_MAND, LOCK_RW, LOCK_READ, LOCK_WRITE
.\" which only have effect for SAMBA.
.\"
-.TH FLOCK 2 2014-04-27 "Linux" "Linux Programmer's Manual"
+.TH FLOCK 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
flock \- apply or remove an advisory lock on an open file
.SH SYNOPSIS
diff --git a/man2/lseek.2 b/man2/lseek.2
index 3d0f97fd0..18d92dc87 100644
--- a/man2/lseek.2
+++ b/man2/lseek.2
@@ -44,7 +44,7 @@
.\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl>
.\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE
.\"
-.TH LSEEK 2 2014-05-01 "Linux" "Linux Programmer's Manual"
+.TH LSEEK 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
lseek \- reposition read/write file offset
.SH SYNOPSIS
diff --git a/man2/open.2 b/man2/open.2
index 4f96e4f51..97c0d52d9 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-05-10 "Linux" "Linux Programmer's Manual"
+.TH OPEN 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
open, openat, creat \- open and possibly create a file
.SH SYNOPSIS
diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2
index 1d2233904..7badac766 100644
--- a/man2/open_by_handle_at.2
+++ b/man2/open_by_handle_at.2
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH OPEN_BY_HANDLE_AT 2 2014-05-08 "Linux" "Linux Programmer's Manual"
+.TH OPEN_BY_HANDLE_AT 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
name_to_handle_at, open_by_handle_at \- obtain handle
for a pathname and open file via a handle
diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2
index 1b46cb313..83022fec9 100644
--- a/man2/recvmmsg.2
+++ b/man2/recvmmsg.2
@@ -28,7 +28,7 @@
.\" Author: Arnaldo Carvalho de Melo <acme@redhat.com>
.\" Date: Mon Oct 12 23:40:10 2009 -0700
.\"
-.TH RECVMMSG 2 2014-05-21 "Linux" "Linux Programmer's Manual"
+.TH RECVMMSG 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
recvmmsg \- receive multiple messages on a socket
.SH SYNOPSIS
diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2
index f9871396c..2e8868355 100644
--- a/man2/sendmmsg.2
+++ b/man2/sendmmsg.2
@@ -25,7 +25,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SENDMMSG 2 2012-12-16 "Linux" "Linux Programmer's Manual"
+.TH SENDMMSG 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
sendmmsg \- send multiple messages on a socket
.SH SYNOPSIS
diff --git a/man2/seteuid.2 b/man2/seteuid.2
index ca3b73be0..dea3ca364 100644
--- a/man2/seteuid.2
+++ b/man2/seteuid.2
@@ -26,7 +26,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.\"
-.TH SETEUID 2 2012-07-02 "Linux" "Linux Programmer's Manual"
+.TH SETEUID 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
seteuid, setegid \- set effective user or group ID
.SH SYNOPSIS
diff --git a/man2/setresuid.2 b/man2/setresuid.2
index 847e22443..0c4a89745 100644
--- a/man2/setresuid.2
+++ b/man2/setresuid.2
@@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
-.TH SETRESUID 2 2010-11-22 "Linux" "Linux Programmer's Manual"
+.TH SETRESUID 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
setresuid, setresgid \- set real, effective and saved user or group ID
.SH SYNOPSIS
diff --git a/man2/setreuid.2 b/man2/setreuid.2
index 22a0afa79..37702fd22 100644
--- a/man2/setreuid.2
+++ b/man2/setreuid.2
@@ -42,7 +42,7 @@
.\" 2004-07-04 by aeb
.\" 2004-05-27 by Michael Kerrisk
.\"
-.TH SETREUID 2 2013-12-12 "Linux" "Linux Programmer's Manual"
+.TH SETREUID 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
setreuid, setregid \- set real and/or effective user or group ID
.SH SYNOPSIS
diff --git a/man2/setuid.2 b/man2/setuid.2
index 7df9d27ae..dd07151c6 100644
--- a/man2/setuid.2
+++ b/man2/setuid.2
@@ -27,7 +27,7 @@
.\" <richard@greenend.org.uk>, aeb 970616.
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
-.TH SETUID 2 2010-11-22 "Linux" "Linux Programmer's Manual"
+.TH SETUID 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
setuid \- set user identity
.SH SYNOPSIS
diff --git a/man2/statfs.2 b/man2/statfs.2
index eab87062c..abe70c922 100644
--- a/man2/statfs.2
+++ b/man2/statfs.2
@@ -25,7 +25,7 @@
.\" Modified 2003-08-17 by Walter Harms
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH STATFS 2 2010-11-21 "Linux" "Linux Programmer's Manual"
+.TH STATFS 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
statfs, fstatfs \- get filesystem statistics
.SH SYNOPSIS
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 6dc5a804c..a2f0eac68 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SYSCALLS 2 2014-05-08 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
diff --git a/man3/basename.3 b/man3/basename.3
index 389481989..7be0d4541 100644
--- a/man3/basename.3
+++ b/man3/basename.3
@@ -24,7 +24,7 @@
.\"
.\" Created, 14 Dec 2000 by Michael Kerrisk
.\"
-.TH BASENAME 3 2009-03-30 "GNU" "Linux Programmer's Manual"
+.TH BASENAME 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
basename, dirname \- parse pathname components
.SH SYNOPSIS
diff --git a/man3/catgets.3 b/man3/catgets.3
index 3c91fe4d8..8b7521e2c 100644
--- a/man3/catgets.3
+++ b/man3/catgets.3
@@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" Updated, aeb, 980809
-.TH CATGETS 3 2013-06-21 "" "Linux Programmer's Manual"
+.TH CATGETS 3 2014-06-13 "" "Linux Programmer's Manual"
.SH NAME
catgets \- get message from a message catalog
.SH SYNOPSIS
diff --git a/man3/getdate.3 b/man3/getdate.3
index df882b940..d3449202b 100644
--- a/man3/getdate.3
+++ b/man3/getdate.3
@@ -27,7 +27,7 @@
.\" Modified, 2001-12-26, aeb
.\" 2008-09-07, mtk, Various rewrites; added an example program.
.\"
-.TH GETDATE 3 2014-01-17 "" "Linux Programmer's Manual"
+.TH GETDATE 3 2014-06-13 "" "Linux Programmer's Manual"
.SH NAME
getdate, getdate_r \- convert a date-plus-time string to broken-down time
.SH SYNOPSIS
diff --git a/man3/getdirentries.3 b/man3/getdirentries.3
index 523bc38f3..34eab0f8f 100644
--- a/man3/getdirentries.3
+++ b/man3/getdirentries.3
@@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH GETDIRENTRIES 3 2007-07-26 "GNU" "Linux Programmer's Manual"
+.TH GETDIRENTRIES 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
getdirentries \- get directory entries in a filesystem-independent format
.SH SYNOPSIS
diff --git a/man3/getdtablesize.3 b/man3/getdtablesize.3
index f42a15bcc..43bbefb69 100644
--- a/man3/getdtablesize.3
+++ b/man3/getdtablesize.3
@@ -24,7 +24,7 @@
.\"
.\" Modified 2002-04-15 by Roger Luethi <rl@hellgate.ch> and aeb
.\"
-.TH GETDTABLESIZE 3 2013-02-05 "Linux" "Linux Programmer's Manual"
+.TH GETDTABLESIZE 3 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
getdtablesize \- get descriptor table size
.SH SYNOPSIS
diff --git a/man3/iconv.3 b/man3/iconv.3
index 5a99b2238..20d8e34a3 100644
--- a/man3/iconv.3
+++ b/man3/iconv.3
@@ -15,7 +15,7 @@
.\" 2000-06-30 correction by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
.\" 2000-11-15 aeb, fixed prototype
.\"
-.TH ICONV 3 2012-05-10 "GNU" "Linux Programmer's Manual"
+.TH ICONV 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
iconv \- perform character set conversion
.SH SYNOPSIS
diff --git a/man3/lockf.3 b/man3/lockf.3
index 8395d85d5..2da2d0972 100644
--- a/man3/lockf.3
+++ b/man3/lockf.3
@@ -25,7 +25,7 @@
.\" Added section stuff, aeb, 2002-04-22.
.\" Corrected include file, drepper, 2003-06-15.
.\"
-.TH LOCKF 3 2014-02-11 "GNU" "Linux Programmer's Manual"
+.TH LOCKF 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
lockf \- apply, test or remove a POSIX lock on an open file
.SH SYNOPSIS
diff --git a/man3/malloc_get_state.3 b/man3/malloc_get_state.3
index 5da546d09..6f3f87df1 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 2012-05-04 "GNU" "Linux Programmer's Manual"
+.TH MALLOC_GET_STATE 3 2014-06-13 "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/malloc_usable_size.3 b/man3/malloc_usable_size.3
index e3313bc16..67f0e5c85 100644
--- a/man3/malloc_usable_size.3
+++ b/man3/malloc_usable_size.3
@@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MALLOC_USABLE_SIZE 3 2012-03-29 "GNU" "Linux Programmer's Manual"
+.TH MALLOC_USABLE_SIZE 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
malloc_usable_size \- obtain size of block of memory allocated from heap
.SH SYNOPSIS
diff --git a/man3/matherr.3 b/man3/matherr.3
index 53d7c6fc1..af761daa5 100644
--- a/man3/matherr.3
+++ b/man3/matherr.3
@@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MATHERR 3 2010-09-10 "Linux" "Linux Programmer's Manual"
+.TH MATHERR 3 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
matherr \- SVID math library exception handling
.SH SYNOPSIS
diff --git a/man3/mkdtemp.3 b/man3/mkdtemp.3
index b453d2c6f..244c3b850 100644
--- a/man3/mkdtemp.3
+++ b/man3/mkdtemp.3
@@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
-.TH MKDTEMP 3 2010-09-26 "GNU" "Linux Programmer's Manual"
+.TH MKDTEMP 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
mkdtemp \- create a unique temporary directory
.SH SYNOPSIS
diff --git a/man3/mkstemp.3 b/man3/mkstemp.3
index b57a254c2..069b4ac97 100644
--- a/man3/mkstemp.3
+++ b/man3/mkstemp.3
@@ -32,7 +32,7 @@
.\" Modified 990328, aeb
.\" 2008-06-19, mtk, Added mkostemp(); various other changes
.\"
-.TH MKSTEMP 3 2013-12-28 "GNU" "Linux Programmer's Manual"
+.TH MKSTEMP 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
mkstemp, mkostemp, mkstemps, mkostemps \- create a unique temporary file
.SH SYNOPSIS
diff --git a/man3/mq_close.3 b/man3/mq_close.3
index d61388bff..47d9d963e 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 2010-08-29 "Linux" "Linux Programmer's Manual"
+.TH MQ_CLOSE 3 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_close \- close a message queue descriptor
.SH SYNOPSIS
diff --git a/man3/mq_unlink.3 b/man3/mq_unlink.3
index bf49e9c52..ecce2b8a6 100644
--- a/man3/mq_unlink.3
+++ b/man3/mq_unlink.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH MQ_UNLINK 3 2010-08-29 "Linux" "Linux Programmer's Manual"
+.TH MQ_UNLINK 3 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_unlink \- remove a message queue
.SH SYNOPSIS
diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3
index 836534831..5e409d2ad 100644
--- a/man3/siginterrupt.3
+++ b/man3/siginterrupt.3
@@ -28,7 +28,7 @@
.\" 386BSD man pages
.\" Modified Sun Jul 25 10:40:51 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Sun Apr 14 16:20:34 1996 by Andries Brouwer (aeb@cwi.nl)
-.TH SIGINTERRUPT 3 2013-04-19 "" "Linux Programmer's Manual"
+.TH SIGINTERRUPT 3 2014-06-13 "" "Linux Programmer's Manual"
.SH NAME
siginterrupt \- allow signals to interrupt system calls
.SH SYNOPSIS
diff --git a/man3/system.3 b/man3/system.3
index bf1d764f4..22a6b3b50 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -28,7 +28,7 @@
.\" Modified 14 May 2001, 23 Sep 2001 by aeb
.\" 2004-12-20, mtk
.\"
-.TH SYSTEM 3 2014-05-10 "" "Linux Programmer's Manual"
+.TH SYSTEM 3 2014-06-13 "" "Linux Programmer's Manual"
.SH NAME
system \- execute a shell command
.SH SYNOPSIS
diff --git a/man5/locale.5 b/man5/locale.5
index e7e38bd90..5f7b924fd 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -21,7 +21,7 @@
.\" 2008-06-17 Petr Baudis <pasky@suse.cz>
.\" LC_TIME: Describe first_weekday and first_workday
.\"
-.TH LOCALE 5 2014-05-23 "Linux" "Linux User Manual"
+.TH LOCALE 5 2014-06-13 "Linux" "Linux User Manual"
.SH NAME
locale \- describes a locale definition file
.SH DESCRIPTION
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index f281e4c70..3a9c8f42b 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -27,7 +27,7 @@
.\" FIXME ? The use of quotes on this page is inconsistent with the
.\" rest of man-pages.
.\"
-.TH BOOTPARAM 7 2013-08-01 "Linux" "Linux Programmer's Manual"
+.TH BOOTPARAM 7 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
bootparam \- introduction to boot time parameters of the Linux kernel
.SH DESCRIPTION
diff --git a/man7/environ.7 b/man7/environ.7
index e855671a9..23245af97 100644
--- a/man7/environ.7
+++ b/man7/environ.7
@@ -31,7 +31,7 @@
.\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (esr@thyrsus.com)
.\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze <joey@infodrom.org>
.\"
-.TH ENVIRON 7 2014-01-18 "Linux" "Linux Programmer's Manual"
+.TH ENVIRON 7 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
environ \- user environment
.SH SYNOPSIS
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index ccc23cd01..c839e66d6 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -27,7 +27,7 @@
.\" 2007-05-30 created by mtk, using text from old man.7 plus
.\" rewrites and additional text.
.\"
-.TH MAN-PAGES 7 2014-03-16 "Linux" "Linux Programmer's Manual"
+.TH MAN-PAGES 7 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
man-pages \- conventions for writing Linux man pages
.SH SYNOPSIS
diff --git a/man7/signal.7 b/man7/signal.7
index a2f238c94..c5dcc3ddd 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -43,7 +43,7 @@
.\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions
.\"
-.TH SIGNAL 7 2013-07-30 "Linux" "Linux Programmer's Manual"
+.TH SIGNAL 7 2014-06-13 "Linux" "Linux Programmer's Manual"
.SH NAME
signal \- overview of signals
.SH DESCRIPTION
diff --git a/man7/unicode.7 b/man7/unicode.7
index 2fd84072f..4884b566c 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -26,7 +26,7 @@
.\" 2001-05-11 Markus Kuhn <mgk25@cl.cam.ac.uk>
.\" Update
.\"
-.TH UNICODE 7 2012-08-05 "GNU" "Linux Programmer's Manual"
+.TH UNICODE 7 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
Unicode \- universal character set
.SH DESCRIPTION
diff --git a/man7/utf-8.7 b/man7/utf-8.7
index 65cabba00..2433a8926 100644
--- a/man7/utf-8.7
+++ b/man7/utf-8.7
@@ -26,7 +26,7 @@
.\" 2001-05-11 Markus Kuhn <mgk25@cl.cam.ac.uk>
.\" Update
.\"
-.TH UTF-8 7 2014-02-26 "GNU" "Linux Programmer's Manual"
+.TH UTF-8 7 2014-06-13 "GNU" "Linux Programmer's Manual"
.SH NAME
UTF-8 \- an ASCII compatible multibyte Unicode encoding
.SH DESCRIPTION