From bc0d192a35489b8f5c42aa381ab2b120957ef770 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 May 2005 15:35:21 +0000 Subject: Added final documentation for inspircd Beta 4 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/man/man3/StrHashComp.3 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/man/man3/StrHashComp.3') diff --git a/docs/man/man3/StrHashComp.3 b/docs/man/man3/StrHashComp.3 index bcdf74124..77581534f 100644 --- a/docs/man/man3/StrHashComp.3 +++ b/docs/man/man3/StrHashComp.3 @@ -1,4 +1,4 @@ -.TH "StrHashComp" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "StrHashComp" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -17,17 +17,17 @@ StrHashComp \- .PP .SS "bool StrHashComp::operator() (const string & s1, const string & s2) const\fC [inline]\fP" .PP -Definition at line 146 of file modules.cpp. +Definition at line 147 of file modules.cpp. .PP .nf -147 { -148 char a[MAXBUF],b[MAXBUF]; -149 strlcpy(a,s1.c_str(),MAXBUF); -150 strlcpy(b,s2.c_str(),MAXBUF); -151 strlower(a); -152 strlower(b); -153 return (strcasecmp(a,b) == 0); -154 } +148 { +149 char a[MAXBUF],b[MAXBUF]; +150 strlcpy(a,s1.c_str(),MAXBUF); +151 strlcpy(b,s2.c_str(),MAXBUF); +152 strlower(a); +153 strlower(b); +154 return (strcasecmp(a,b) == 0); +155 } .fi -- cgit v1.2.3