aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 08:43:42 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-18 08:43:42 +0000
commit0ed55ece4950110a90c573ba11918e5c8ccd711e (patch)
tree9467dee50007cba8bfc1fd47aa3ca1e5c5b71f7b
parent24c48a8f25583ba47818de652f2cb4e40c632d73 (diff)
downloadman-pages-0ed55ece4950110a90c573ba11918e5c8ccd711e.tar.gz
Make "manual" in .TH line "Linux Programmers Manual"
-rw-r--r--man2/create_module.22
-rw-r--r--man2/delete_module.22
-rw-r--r--man2/get_kernel_syms.22
-rw-r--r--man2/init_module.22
-rw-r--r--man2/query_module.22
-rw-r--r--man3/argz_add.32
-rw-r--r--man3/bindresvport.32
-rw-r--r--man3/btree.32
-rw-r--r--man3/cabs.32
-rw-r--r--man3/cacos.32
-rw-r--r--man3/cacosh.32
-rw-r--r--man3/canonicalize_file_name.32
-rw-r--r--man3/carg.32
-rw-r--r--man3/casin.32
-rw-r--r--man3/casinh.32
-rw-r--r--man3/catan.32
-rw-r--r--man3/catanh.32
-rw-r--r--man3/catgets.32
-rw-r--r--man3/ccos.32
-rw-r--r--man3/ccosh.32
-rw-r--r--man3/cerf.32
-rw-r--r--man3/cexp.32
-rw-r--r--man3/cexp2.32
-rw-r--r--man3/cimag.32
-rw-r--r--man3/clog.32
-rw-r--r--man3/clog10.32
-rw-r--r--man3/clog2.32
-rw-r--r--man3/conj.32
-rw-r--r--man3/cpow.32
-rw-r--r--man3/cproj.32
-rw-r--r--man3/creal.32
-rw-r--r--man3/crypt.32
-rw-r--r--man3/csin.32
-rw-r--r--man3/csinh.32
-rw-r--r--man3/csqrt.32
-rw-r--r--man3/ctan.32
-rw-r--r--man3/ctanh.32
-rw-r--r--man3/dbopen.32
-rw-r--r--man3/des_crypt.32
-rw-r--r--man3/encrypt.32
-rw-r--r--man3/envz_add.32
-rw-r--r--man3/errno.32
-rw-r--r--man3/fdim.32
-rw-r--r--man3/fmax.32
-rw-r--r--man3/fmemopen.32
-rw-r--r--man3/fmin.32
-rw-r--r--man3/gamma.32
-rw-r--r--man3/getnameinfo.32
-rw-r--r--man3/getrpcent.32
-rw-r--r--man3/getrpcport.32
-rw-r--r--man3/getsubopt.32
-rw-r--r--man3/getttyent.32
-rw-r--r--man3/getutent.32
-rw-r--r--man3/hash.32
-rw-r--r--man3/key_setsecret.32
-rw-r--r--man3/login.32
-rw-r--r--man3/longjmp.32
-rw-r--r--man3/mpool.32
-rw-r--r--man3/nan.32
-rw-r--r--man3/nextafter.32
-rw-r--r--man3/perror.32
-rw-r--r--man3/program_invocation_name.32
-rw-r--r--man3/putgrent.32
-rw-r--r--man3/re_comp.32
-rw-r--r--man3/recno.32
-rw-r--r--man3/remove.32
-rw-r--r--man3/rpc.32
-rw-r--r--man3/rpmatch.32
-rw-r--r--man3/rtime.32
-rw-r--r--man3/setaliasent.32
-rw-r--r--man3/setjmp.32
-rw-r--r--man3/signbit.32
-rw-r--r--man3/strtod.32
-rw-r--r--man3/tgamma.32
-rw-r--r--man3/xcrypt.32
-rw-r--r--man3/xdr.32
-rw-r--r--man4/sk98lin.42
-rw-r--r--man4/wavelan.42
-rw-r--r--man5/charmap.52
-rw-r--r--man5/rpc.52
-rw-r--r--man5/slabinfo.52
-rw-r--r--man5/tzfile.52
-rw-r--r--man7/complex.72
83 files changed, 83 insertions, 83 deletions
diff --git a/man2/create_module.2 b/man2/create_module.2
index dfaa1a68bc..9145a36bcf 100644
--- a/man2/create_module.2
+++ b/man2/create_module.2
@@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
-.TH CREATE_MODULE 2 "2002" Linux "Linux Module Support"
+.TH CREATE_MODULE 2 "2002" Linux "Linux Programmer's Manual"
.SH NAME
create_module \- create a loadable module entry
.SH SYNOPSIS
diff --git a/man2/delete_module.2 b/man2/delete_module.2
index 78fb4dbfee..77e7a778f8 100644
--- a/man2/delete_module.2
+++ b/man2/delete_module.2
@@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
-.TH DELETE_MODULE 2 "2002" Linux "Linux Module Support"
+.TH DELETE_MODULE 2 "2002" Linux "Linux Programmer's Manual"
.SH NAME
delete_module \- delete a loadable module entry
.SH SYNOPSIS
diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2
index 26bd6e9af8..1517bb2fc7 100644
--- a/man2/get_kernel_syms.2
+++ b/man2/get_kernel_syms.2
@@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
-.TH GET_KERNEL_SYMS 2 "2002" Linux "Linux Module Support"
+.TH GET_KERNEL_SYMS 2 "2002" Linux "Linux Programmer's Manual"
.SH NAME
get_kernel_syms \- retrieve exported kernel and module symbols
.SH SYNOPSIS
diff --git a/man2/init_module.2 b/man2/init_module.2
index 534b6698c3..4f8e2b9897 100644
--- a/man2/init_module.2
+++ b/man2/init_module.2
@@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
-.TH INIT_MODULE 2 "2002" "Linux" "Linux Module Support"
+.TH INIT_MODULE 2 "2002" "Linux" "Linux Programmer's Manual"
.SH NAME
init_module \- initialize a loadable module entry
.SH SYNOPSIS
diff --git a/man2/query_module.2 b/man2/query_module.2
index 733b550323..aa718868e7 100644
--- a/man2/query_module.2
+++ b/man2/query_module.2
@@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
-.TH QUERY_MODULE 2 "2002" "Linux" "Linux Module Support"
+.TH QUERY_MODULE 2 "2002" "Linux" "Linux Programmer's Manual"
.SH NAME
query_module \- query the kernel for various bits pertaining to modules
.SH SYNOPSIS
diff --git a/man3/argz_add.3 b/man3/argz_add.3
index 57d7f5849d..7c8d091b65 100644
--- a/man3/argz_add.3
+++ b/man3/argz_add.3
@@ -3,7 +3,7 @@
.\" based on the description in glibc source and infopages
.\"
.\" Corrections and additions, aeb
-.TH ARGZ_ADD 3
+.TH ARGZ_ADD 3 2002 "" "Linux Programmer's Manual"
.SH NAME
argz_add, argz_add_sep, argz_append, argz_count, argz_create,
argz_create_sep, argz_delete, argz_extract, argz_insert,
diff --git a/man3/bindresvport.3 b/man3/bindresvport.3
index daa6b78cf1..e2a8d80979 100644
--- a/man3/bindresvport.3
+++ b/man3/bindresvport.3
@@ -1,7 +1,7 @@
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
.\"
.\" @(#)bindresvport.3n 2.2 88/08/02 4.0 RPCSRC; from 1.7 88/03/14 SMI
-.TH BINDRESVPORT 3 1987-11-22
+.TH BINDRESVPORT 3 1987-11-22 "" "Linux Programmer's Manual"
.SH NAME
bindresvport \- bind a socket to a privileged IP port
.SH SYNOPSIS
diff --git a/man3/btree.3 b/man3/btree.3
index c9b18b142a..4e3c2f36cc 100644
--- a/man3/btree.3
+++ b/man3/btree.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)btree.3 8.4 (Berkeley) 8/18/94
.\"
-.TH BTREE 3 1994-08-18
+.TH BTREE 3 1994-08-18 "" "Linux Programmer's Manual"
.\".UC 7
.SH NAME
btree \- btree database access method
diff --git a/man3/cabs.3 b/man3/cabs.3
index 94f1162aa4..8141af9a50 100644
--- a/man3/cabs.3
+++ b/man3/cabs.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CABS 3 2002-07-28 "" "complex math routines"
+.TH CABS 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cabs, cabsf, cabsl \- absolute value of a complex number
.SH SYNOPSIS
diff --git a/man3/cacos.3 b/man3/cacos.3
index b850851ed6..808f905f5a 100644
--- a/man3/cacos.3
+++ b/man3/cacos.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CACOS 3 2002-07-28 "" "complex math routines"
+.TH CACOS 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cacos, cacosf, cacosl \- complex arc cosine
.SH SYNOPSIS
diff --git a/man3/cacosh.3 b/man3/cacosh.3
index 87e233fd7a..c74decfb15 100644
--- a/man3/cacosh.3
+++ b/man3/cacosh.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms(walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CACOSH 3 2002-07-28 "" "complex math routines"
+.TH CACOSH 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cacosh, cacoshf, cacoshl \- complex arc hyperbolic cosine
.SH SYNOPSIS
diff --git a/man3/canonicalize_file_name.3 b/man3/canonicalize_file_name.3
index 53f9126442..40c646e118 100644
--- a/man3/canonicalize_file_name.3
+++ b/man3/canonicalize_file_name.3
@@ -2,7 +2,7 @@
.\" and Copyright 2005 Michael Kerrisk (mtk-manpages@gmx.net).
.\" Distributed under the GNU General Public License.
.\"
-.TH CANONICALIZE_FILE_NAME 3 2005-07-14 "GNU" ""
+.TH CANONICALIZE_FILE_NAME 3 2005-07-14 "GNU" "Linux Programmer's Manual"
.SH NAME
canonicalize_file_name \- return the canonicalized filename
.SH SYNOPSIS
diff --git a/man3/carg.3 b/man3/carg.3
index e2dc3428a7..4b67471ede 100644
--- a/man3/carg.3
+++ b/man3/carg.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CARG 3 2002-07-28 "" "complex math routines"
+.TH CARG 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
carg, cargf, cargl \- calculate the argument
.SH SYNOPSIS
diff --git a/man3/casin.3 b/man3/casin.3
index fe7482dd0c..3781ba2ae2 100644
--- a/man3/casin.3
+++ b/man3/casin.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CASIN 3 2002-07-28 "" "complex math routines"
+.TH CASIN 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
casin, casinf, casinl \- complex arc sine
.SH SYNOPSIS
diff --git a/man3/casinh.3 b/man3/casinh.3
index ac948f48eb..e09cf1c01d 100644
--- a/man3/casinh.3
+++ b/man3/casinh.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CASINH 3 2002-07-28 "" "complex math routines"
+.TH CASINH 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
casinh, casinhf, casinhl \- complex arc sine hyperbolic
.SH SYNOPSIS
diff --git a/man3/catan.3 b/man3/catan.3
index 6d2621aa42..2d22a4e452 100644
--- a/man3/catan.3
+++ b/man3/catan.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CATAN 3 2002-07-28 "" "complex math routines"
+.TH CATAN 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
catan, catanf, catanl \- complex arc tangents
.SH SYNOPSIS
diff --git a/man3/catanh.3 b/man3/catanh.3
index 94632718a3..1b8c9135c6 100644
--- a/man3/catanh.3
+++ b/man3/catanh.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CATANH 3 2002-07-28 "" "complex math routines"
+.TH CATANH 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
catanh, catanhf, catanhl \- complex arc tangents hyperbolic
.SH SYNOPSIS
diff --git a/man3/catgets.3 b/man3/catgets.3
index a3f7c3c7b6..13dd4ba3ed 100644
--- a/man3/catgets.3
+++ b/man3/catgets.3
@@ -21,7 +21,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" Updated, aeb, 980809
-.TH CATGETS 3 1998-08-09
+.TH CATGETS 3 1998-08-09 "" "Linux Programmer's Manual"
.SH NAME
catgets \- get message from a message catalog
.SH SYNOPSIS
diff --git a/man3/ccos.3 b/man3/ccos.3
index 169a5fea3b..9ba11aca9a 100644
--- a/man3/ccos.3
+++ b/man3/ccos.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CCOS 3 2002-07-28 "" "complex math routines"
+.TH CCOS 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
ccos, ccosf, ccosl \- complex cosine function
.SH SYNOPSIS
diff --git a/man3/ccosh.3 b/man3/ccosh.3
index eb5c8787eb..3e608a2ec8 100644
--- a/man3/ccosh.3
+++ b/man3/ccosh.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CCOSH 3 2002-07-28 "" "complex math routines"
+.TH CCOSH 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
ccosh, ccoshf, ccoshl \- complex hyperbolic cosine
.SH SYNOPSIS
diff --git a/man3/cerf.3 b/man3/cerf.3
index 152ff0820e..336af916f0 100644
--- a/man3/cerf.3
+++ b/man3/cerf.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CERF 3 2002-07-28 "" "complex math routines"
+.TH CERF 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- complex error function
.SH SYNOPSIS
diff --git a/man3/cexp.3 b/man3/cexp.3
index 50e0f0ff68..ecf852b77a 100644
--- a/man3/cexp.3
+++ b/man3/cexp.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CEXP 3 2002-07-28 "" "complex math routines"
+.TH CEXP 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cexp, cexpf, cexpl \- complex exponential function
.SH SYNOPSIS
diff --git a/man3/cexp2.3 b/man3/cexp2.3
index 11341dcd70..0c8c9573db 100644
--- a/man3/cexp2.3
+++ b/man3/cexp2.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CEXP2 3 2002-07-28 "" "complex math routines"
+.TH CEXP2 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
.SH SYNOPSIS
diff --git a/man3/cimag.3 b/man3/cimag.3
index 1b8e6b364f..1ee279abb2 100644
--- a/man3/cimag.3
+++ b/man3/cimag.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CIMAG 3 2002-07-28 "" "complex math routines"
+.TH CIMAG 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cimag, cimagf, cimagl \- get imaginary part of a complex number
.SH SYNOPSIS
diff --git a/man3/clog.3 b/man3/clog.3
index 10a0fb9f31..1dcfd1be23 100644
--- a/man3/clog.3
+++ b/man3/clog.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CLOG 3 2002-07-28 "" "complex math routines"
+.TH CLOG 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
clog, clogf, clogl \- natural logarithm of a complex number
.SH SYNOPSIS
diff --git a/man3/clog10.3 b/man3/clog10.3
index b67080d4da..12a622a60d 100644
--- a/man3/clog10.3
+++ b/man3/clog10.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CLOG10 3 2002-07-28 "" "complex math routines"
+.TH CLOG10 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
clog10, clog10f, clog10l \- base-10 logarithm of a complex number
.SH SYNOPSIS
diff --git a/man3/clog2.3 b/man3/clog2.3
index df6fdbc335..48672bf4e1 100644
--- a/man3/clog2.3
+++ b/man3/clog2.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CLOG2 3 2002-07-28 "" "complex math routines"
+.TH CLOG2 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
clog2, clog2f, clog2l \- base-2 logarithm of a complex number
.SH SYNOPSIS
diff --git a/man3/conj.3 b/man3/conj.3
index 906019ac81..19f7d5bce1 100644
--- a/man3/conj.3
+++ b/man3/conj.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CONJ 3 2002-07-28 "" "complex math routines"
+.TH CONJ 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
conj, conjf, conjl \- calculate the complex conjugate
.SH SYNOPSIS
diff --git a/man3/cpow.3 b/man3/cpow.3
index a837fec4a9..bed3676531 100644
--- a/man3/cpow.3
+++ b/man3/cpow.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CPOW 3 2002-07-28 "" "complex math routines"
+.TH CPOW 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cpow, cpowf, cpowl \- complex power function
.SH SYNOPSIS
diff --git a/man3/cproj.3 b/man3/cproj.3
index 1fee9a9199..f26a0e4abe 100644
--- a/man3/cproj.3
+++ b/man3/cproj.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CPROJ 3 2002-07-28 "" "complex math routines"
+.TH CPROJ 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
cproj, cprojf, cprojl \- project into Riemann Sphere
.SH SYNOPSIS
diff --git a/man3/creal.3 b/man3/creal.3
index d18fb1548f..dbc774be6a 100644
--- a/man3/creal.3
+++ b/man3/creal.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CREAL 3 2002-07-28 "" "complex math routines"
+.TH CREAL 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
creal, crealf, creall \- get real part of a complex number
.SH SYNOPSIS
diff --git a/man3/crypt.3 b/man3/crypt.3
index 7aca00bc1a..3ef5d627b1 100644
--- a/man3/crypt.3
+++ b/man3/crypt.3
@@ -31,7 +31,7 @@
.\" added _XOPEN_SOURCE, aeb, 970705
.\" added GNU MD5 stuff, aeb, 011223
.\"
-.TH CRYPT 3 2001-12-23 "" "Library functions"
+.TH CRYPT 3 2001-12-23 "" "Linux Programmer's Manual"
.SH NAME
crypt \- password and data encryption
.SH SYNOPSIS
diff --git a/man3/csin.3 b/man3/csin.3
index d4695d2d62..586d3b9697 100644
--- a/man3/csin.3
+++ b/man3/csin.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CSIN 3 2002-07-28 "" "complex math routines"
+.TH CSIN 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
csin, csinf, csinl \- complex sine function
.SH SYNOPSIS
diff --git a/man3/csinh.3 b/man3/csinh.3
index 4dea6c1242..45fb9ad9d2 100644
--- a/man3/csinh.3
+++ b/man3/csinh.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CSINH 3 2002-07-28 "" "complex math routines"
+.TH CSINH 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
csinh, csinhf, csinhl \- complex hyperbolic sine
.SH SYNOPSIS
diff --git a/man3/csqrt.3 b/man3/csqrt.3
index ca3a0a91e5..a4a18e838b 100644
--- a/man3/csqrt.3
+++ b/man3/csqrt.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CSQRT 3 2002-07-28 "" "complex math routines"
+.TH CSQRT 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
csqrt, csqrtf, csqrtl \- complex square root
.SH SYNOPSIS
diff --git a/man3/ctan.3 b/man3/ctan.3
index c059880525..af88433c1a 100644
--- a/man3/ctan.3
+++ b/man3/ctan.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CTAN 3 2002-07-28 "" "complex math routines"
+.TH CTAN 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
ctan, ctanf, ctanl \- complex tangent function
.SH SYNOPSIS
diff --git a/man3/ctanh.3 b/man3/ctanh.3
index 7ad10eb02e..6c72f838dc 100644
--- a/man3/ctanh.3
+++ b/man3/ctanh.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH CTANH 3 2002-07-28 "" "complex math routines"
+.TH CTANH 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
ctanh, ctanhf, ctanhl \- complex hyperbolic tangent
.SH SYNOPSIS
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index 56c2932969..9f14977095 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94
.\"
-.TH DBOPEN 3 1994-01-02
+.TH DBOPEN 3 1994-01-02 "" "Linux Programmer's Manual"
.UC 7
.SH NAME
dbopen \- database access methods
diff --git a/man3/des_crypt.3 b/man3/des_crypt.3
index 9674ff2ee5..4a8b3cc226 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 "6 October 1987"
+.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/encrypt.3 b/man3/encrypt.3
index d3552077a0..0cf48f4f51 100644
--- a/man3/encrypt.3
+++ b/man3/encrypt.3
@@ -21,7 +21,7 @@
.\"
.\" Modified 2003-04-04, aeb
.\"
-.TH ENCRYPT 3 2003-04-04 "" "Cryptographic Functions"
+.TH ENCRYPT 3 2003-04-04 "" "Linux Programmer's Manual"
.SH NAME
encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages
.SH SYNOPSIS
diff --git a/man3/envz_add.3 b/man3/envz_add.3
index 6a4c5f75dc..70b15288c1 100644
--- a/man3/envz_add.3
+++ b/man3/envz_add.3
@@ -3,7 +3,7 @@
.\" based on the description in glibc source and infopages
.\"
.\" Corrections and additions, aeb
-.TH ENVZ_ADD 3
+.TH ENVZ_ADD 3 2002 "" "Linux Programmer's Manual"
.SH NAME
envz_add, envz_entry, envz_get, envz_merge,
envz_remove, envz_strip \- environment string support
diff --git a/man3/errno.3 b/man3/errno.3
index a96ff2c889..fdb4f69d02 100644
--- a/man3/errno.3
+++ b/man3/errno.3
@@ -27,7 +27,7 @@
.\" 2006-02-09 Kurt Wall, mtk
.\" Added non-POSIX errors
.\"
-.TH ERRNO 3 2006-02-09 "" "Library functions"
+.TH ERRNO 3 2006-02-09 "" "Linux Programmer's Manual"
.SH NAME
errno \- number of last error
.SH SYNOPSIS
diff --git a/man3/fdim.3 b/man3/fdim.3
index fb384533c9..457ae89cc4 100644
--- a/man3/fdim.3
+++ b/man3/fdim.3
@@ -1,7 +1,7 @@
.\" Copyright 2003 Walter Harms, Andries Brouwer
.\" Distributed under GPL.
.\"
-.TH FDIM 3 2003-07-24 "" "math routines"
+.TH FDIM 3 2003-07-24 "" "Linux Programmer's Manual"
.SH NAME
fdim, fdimf, fdiml \- positive difference
.SH SYNOPSIS
diff --git a/man3/fmax.3 b/man3/fmax.3
index 98989e4899..b27ac8624b 100644
--- a/man3/fmax.3
+++ b/man3/fmax.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH FMAX 3 2002-07-28 "" "math routines"
+.TH FMAX 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
fmax, fmaxf, fmaxl \- find maximum value
.SH SYNOPSIS
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index acc6ec790a..50e6df09d0 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -2,7 +2,7 @@
.\" and Copyright 2005 Michael Kerrisk <mtk-manpages@gmx.net>
.\" Distributed under the GPL.
.\"
-.TH FMEMOPEN 3 2005-12-08 "GNU" "glibc function"
+.TH FMEMOPEN 3 2005-12-08 "GNU" "Linux Programmer's Manual"
.SH NAME
fmemopen, open_memstream \- open memory as stream
.SH SYNOPSIS
diff --git a/man3/fmin.3 b/man3/fmin.3
index 35e6989b02..0f2af94104 100644
--- a/man3/fmin.3
+++ b/man3/fmin.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH FMIN 3 2002-07-28 "" "math routines"
+.TH FMIN 3 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
fmin, fminf, fminl \- find minimum value
.SH SYNOPSIS
diff --git a/man3/gamma.3 b/man3/gamma.3
index d322d938fe..629a137b62 100644
--- a/man3/gamma.3
+++ b/man3/gamma.3
@@ -3,7 +3,7 @@
.\"
.\" Modified 2003-11-18, aeb: historical remarks
.\"
-.TH GAMMA 3 2002-08-10 "GNU" "libc math functions"
+.TH GAMMA 3 2002-08-10 "GNU" "Linux Programmer's Manual"
.SH NAME
gamma, gammaf, gammal \- (logarithm of the) gamma function
.SH SYNOPSIS
diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3
index df08fe094e..65c0f7421a 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" "UNIX 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/getrpcent.3 b/man3/getrpcent.3
index 208825ede6..562fb61ed6 100644
--- a/man3/getrpcent.3
+++ b/man3/getrpcent.3
@@ -1,7 +1,7 @@
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
.\"
.\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI
-.TH GETRPCENT 3 1987-12-14
+.TH GETRPCENT 3 2007-05-18 "" "Linux Programmer's Manual"
.SH NAME
getrpcent, getrpcbyname, getrpcbynumber \- get RPC entry
.SH SYNOPSIS
diff --git a/man3/getrpcport.3 b/man3/getrpcport.3
index a9ee625c0d..288ca005f5 100644
--- a/man3/getrpcport.3
+++ b/man3/getrpcport.3
@@ -1,7 +1,7 @@
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
.\"
.\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI
-.TH GETRPCPORT 3 1987-10-06
+.TH GETRPCPORT 3 2007-05-18 "" "Linux Programmer's Manual"
.SH NAME
getrpcport \- get RPC port number
.SH SYNOPSIS
diff --git a/man3/getsubopt.3 b/man3/getsubopt.3
index f9353ed284..c3a57a4a8d 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
+.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/getttyent.3 b/man3/getttyent.3
index b809fdfea3..1e456d2d3b 100644
--- a/man3/getttyent.3
+++ b/man3/getttyent.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH GETTTYENT 3 2002-07-18 "glibc"
+.TH GETTTYENT 3 2002-07-18 "glibc" "Linux Programmer's Manual"
.SH NAME
getttyent, getttynam, setttyent, endttyent \- get ttys file entry
.SH SYNOPSIS
diff --git a/man3/getutent.3 b/man3/getutent.3
index bd979fbd20..f9638f0abe 100644
--- a/man3/getutent.3
+++ b/man3/getutent.3
@@ -26,7 +26,7 @@
.\"
.\" Modified Thu Jul 25 14:43:46 MET DST 1996 by Michael Haardt <michael@cantor.informatik.rwth-aachen.de>
.\"
-.TH GETUTENT 3 1996-07-25 "" "Library functions"
+.TH GETUTENT 3 1996-07-25 "" "Linux Programmer's Manual"
.SH NAME
getutent, getutid, getutline, pututline, setutent, endutent, utmpname \- access utmp file entries
.SH SYNOPSIS
diff --git a/man3/hash.3 b/man3/hash.3
index b84ede0cc4..81ef43570e 100644
--- a/man3/hash.3
+++ b/man3/hash.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)hash.3 8.6 (Berkeley) 8/18/94
.\"
-.TH HASH 3 1994-08-18
+.TH HASH 3 1994-08-18 "" "Linux Programmer's Manual"
.UC 7
.SH NAME
hash \- hash database access method
diff --git a/man3/key_setsecret.3 b/man3/key_setsecret.3
index ad4ba44058..d224025a98 100644
--- a/man3/key_setsecret.3
+++ b/man3/key_setsecret.3
@@ -2,7 +2,7 @@
.\" Distributed under GPL
.\" I had no way the check the functions out
.\" be careful
-.TH KEY_SETSECRET 3 2002-07-18 "secure rpc"
+.TH KEY_SETSECRET 3 2002-07-18 "" "Linux Programmer's Manual"
.SH NAME
key_decryptsession, key_encryptsession, key_setsecret, key_gendes,
key_secretkey_is_set \- interfaces to rpc keyserver daemon
diff --git a/man3/login.3 b/man3/login.3
index 94262d5289..1c9c9bd384 100644
--- a/man3/login.3
+++ b/man3/login.3
@@ -21,7 +21,7 @@
.\" Derived from text written by Martin Schulze (or taken from glibc.info)
.\" and text written by Paul Thompson - both copyright 2002.
.\"
-.TH LOGIN 3 2004-05-06 "GNU/Linux" "Linux System Administration"
+.TH LOGIN 3 2004-05-06 "GNU/Linux" "Linux Programmer's Manual"
.SH NAME
login, logout \- write utmp and wtmp entries
.SH SYNOPSIS
diff --git a/man3/longjmp.3 b/man3/longjmp.3
index 3efb8a5cdb..b8c4b6caed 100644
--- a/man3/longjmp.3
+++ b/man3/longjmp.3
@@ -23,7 +23,7 @@
.\" Added siglongjmp, Sun Mar 2 22:03:05 EST 1997, jrv@vanzandt.mv.com
.\" Modifications, Sun Feb 26 14:39:45 1995, faith@cs.unc.edu
.\" "
-.TH LONGJMP 3 1997-03-02 "" "Library functions"
+.TH LONGJMP 3 1997-03-02 "" "Linux Programmer's Manual"
.SH NAME
longjmp, siglongjmp \- non-local jump to a saved stack context
.SH SYNOPSIS
diff --git a/man3/mpool.3 b/man3/mpool.3
index d90b6b358f..4d17f42072 100644
--- a/man3/mpool.3
+++ b/man3/mpool.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)mpool.3 8.1 (Berkeley) 6/4/93
.\"
-.TH MPOOL 3 1993-06-04
+.TH MPOOL 3 1993-06-04 "" "Linux Programmer's Manual"
.UC 7
.SH NAME
mpool \- shared memory buffer pool
diff --git a/man3/nan.3 b/man3/nan.3
index b6dd32b8ce..6faeebe807 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" "libc math functions"
+.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/nextafter.3 b/man3/nextafter.3
index 28c6516312..4a12df4582 100644
--- a/man3/nextafter.3
+++ b/man3/nextafter.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" Based on glibc infopages
-.TH NEXTAFTER 3 2002-08-10 "GNU" "libc math functions"
+.TH NEXTAFTER 3 2002-08-10 "GNU" "Linux Programmer's Manual"
.SH NAME
nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl \-
floating point number manipulation
diff --git a/man3/perror.3 b/man3/perror.3
index fa3852d13c..d73fa682e2 100644
--- a/man3/perror.3
+++ b/man3/perror.3
@@ -27,7 +27,7 @@
.\" (msmith@falcon.mercer.peachnet.edu) and various other changes.
.\" Modified 1996-05-16 by Martin Schulze (joey@infodrom.north.de)
.\"
-.TH PERROR 3 2001-12-14 "" "Library functions"
+.TH PERROR 3 2001-12-14 "" "Linux Programmer's Manual"
.SH NAME
perror \- print a system error message
.SH SYNOPSIS
diff --git a/man3/program_invocation_name.3 b/man3/program_invocation_name.3
index b795848150..0fb08eed40 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
+.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/putgrent.3 b/man3/putgrent.3
index 8e41da07cb..7483010e29 100644
--- a/man3/putgrent.3
+++ b/man3/putgrent.3
@@ -1,7 +1,7 @@
.\" Copyright 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH PUTGRENT 3 2003-09-09 "GNU" "group Database Access"
+.TH PUTGRENT 3 2003-09-09 "GNU" "Linux Programmer's Manual"
.SH NAME
putgrent \- write a group database entry to a file
.SH SYNOPSIS
diff --git a/man3/re_comp.3 b/man3/re_comp.3
index f94370515f..cb083728f0 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"
+.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/recno.3 b/man3/recno.3
index 0e14452c0f..f5bbc42915 100644
--- a/man3/recno.3
+++ b/man3/recno.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)recno.3 8.5 (Berkeley) 8/18/94
.\"
-.TH RECNO 3 1994-08-18
+.TH RECNO 3 1994-08-18 "" "Linux Programmer's Manual"
.UC 7
.SH NAME
recno \- record number database access method
diff --git a/man3/remove.3 b/man3/remove.3
index 50e9ea60d9..c4ad951af9 100644
--- a/man3/remove.3
+++ b/man3/remove.3
@@ -28,7 +28,7 @@
.\" Edited into remove.3 shape by:
.\" Graeme W. Wilford (G.Wilford@ee.surrey.ac.uk) on 13th July 1994
.\"
-.TH REMOVE 3 1994-07-13 Linux "GNU"
+.TH REMOVE 3 1994-07-13 "GNU" "Linux Programmer's Manual"
.SH NAME
remove \- delete a name and possibly the file it refers to
.SH SYNOPSIS
diff --git a/man3/rpc.3 b/man3/rpc.3
index de0208ff7e..d7bec935f7 100644
--- a/man3/rpc.3
+++ b/man3/rpc.3
@@ -1,7 +1,7 @@
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
.\"
.\" @(#)rpc.3n 2.4 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI
-.TH RPC 3 1988-02-16
+.TH RPC 3 2007-05-18 "" "Linux Programmer's Manual"
.SH NAME
rpc \- library routines for remote procedure calls
.SH "SYNOPSIS AND DESCRIPTION"
diff --git a/man3/rpmatch.3 b/man3/rpmatch.3
index dd18ca8be8..359ef67df8 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
+.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/rtime.3 b/man3/rtime.3
index 841a932c3e..627e1411bb 100644
--- a/man3/rtime.3
+++ b/man3/rtime.3
@@ -5,7 +5,7 @@
.\"
.\" Slightly polished, aeb, 2003-04-06
.\"
-.TH RTIME 3 2003-04-04 "sunrpc" "RPC time function"
+.TH RTIME 3 2003-04-04 "" "Linux Programmer's Manual"
.SH NAME
rtime \- get time from a remote machine
.SH SYNOPSIS
diff --git a/man3/setaliasent.3 b/man3/setaliasent.3
index 3c31d21c42..35e8bbb974 100644
--- a/man3/setaliasent.3
+++ b/man3/setaliasent.3
@@ -3,7 +3,7 @@
.\"
.\" Polished a bit, added a little, aeb
.\"
-.TH SETALIASENT 3 2003-09-09 "GNU" "access mail aliases database"
+.TH SETALIASENT 3 2003-09-09 "GNU" "Linux Programmer's Manual"
.SH NAME
setaliasent, endaliasent, getaliasent, getaliasent_r,
getaliasbyname, getaliasbyname_r \- read an alias entry
diff --git a/man3/setjmp.3 b/man3/setjmp.3
index 21d3f2d495..cad2104af7 100644
--- a/man3/setjmp.3
+++ b/man3/setjmp.3
@@ -23,7 +23,7 @@
.\" Added sigsetjmp, Sun Mar 2 22:03:05 EST 1997, jrv@vanzandt.mv.com
.\" Modifications, Sun Feb 26 14:39:45 1995, faith@cs.unc.edu
.\" "
-.TH SETJMP 3 1997-03-02 "" "Library functions"
+.TH SETJMP 3 1997-03-02 "" "Linux Programmer's Manual"
.SH NAME
setjmp, sigsetjmp \- save stack context for non-local goto
.SH SYNOPSIS
diff --git a/man3/signbit.3 b/man3/signbit.3
index 6c8dcfd3fc..272a9cdc43 100644
--- a/man3/signbit.3
+++ b/man3/signbit.3
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" Based on glibc infopages
-.TH SIGNBIT 3 2002-08-10 "GNU" "libc math functions"
+.TH SIGNBIT 3 2002-08-10 "GNU" "Linux Programmer's Manual"
.SH NAME
signbit \- test sign of a real floating point number
.SH SYNOPSIS
diff --git a/man3/strtod.3 b/man3/strtod.3
index e10bc9121d..419af7ead2 100644
--- a/man3/strtod.3
+++ b/man3/strtod.3
@@ -40,7 +40,7 @@
.\" (michael@cantor.informatik.rwth-aachen.de)
.\" Added strof, strtold, aeb, 2001-06-07
.\"
-.TH STRTOD 3 2001-06-07 "Linux" "Library functions"
+.TH STRTOD 3 2001-06-07 "Linux" "Linux Programmer's Manual"
.SH NAME
strtod, strtof, strtold \- convert ASCII string to floating point number
.SH SYNOPSIS
diff --git a/man3/tgamma.3 b/man3/tgamma.3
index ab9a4fb8e0..bc61ed77fb 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.3
@@ -3,7 +3,7 @@
.\" Based on glibc infopages
.\" Modified 2004-11-15, fixed error noted by Fabian Kreutz
.\" <kreutz@dbs.uni-hannover.de>
-.TH TGAMMA 3 2004-11-15 "GNU" "libc math functions"
+.TH TGAMMA 3 2004-11-15 "GNU" "Linux Programmer's Manual"
.SH NAME
tgamma, tgammaf, tgammal \- true gamma function
.SH SYNOPSIS
diff --git a/man3/xcrypt.3 b/man3/xcrypt.3
index 3f8363fe84..a2d69c5f0c 100644
--- a/man3/xcrypt.3
+++ b/man3/xcrypt.3
@@ -6,7 +6,7 @@
.\" 3. xencrypt() a hexstring
.\" to bad to be true :(
.\"
-.TH XCRYPT 3 2003-04-04 "" "RPC cryptography"
+.TH XCRYPT 3 2003-04-04 "" "Linux Programmer's Manual"
.SH NAME
xencrypt, xdecrypt, passwd2des \- RFS password encryption
.SH SYNOPSIS
diff --git a/man3/xdr.3 b/man3/xdr.3
index 45b07b96f0..b7ae35b5b2 100644
--- a/man3/xdr.3
+++ b/man3/xdr.3
@@ -1,7 +1,7 @@
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
.\"
.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
-.TH XDR 3 1988-02-16
+.TH XDR 3 2007-05-18 "" "Linux Programmer's Manual"
.SH NAME
xdr \- library routines for external data representation
.SH "SYNOPSIS AND DESCRIPTION"
diff --git a/man4/sk98lin.4 b/man4/sk98lin.4
index f993b1aa55..dc0c4e99b2 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 10:03:18" "sk98lin 6.21"
+.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/man4/wavelan.4 b/man4/wavelan.4
index f5186d6a26..c897a2f0ab 100644
--- a/man4/wavelan.4
+++ b/man4/wavelan.4
@@ -8,7 +8,7 @@
.\" after inquiries with Jean Tourrilhes and Bruce Janson
.\" (mtk, July 2006)
.\"
-.TH WAVELAN 4 1996-10-22 "Univ. of Sydney (Basser Dep. of Comp. Sci.)"
+.TH WAVELAN 4 1996-10-22 "Univ. of Sydney (Basser Dep. of Comp. Sci.)" "Linux Programmer's Manual"
.\"
.\" NAME part
.\"
diff --git a/man5/charmap.5 b/man5/charmap.5
index 19f82e5565..aeefd444d1 100644
--- a/man5/charmap.5
+++ b/man5/charmap.5
@@ -18,7 +18,7 @@
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
.\"
-.TH CHARMAP 5 1994-11-28 "National Language Support" "Linux User Manual"
+.TH CHARMAP 5 1994-11-28 "" "Linux User Manual"
.SH NAME
charmap \- character symbols to define character encodings
.SH DESCRIPTION
diff --git a/man5/rpc.5 b/man5/rpc.5
index c5b3c9075a..76c36cb28c 100644
--- a/man5/rpc.5
+++ b/man5/rpc.5
@@ -1,7 +1,7 @@
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
.\"
.\" @(#)rpc.5 2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI;
-.TH RPC 5 1985-09-26
+.TH RPC 5 1985-09-26 "" "Linux Programmer's Manual"
.SH NAME
rpc \- rpc program number data base
.SH SYNOPSIS
diff --git a/man5/slabinfo.5 b/man5/slabinfo.5
index e4d2c5501a..105ac0f552 100644
--- a/man5/slabinfo.5
+++ b/man5/slabinfo.5
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SLABINFO 5 2001-06-19 "" "Linux manual"
+.TH SLABINFO 5 2001-06-19 "" "Linux Programmer's Manual"
.SH NAME
/proc/slabinfo \- Kernel slab allocator statistics
.SH SYNOPSIS
diff --git a/man5/tzfile.5 b/man5/tzfile.5
index 769d5fb188..bc69d8d17b 100644
--- a/man5/tzfile.5
+++ b/man5/tzfile.5
@@ -1,7 +1,7 @@
.\" @(#)tzfile.5 7.11
.\" This file is in the public domain, so clarified as of
.\" 1996-06-05 by Arthur David Olson <arthur_david_olson@nih.gov>.
-.TH TZFILE 5
+.TH TZFILE 5 1996 "" "Linux Programmer's Manual"
.SH NAME
tzfile \- time zone information
.SH SYNOPSIS
diff --git a/man7/complex.7 b/man7/complex.7
index 55343f141b..d15f727767 100644
--- a/man7/complex.7
+++ b/man7/complex.7
@@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
-.TH COMPLEX 7 2002-07-28 "" "complex math"
+.TH COMPLEX 7 2002-07-28 "" "Linux Programmer's Manual"
.SH NAME
complex \- basics of complex mathematics
.SH SYNOPSIS