aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 09:11:21 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 09:11:21 +0000
commit3d5a3539b7856ae661e6ccc09ee50c342bce851a (patch)
treec7d9fb9a3c7ea77bbd7a03bbf2c2e9bf55f8d1ba
parentc6cbc9f2bc6a7fdd3e4133c1607c1626fa6da61a (diff)
downloadman-pages-3d5a3539b7856ae661e6ccc09ee50c342bce851a.tar.gz
Fix inconsistencies in .TH lines
-rw-r--r--man1/ldd.12
-rw-r--r--man2/epoll_create.22
-rw-r--r--man2/epoll_ctl.22
-rw-r--r--man2/epoll_wait.22
-rw-r--r--man2/futex.22
-rw-r--r--man2/get_mempolicy.22
-rw-r--r--man2/get_thread_area.22
-rw-r--r--man2/gettid.22
-rw-r--r--man2/io_cancel.22
-rw-r--r--man2/io_destroy.22
-rw-r--r--man2/io_getevents.22
-rw-r--r--man2/io_setup.22
-rw-r--r--man2/io_submit.22
-rw-r--r--man2/mbind.22
-rw-r--r--man2/set_mempolicy.22
-rw-r--r--man2/set_thread_area.22
-rw-r--r--man2/splice.22
-rw-r--r--man2/tee.22
-rw-r--r--man2/tkill.22
-rw-r--r--man2/vmsplice.22
-rw-r--r--man3/des_crypt.32
-rw-r--r--man3/error.32
-rw-r--r--man3/fmtmsg.32
-rw-r--r--man3/getaddrinfo.32
-rw-r--r--man3/getipnodebyname.32
-rw-r--r--man3/getnameinfo.32
-rw-r--r--man3/getpt.32
-rw-r--r--man3/getsubopt.32
-rw-r--r--man3/grantpt.32
-rw-r--r--man3/inet_ntop.32
-rw-r--r--man3/inet_pton.32
-rw-r--r--man3/mempcpy.32
-rw-r--r--man3/nan.32
-rw-r--r--man3/offsetof.32
-rw-r--r--man3/openpty.32
-rw-r--r--man3/posix_openpt.32
-rw-r--r--man3/program_invocation_name.32
-rw-r--r--man3/ptsname.32
-rw-r--r--man3/re_comp.32
-rw-r--r--man3/rpmatch.32
-rw-r--r--man3/unlockpt.32
-rw-r--r--man4/pts.42
-rw-r--r--man4/rtc.42
-rw-r--r--man4/sk98lin.42
-rw-r--r--man5/resolv.conf.52
-rw-r--r--man7/epoll.72
-rw-r--r--man7/regex.72
47 files changed, 47 insertions, 47 deletions
diff --git a/man1/ldd.1 b/man1/ldd.1
index 8c8f9f676e..73202ef707 100644
--- a/man1/ldd.1
+++ b/man1/ldd.1
@@ -7,7 +7,7 @@
.\" Most of this was copied from the README file.
.\" Do not restrict distribution.
.\" May be distributed under the GNU General Public License
-.TH LDD 1 "2000-10-30" "Linux Programmer's Manual"
+.TH LDD 1 2000-10-30 "Linux Programmer's Manual"
.SH NAME
ldd \- print shared library dependencies
.SH SYNOPSIS
diff --git a/man2/epoll_create.2 b/man2/epoll_create.2
index b17c36b289..8e984439a2 100644
--- a/man2/epoll_create.2
+++ b/man2/epoll_create.2
@@ -21,7 +21,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk-manpages@gmx.net>
.\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com>
.\"
-.TH EPOLL_CREATE 2 "2004-06-17" "Linux 2.6.7" "Linux Programmer's Manual"
+.TH EPOLL_CREATE 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.SH NAME
epoll_create \- open an epoll file descriptor
.SH SYNOPSIS
diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2
index 7d732898f5..3ee609c7c1 100644
--- a/man2/epoll_ctl.2
+++ b/man2/epoll_ctl.2
@@ -18,7 +18,7 @@
.\"
.\" Davide Libenzi <davidel@xmailserver.org>
.\"
-.TH EPOLL_CTL 2 "2002-10-23" Linux "Linux Programmer's Manual"
+.TH EPOLL_CTL 2 2002-10-23 Linux "Linux Programmer's Manual"
.SH NAME
epoll_ctl \- control interface for an epoll descriptor
.SH SYNOPSIS
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index bb689cf6fd..cbef8b5c13 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -20,7 +20,7 @@
.\"
.\" 2007-04-30: mtk, Added description of epoll_pwait()
.\"
-.TH EPOLL_WAIT 2 "2007-04-30" Linux "Linux Programmer's Manual"
+.TH EPOLL_WAIT 2 2007-04-30 Linux "Linux Programmer's Manual"
.SH NAME
epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
.SH SYNOPSIS
diff --git a/man2/futex.2 b/man2/futex.2
index e3a90df877..710ebb47b7 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -12,7 +12,7 @@
.\" to be documented in the manual page. Probably there is sufficient
.\" material in the kernel source file Documentation/pi-futex.txt.
.\"
-.TH FUTEX 2 "2004-10-07" "Linux 2.6.7" "Linux Programmer's Manual"
+.TH FUTEX 2 2004-10-07 "Linux 2.6.7" "Linux Programmer's Manual"
.SH NAME
futex \- Fast Userspace Locking system call
.SH SYNOPSIS
diff --git a/man2/get_mempolicy.2 b/man2/get_mempolicy.2
index 59097e34ea..8cd55f6e89 100644
--- a/man2/get_mempolicy.2
+++ b/man2/get_mempolicy.2
@@ -19,7 +19,7 @@
.\"
.\" 2006-02-03, mtk, substantial wording changes and other improvements
.\"
-.TH GET_MEMPOLICY 2 "2006-02-07" "SuSE Labs" "Linux Programmer's Manual"
+.TH GET_MEMPOLICY 2 2006-02-07 "SuSE Labs" "Linux Programmer's Manual"
.SH SYNOPSIS
get_mempolicy \- Retrieve NUMA memory policy for a process
.SH NAME
diff --git a/man2/get_thread_area.2 b/man2/get_thread_area.2
index aed12ae78e..4fa072c8fa 100644
--- a/man2/get_thread_area.2
+++ b/man2/get_thread_area.2
@@ -3,7 +3,7 @@
.\" See the file COPYING in the top level source directory for details.
.\"
.\" Written by Kent Yoder.
-.TH "GET_THREAD_AREA" 2 "2003-02-21" "Linux 2.5.32" "Linux Programmer's Manual"
+.TH GET_THREAD_AREA 2 2003-02-21 "Linux 2.5.32" "Linux Programmer's Manual"
.SH NAME
get_thread_area \- Get a Thread Local Storage (TLS) area
.SH "SYNOPSIS"
diff --git a/man2/gettid.2 b/man2/gettid.2
index b89965406e..b871d34eea 100644
--- a/man2/gettid.2
+++ b/man2/gettid.2
@@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH GETTID 2 "2003-02-01" "Linux 2.4.20" "Linux Programmer's Manual"
+.TH GETTID 2 2003-02-01 "Linux 2.4.20" "Linux Programmer's Manual"
.SH NAME
gettid \- get thread identification
.SH SYNOPSIS
diff --git a/man2/io_cancel.2 b/man2/io_cancel.2
index c9d7a0ad80..946c4694c1 100644
--- a/man2/io_cancel.2
+++ b/man2/io_cancel.2
@@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
-.TH "IO_CANCEL" 2 "2003-02-21" "Linux 2.4" "Linux Programmer's Manual"
+.TH IO_CANCEL 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.SH NAME
io_cancel \- cancel an outstanding asynchronous I/O operation
.SH "SYNOPSIS"
diff --git a/man2/io_destroy.2 b/man2/io_destroy.2
index 856f55fc45..9d96eb19be 100644
--- a/man2/io_destroy.2
+++ b/man2/io_destroy.2
@@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
-.TH "IO_DESTROY" 2 "2003-02-21" "Linux 2.4" "Linux Programmer's Manual"
+.TH IO_DESTROY 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.SH NAME
io_destroy \- destroy an asynchronous I/O context
.SH "SYNOPSIS"
diff --git a/man2/io_getevents.2 b/man2/io_getevents.2
index b92d8e789c..43aa4be564 100644
--- a/man2/io_getevents.2
+++ b/man2/io_getevents.2
@@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
-.TH "IO_GETEVENTS" 2 "2003-02-21" "Linux 2.4" "Linux Programmer's Manual"
+.TH IO_GETEVENTS 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.SH NAME
io_getevents \- read asynchronous I/O events from the completion queue
.SH "SYNOPSIS"
diff --git a/man2/io_setup.2 b/man2/io_setup.2
index 645a7ac105..ff5549f0d8 100644
--- a/man2/io_setup.2
+++ b/man2/io_setup.2
@@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
-.TH "IO_SETUP" 2 "2003-02-21" "Linux 2.4" "Linux Programmer's Manual"
+.TH IO_SETUP 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.SH NAME
io_setup \- create an asynchronous I/O context
.SH "SYNOPSIS"
diff --git a/man2/io_submit.2 b/man2/io_submit.2
index ea6e582309..c1fc96ebbd 100644
--- a/man2/io_submit.2
+++ b/man2/io_submit.2
@@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
-.TH "IO_SUBMIT" 2 "2003-02-21" "Linux 2.4" "Linux Programmer's Manual"
+.TH IO_SUBMIT 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.SH NAME
io_submit \- submit asynchronous I/O blocks for processing
.SH "SYNOPSIS"
diff --git a/man2/mbind.2 b/man2/mbind.2
index 1fbfcd3335..2a821b95b8 100644
--- a/man2/mbind.2
+++ b/man2/mbind.2
@@ -19,7 +19,7 @@
.\"
.\" 2006-02-03, mtk, substantial wording changes and other improvements
.\"
-.TH MBIND 2 "2006-02-07" "SuSE Labs" "Linux Programmer's Manual"
+.TH MBIND 2 2006-02-07 "SuSE Labs" "Linux Programmer's Manual"
.SH NAME
mbind \- Set memory policy for a memory range
.SH SYNOPSIS
diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2
index f7e7040cab..87ba41a3b3 100644
--- a/man2/set_mempolicy.2
+++ b/man2/set_mempolicy.2
@@ -19,7 +19,7 @@
.\"
.\" 2006-02-03, mtk, substantial wording changes and other improvements
.\"
-.TH SET_MEMPOLICY 2 "2006-02-07" "SuSE Labs" "Linux Programmer's Manual"
+.TH SET_MEMPOLICY 2 2006-02-07 "SuSE Labs" "Linux Programmer's Manual"
.SH NAME
set_mempolicy \- set default NUMA memory policy for a process and its children.
.SH SYNOPSIS
diff --git a/man2/set_thread_area.2 b/man2/set_thread_area.2
index 52e4acaa86..c85bfd1f58 100644
--- a/man2/set_thread_area.2
+++ b/man2/set_thread_area.2
@@ -4,7 +4,7 @@
.\"
.\" Author: Kent Yoder
.\"
-.TH "SET_THREAD_AREA" 2 "2003-02-21" "Linux 2.5.29" "Linux Programmer's Manual"
+.TH SET_THREAD_AREA 2 2003-02-21 "Linux 2.5.29" "Linux Programmer's Manual"
.SH NAME
set_thread_area \- Set a Thread Local Storage (TLS) area
.SH "SYNOPSIS"
diff --git a/man2/splice.2 b/man2/splice.2
index a4beded841..183e934663 100644
--- a/man2/splice.2
+++ b/man2/splice.2
@@ -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.
.\"
-.TH splice 2 2006-04-28 "Linux 2.6.17" "Linux Programmer's Manual"
+.TH SPLICE 2 2006-04-28 "Linux 2.6.17" "Linux Programmer's Manual"
.SH NAME
splice \- splice data to/from a pipe
.SH SYNOPSIS
diff --git a/man2/tee.2 b/man2/tee.2
index 03312eb1ca..66b6f70c18 100644
--- a/man2/tee.2
+++ b/man2/tee.2
@@ -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.
.\"
-.TH tee 2 2006-04-28 "Linux 2.6.17" "Linux Programmer's Manual"
+.TH TEE 2 2006-04-28 "Linux 2.6.17" "Linux Programmer's Manual"
.SH NAME
tee \- duplicating pipe content
.SH SYNOPSIS
diff --git a/man2/tkill.2 b/man2/tkill.2
index 780bf82cdf..723a7b4098 100644
--- a/man2/tkill.2
+++ b/man2/tkill.2
@@ -23,7 +23,7 @@
.\"
.\" 2004-05-31, added tgkill, ahu, aeb
.\"
-.TH TKILL 2 "2004-05-31" "Linux 2.6.6" "Linux Programmer's Manual"
+.TH TKILL 2 2004-05-31 "Linux 2.6.6" "Linux Programmer's Manual"
.SH NAME
tkill, tgkill \- send a signal to a single process
.SH SYNOPSIS
diff --git a/man2/vmsplice.2 b/man2/vmsplice.2
index 85be117f67..310ef06191 100644
--- a/man2/vmsplice.2
+++ b/man2/vmsplice.2
@@ -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.
.\"
-.TH vmsplice 2 2006-04-28 "Linux 2.6.17" "Linux Programmer's Manual"
+.TH VMSPLICE 2 2006-04-28 "Linux 2.6.17" "Linux Programmer's Manual"
.SH NAME
vmsplice \- splice user pages into a pipe
.SH SYNOPSIS
diff --git a/man3/des_crypt.3 b/man3/des_crypt.3
index 4a8b3cc226..6c973d8451 100644
--- a/man3/des_crypt.3
+++ b/man3/des_crypt.3
@@ -7,7 +7,7 @@
.\" Copyright Sun Microsystems, Inc (and is provided for unrestricted use,
.\" see other Sun RPC sources).
.\"
-.TH DES_CRYPT 3 "2007-05-18" "" "Linux Programmer's Manual"
+.TH DES_CRYPT 3 2007-05-18 "" "Linux Programmer's Manual"
.SH NAME
des_crypt, ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast
DES encryption
diff --git a/man3/error.3 b/man3/error.3
index bb2bfceef1..e11ab77531 100644
--- a/man3/error.3
+++ b/man3/error.3
@@ -22,7 +22,7 @@
.\"
.\" References:
.\" glibc manual and source
-.TH ERROR 3 "2006-04-25" GNU "Linux Programmer's Manual"
+.TH ERROR 3 2006-04-25 GNU "Linux Programmer's Manual"
.SH NAME
error, error_at_line, error_message_count, error_on_per_line, \
error_print_progname \- glibc error reporting functions
diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3
index af2bdc7b61..0623a0b3f5 100644
--- a/man3/fmtmsg.3
+++ b/man3/fmtmsg.3
@@ -6,7 +6,7 @@
.\" The function is quite complex an deserves an example
.\"
.\" Polished, aeb, 2003-11-01
-.TH fmtmsg 3 2003-11-01 "" "Linux Programmer's Manual"
+.TH FMTMSG 3 2003-11-01 "" "Linux Programmer's Manual"
.SH NAME
fmtmsg \- print formatted error messages
.SH SYNOPSIS
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index 8baf50d9aa..deb267ff48 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -25,7 +25,7 @@
.\" 2005-08-09, mtk, added AI_ALL, AI_ADDRCONFIG, AI_V4MAPPED,
.\" and AI_NUMERICSERV.
.\"
-.TH getaddrinfo 3 2000-12-18 "Linux Man Page" "Linux Programmer's Manual"
+.TH GETADDRINFO 3 2000-12-18 "Linux Man Page" "Linux Programmer's Manual"
.SH NAME
getaddrinfo, freeaddrinfo, gai_strerror \- network address and service translation
.SH SYNOPSIS
diff --git a/man3/getipnodebyname.3 b/man3/getipnodebyname.3
index 3bcda8ba3c..81f1029750 100644
--- a/man3/getipnodebyname.3
+++ b/man3/getipnodebyname.3
@@ -21,7 +21,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" References: RFC 2553
-.TH getipnodebyname 3 2002-04-03 "Linux Man Page" "Linux Programmer's Manual"
+.TH GETIPNODEBYNAME 3 2002-04-03 "Linux Man Page" "Linux Programmer's Manual"
.SH NAME
getipnodebyname, getipnodebyaddr, freehostent \- get network
host names and addresses
diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3
index 65c0f7421a..0e14f61149 100644
--- a/man3/getnameinfo.3
+++ b/man3/getnameinfo.3
@@ -4,7 +4,7 @@
.\" 2004-12-14, mtk, Added EAI_OVERFLOW error
.\" 2004-12-14 Fixed description of error return
.\"
-.TH getnameinfo 3 2000-12-11 "Linux Man Page" "Linux Programmer's Manual"
+.TH GETNAMEINFO 3 2000-12-11 "Linux Man Page" "Linux Programmer's Manual"
.SH NAME
getnameinfo \- address-to-name translation in protocol-independent manner
.SH SYNOPSIS
diff --git a/man3/getpt.3 b/man3/getpt.3
index 442b39b34d..2f8d1b75f3 100644
--- a/man3/getpt.3
+++ b/man3/getpt.3
@@ -2,7 +2,7 @@
.\" This man page was written by Jeremy Phelps <jphelps@notreached.net>.
.\" Redistribute and modify at will.
.\"
-.TH GETPT 3 "2002-10-09" "PTY Control" "Linux Programmer's Manual"
+.TH GETPT 3 2002-10-09 "PTY Control" "Linux Programmer's Manual"
.SH NAME
getpt \- open the pseudo-terminal master (PTM)
.SH SYNOPSIS
diff --git a/man3/getsubopt.3 b/man3/getsubopt.3
index c3a57a4a8d..18f844cd4c 100644
--- a/man3/getsubopt.3
+++ b/man3/getsubopt.3
@@ -20,7 +20,7 @@
.\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
-.TH GETSUBOPT 3 "2007-05-05" GNU "Linux Programmer's Manual"
+.TH GETSUBOPT 3 2007-05-05 GNU "Linux Programmer's Manual"
.SH NAME
getsubopt \- parse suboption arguments from a string
.SH SYNOPSIS
diff --git a/man3/grantpt.3 b/man3/grantpt.3
index 7a26416173..e9dcdb8d66 100644
--- a/man3/grantpt.3
+++ b/man3/grantpt.3
@@ -1,7 +1,7 @@
.\" Hey Emacs! This file is -*- nroff -*- source.
.\" This page is in the public domain. - aeb
.\"
-.TH GRANTPT 3 "2003-01-30" "PTY Control" "Linux Programmer's Manual"
+.TH GRANTPT 3 2003-01-30 "PTY Control" "Linux Programmer's Manual"
.SH NAME
grantpt \- grant access to the slave pseudo-terminal
.SH SYNOPSIS
diff --git a/man3/inet_ntop.3 b/man3/inet_ntop.3
index 5d09160d48..010f97ea51 100644
--- a/man3/inet_ntop.3
+++ b/man3/inet_ntop.3
@@ -21,7 +21,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" References: RFC 2553
-.TH inet_ntop 3 2000-12-18 "Linux Man Page" "Linux Programmer's Manual"
+.TH INET_NTOP 3 2000-12-18 "Linux" "Linux Programmer's Manual"
.SH NAME
inet_ntop \- Parse network address structures
.SH SYNOPSIS
diff --git a/man3/inet_pton.3 b/man3/inet_pton.3
index d9a34ecc2f..739ddb8411 100644
--- a/man3/inet_pton.3
+++ b/man3/inet_pton.3
@@ -21,7 +21,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" References: RFC 2553
-.TH inet_pton 3 2000-12-18 "Linux Man Page" "Linux Programmer's Manual"
+.TH INET_PTON 3 2000-12-18 "Linux Man Page" "Linux Programmer's Manual"
.SH NAME
inet_pton \- Create a network address structure
.SH SYNOPSIS
diff --git a/man3/mempcpy.3 b/man3/mempcpy.3
index d05aeab3d7..83d6a81759 100644
--- a/man3/mempcpy.3
+++ b/man3/mempcpy.3
@@ -3,7 +3,7 @@
.\" based on glibc infopages
.\"
.\" aeb, 2003, polished a little
-.TH mempcpy 3 2003-11-11 "GNU" "Linux Programmer's Manual"
+.TH MEMPCPY 3 2003-11-11 "GNU" "Linux Programmer's Manual"
.SH NAME
mempcpy, wmempcpy \- copy memory area
.SH SYNOPSIS
diff --git a/man3/nan.3 b/man3/nan.3
index 6faeebe807..ed864c6921 100644
--- a/man3/nan.3
+++ b/man3/nan.3
@@ -3,7 +3,7 @@
.\" Based on glibc infopages
.\"
.\" Corrections by aeb
-.TH NAN 3 2002-08-10 "GNU" "Linux Programmer's Manual"
+.TH NAN 3 2002-08-10 "GNU" "Linux Programmer's Manual"
.SH NAME
nan, nanf, nanl \- return 'Not a Number'
.SH SYNOPSIS
diff --git a/man3/offsetof.3 b/man3/offsetof.3
index 75ba7551fb..6a4a2f4938 100644
--- a/man3/offsetof.3
+++ b/man3/offsetof.3
@@ -23,7 +23,7 @@
.\" References:
.\" /usr/lib/gcc/i486-linux-gnu/4.1.1/include/stddef.h
.\" glibc-doc
-.TH OFFSETOF 3 "2006-05-23" GNU "Linux Programmer's Manual"
+.TH OFFSETOF 3 2006-05-23 GNU "Linux Programmer's Manual"
.SH NAME
offsetof \- offset of a structure member
.SH SYNOPSIS
diff --git a/man3/openpty.3 b/man3/openpty.3
index 30c7ecadf7..1af5ff0426 100644
--- a/man3/openpty.3
+++ b/man3/openpty.3
@@ -29,7 +29,7 @@
.\"
.\" Added -lutil remark, 030718
.\"
-.TH OPENPTY 3 "2003-07-18" "BSD" "Linux Programmer's Manual"
+.TH OPENPTY 3 2003-07-18 "BSD" "Linux Programmer's Manual"
.SH NAME
openpty, login_tty, forkpty \- tty utility functions
.SH SYNOPSIS
diff --git a/man3/posix_openpt.3 b/man3/posix_openpt.3
index 3e2ff3e033..cd85378be8 100644
--- a/man3/posix_openpt.3
+++ b/man3/posix_openpt.3
@@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH POSIX_OPENPT 3 "2007-01-08" "PTY Control" "Linux Programmer's Manual"
+.TH POSIX_OPENPT 3 2007-01-08 "" "Linux Programmer's Manual"
.SH NAME
posix_openpt \- open a pseudo-terminal device
.SH SYNOPSIS
diff --git a/man3/program_invocation_name.3 b/man3/program_invocation_name.3
index 0fb08eed40..21f32f3d94 100644
--- a/man3/program_invocation_name.3
+++ b/man3/program_invocation_name.3
@@ -18,7 +18,7 @@
.\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
.\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-.TH PROGRAM_INVOCATION_NAME 3 "2006-04-29" GNU "Linux Programmer's Manual"
+.TH PROGRAM_INVOCATION_NAME 3 2006-04-29 GNU "Linux Programmer's Manual"
.SH NAME
program_invocation_name, program_invocation_short_name \- \
obtain name used to invoke calling program
diff --git a/man3/ptsname.3 b/man3/ptsname.3
index f2122bf47c..7435c66d44 100644
--- a/man3/ptsname.3
+++ b/man3/ptsname.3
@@ -3,7 +3,7 @@
.\"
.\" 2004-12-17, mtk, added description of ptsname_r() + ERRORS
.\"
-.TH PTSNAME 3 "2004-12-17" "PTY Control" "Linux Programmer's Manual"
+.TH PTSNAME 3 2004-12-17 "" "Linux Programmer's Manual"
.SH NAME
ptsname, ptsname_r \- get the name of the slave pseudo-terminal
.SH SYNOPSIS
diff --git a/man3/re_comp.3 b/man3/re_comp.3
index cb083728f0..0516d0a9cd 100644
--- a/man3/re_comp.3
+++ b/man3/re_comp.3
@@ -22,7 +22,7 @@
.\"
.\" Wed Jun 14 16:10:28 BST 1995 Wilf. (G.Wilford@@ee.surrey.ac.uk)
.\"
-.TH re_comp 3 1995-07-14 Linux "GNU" "Linux Programmer's Manual"
+.TH RE_COMP 3 1995-07-14 Linux "GNU" "Linux Programmer's Manual"
.SH NAME
re_comp, re_exec \- BSD regex functions
.SH SYNOPSIS
diff --git a/man3/rpmatch.3 b/man3/rpmatch.3
index 359ef67df8..1181840a9d 100644
--- a/man3/rpmatch.3
+++ b/man3/rpmatch.3
@@ -24,7 +24,7 @@
.\"
.\" 2006-05-19, mtk, various edits and example program
.\"
-.TH RPMATCH 3 "2006-05-17" GNU "Linux Programmer's Manual"
+.TH RPMATCH 3 2006-05-17 GNU "Linux Programmer's Manual"
.SH NAME
rpmatch \- determine if the answer to a question is affirmative or negative
.SH SYNOPSIS
diff --git a/man3/unlockpt.3 b/man3/unlockpt.3
index ef0553451b..6425d6ef13 100644
--- a/man3/unlockpt.3
+++ b/man3/unlockpt.3
@@ -1,7 +1,7 @@
.\" Hey Emacs! This file is -*- nroff -*- source.
.\" This page is in the public domain. - aeb
.\"
-.TH UNLOCKPT 3 "2003-01-30" "PTY Control" "Linux Programmer's Manual"
+.TH UNLOCKPT 3 2003-01-30 "" "Linux Programmer's Manual"
.SH NAME
unlockpt \- unlock a pseudo-terminal master/slave pair
.SH SYNOPSIS
diff --git a/man4/pts.4 b/man4/pts.4
index c7469d9628..e2a14d14c5 100644
--- a/man4/pts.4
+++ b/man4/pts.4
@@ -3,7 +3,7 @@
.\" Notes added - aeb
.\" Redistribute and revise at will.
.\"
-.TH PTS 4 "2002-10-09" "Linux" "Linux Programmer's Manual"
+.TH PTS 4 2002-10-09 "Linux" "Linux Programmer's Manual"
.SH NAME
ptmx and pts \- pseudo-terminal master and slave
.SH DESCRIPTION
diff --git a/man4/rtc.4 b/man4/rtc.4
index a1d627cf6a..1f41e0c761 100644
--- a/man4/rtc.4
+++ b/man4/rtc.4
@@ -26,7 +26,7 @@
.\" 2006-02-08 Various additions by mtk
.\" 2006-11-26 cleanup, cover the generic rtc framework; David Brownell
.\"
-.TH RTC 4 "2006-11-26" "Linux" "Linux Programmer's Manual"
+.TH RTC 4 2006-11-26 "Linux" "Linux Programmer's Manual"
.SH NAME
rtc \- real-time clock
.SH SYNOPSIS
diff --git a/man4/sk98lin.4 b/man4/sk98lin.4
index dc0c4e99b2..1c88758bc9 100644
--- a/man4/sk98lin.4
+++ b/man4/sk98lin.4
@@ -22,7 +22,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
-.TH SK98LIN 4 "2003-12-17" "" "Linux Programmer's Manual"
+.TH SK98LIN 4 2003-12-17 "" "Linux Programmer's Manual"
.SH NAME
sk98lin \- Marvell/SysKonnect Gigabit Ethernet driver v6.21
.SH SYNOPSIS
diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index 9bf5bf900a..37310ce092 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5
@@ -18,7 +18,7 @@
.\"
.\" Added ndots remark by Bernhard R. Link - debian bug #182886
.\"
-.TH RESOLV.CONF 5 2004-10-31
+.TH RESOLV.CONF 5 2004-10-31 "" Linux Programmer's Manual"
.UC 4
.SH NAME
resolv.conf \- resolver configuration file
diff --git a/man7/epoll.7 b/man7/epoll.7
index ab0429e67c..e7339da058 100644
--- a/man7/epoll.7
+++ b/man7/epoll.7
@@ -19,7 +19,7 @@
.\" Davide Libenzi <davidel@xmailserver.org>
.\"
.\"
-.TH EPOLL 7 "2002-10-23" Linux "Linux Programmer's Manual"
+.TH EPOLL 7 2002-10-23 Linux "Linux Programmer's Manual"
.SH NAME
epoll \- I/O event notification facility
.SH SYNOPSIS
diff --git a/man7/regex.7 b/man7/regex.7
index a6642dbea1..6c9ea612e7 100644
--- a/man7/regex.7
+++ b/man7/regex.7
@@ -32,7 +32,7 @@
.\"
.ie t .ds dg \(dg
.el .ds dg (!)
-.TH REGEX 7 1994-02-07
+.TH REGEX 7 1994-02-07 "" "Linux Programmer's Manual"
.SH NAME
regex \- POSIX.2 regular expressions
.SH DESCRIPTION