diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-18 09:11:21 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-18 09:11:21 +0000 |
| commit | 3d5a3539b7856ae661e6ccc09ee50c342bce851a (patch) | |
| tree | c7d9fb9a3c7ea77bbd7a03bbf2c2e9bf55f8d1ba /man3 | |
| parent | c6cbc9f2bc6a7fdd3e4133c1607c1626fa6da61a (diff) | |
| download | man-pages-3d5a3539b7856ae661e6ccc09ee50c342bce851a.tar.gz | |
Fix inconsistencies in .TH lines
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/des_crypt.3 | 2 | ||||
| -rw-r--r-- | man3/error.3 | 2 | ||||
| -rw-r--r-- | man3/fmtmsg.3 | 2 | ||||
| -rw-r--r-- | man3/getaddrinfo.3 | 2 | ||||
| -rw-r--r-- | man3/getipnodebyname.3 | 2 | ||||
| -rw-r--r-- | man3/getnameinfo.3 | 2 | ||||
| -rw-r--r-- | man3/getpt.3 | 2 | ||||
| -rw-r--r-- | man3/getsubopt.3 | 2 | ||||
| -rw-r--r-- | man3/grantpt.3 | 2 | ||||
| -rw-r--r-- | man3/inet_ntop.3 | 2 | ||||
| -rw-r--r-- | man3/inet_pton.3 | 2 | ||||
| -rw-r--r-- | man3/mempcpy.3 | 2 | ||||
| -rw-r--r-- | man3/nan.3 | 2 | ||||
| -rw-r--r-- | man3/offsetof.3 | 2 | ||||
| -rw-r--r-- | man3/openpty.3 | 2 | ||||
| -rw-r--r-- | man3/posix_openpt.3 | 2 | ||||
| -rw-r--r-- | man3/program_invocation_name.3 | 2 | ||||
| -rw-r--r-- | man3/ptsname.3 | 2 | ||||
| -rw-r--r-- | man3/re_comp.3 | 2 | ||||
| -rw-r--r-- | man3/rpmatch.3 | 2 | ||||
| -rw-r--r-- | man3/unlockpt.3 | 2 |
21 files changed, 21 insertions, 21 deletions
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 |
