diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 20:15:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 20:15:05 +0000 |
commit | 755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2 (patch) | |
tree | a1e26279c8df6310c611bb2ddd3ea87cec95b9e8 /docs/man/man3/StrHashComp.3 | |
parent | 4efba4dad4b21f8ae2357a473b335e147b83a7c7 (diff) |
New docs to match extra module Version class stuff, etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/StrHashComp.3')
-rw-r--r-- | docs/man/man3/StrHashComp.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/man/man3/StrHashComp.3 b/docs/man/man3/StrHashComp.3 index 2614d4533..d4bc096fe 100644 --- a/docs/man/man3/StrHashComp.3 +++ b/docs/man/man3/StrHashComp.3 @@ -1,4 +1,4 @@ -.TH "StrHashComp" 3 "4 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "StrHashComp" 3 "7 Apr 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 144 of file modules.cpp. +Definition at line 146 of file modules.cpp. .PP .nf -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 } +147 { +148 char a[MAXBUF],b[MAXBUF]; +149 strlcpy(a,s1.c_str(),MAXBUF); +150 strlcpy(b,s2.c_str(),MAXBUF); +151 return (strcasecmp(a,b) == 0); +152 } .fi |