summaryrefslogtreecommitdiff
path: root/docs/man/man3/nspace_nspace_hash_ in_addr _.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/nspace_nspace_hash_ in_addr _.3')
-rw-r--r--docs/man/man3/nspace_nspace_hash_ in_addr _.314
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/man3/nspace_nspace_hash_ in_addr _.3 b/docs/man/man3/nspace_nspace_hash_ in_addr _.3
index 98b8b817d..fcbba4004 100644
--- a/docs/man/man3/nspace_nspace_hash_ in_addr _.3
+++ b/docs/man/man3/nspace_nspace_hash_ in_addr _.3
@@ -1,4 +1,4 @@
-.TH "nspace::nspace::hash< in_addr >" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
+.TH "nspace::nspace::hash< in_addr >" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -20,14 +20,14 @@ nspace::nspace::hash< in_addr > \-
.PP
.SS "size_t nspace::hash< in_addr >::operator() (const struct in_addr & a) const\fC [inline]\fP"
.PP
-Definition at line 97 of file modules.cpp.
+Definition at line 112 of file modules.cpp.
.PP
.nf
-98 {
-99 size_t q;
-100 memcpy(&q,&a,sizeof(size_t));
-101 return q;
-102 }
+113 {
+114 size_t q;
+115 memcpy(&q,&a,sizeof(size_t));
+116 return q;
+117 }
.fi