summaryrefslogtreecommitdiff
path: root/docs/man/man3/StrHashComp.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-01 17:07:33 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-01 17:07:33 +0000
commit260d107be38928396b5339829ab321c2207f09bc (patch)
tree07e861e346d973f2bcf54d7b6580f421d7376be5 /docs/man/man3/StrHashComp.3
parent19aa5d081acc8e35fb6a49016ffebeb447f1d375 (diff)
Updated documentation (manpages)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@936 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/StrHashComp.3')
-rw-r--r--docs/man/man3/StrHashComp.316
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/man/man3/StrHashComp.3 b/docs/man/man3/StrHashComp.3
index 138cf2edb..8075bdb0b 100644
--- a/docs/man/man3/StrHashComp.3
+++ b/docs/man/man3/StrHashComp.3
@@ -1,4 +1,4 @@
-.TH "StrHashComp" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
+.TH "StrHashComp" 3 "28 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -17,15 +17,15 @@ StrHashComp \-
.PP
.SS "bool StrHashComp::operator() (const string & s1, const string & s2) const\fC [inline]\fP"
.PP
-Definition at line 137 of file modules.cpp.
+Definition at line 144 of file modules.cpp.
.PP
.nf
-138 {
-139 char a[MAXBUF],b[MAXBUF];
-140 strlcpy(a,s1.c_str(),MAXBUF);
-141 strlcpy(b,s2.c_str(),MAXBUF);
-142 return (strcasecmp(a,b) == 0);
-143 }
+145 {
+146 char a[MAXBUF],b[MAXBUF];
+147 strlcpy(a,s1.c_str(),MAXBUF);
+148 strlcpy(b,s2.c_str(),MAXBUF);
+149 return (strcasecmp(a,b) == 0);
+150 }
.fi