diff options
Diffstat (limited to 'docs/man/man3/irc_InAddr_HashComp.3')
-rw-r--r-- | docs/man/man3/irc_InAddr_HashComp.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/man/man3/irc_InAddr_HashComp.3 b/docs/man/man3/irc_InAddr_HashComp.3 index 322fd7b74..ead2429e0 100644 --- a/docs/man/man3/irc_InAddr_HashComp.3 +++ b/docs/man/man3/irc_InAddr_HashComp.3 @@ -1,4 +1,4 @@ -.TH "irc::InAddr_HashComp" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "irc::InAddr_HashComp" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -14,7 +14,7 @@ irc::InAddr_HashComp \- This class returns true if two in_addr structs match. .in +1c .ti -1c -.RI "bool \fBoperator()\fP (const in_addr &s1, const in_addr &s2) const" +.RI "bool \fBoperator()\fP (const in_addr &s1, const in_addr &s2) const " .br .RI "\fIThe operator () does the actual comparison in hash_map. \fP" .in -1c @@ -30,6 +30,8 @@ Definition at line 92 of file hashcomp.h. .SS "bool irc::InAddr_HashComp::operator() (const in_addr & s1, const in_addr & s2) const" .PP The operator () does the actual comparison in hash_map. +.PP + .SH "Author" .PP |