summaryrefslogtreecommitdiff
path: root/docs/man/man3/Version.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/Version.3')
-rw-r--r--docs/man/man3/Version.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/man3/Version.3 b/docs/man/man3/Version.3
index b553e9e20..aeea8964f 100644
--- a/docs/man/man3/Version.3
+++ b/docs/man/man3/Version.3
@@ -1,4 +1,4 @@
-.TH "Version" 3 "15 May 2005" "InspIRCd" \" -*- nroff -*-
+.TH "Version" 3 "24 May 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -49,10 +49,10 @@ Definition at line 111 of file modules.h.
.PP
.SS "Version::Version (int major, int minor, int revision, int build, int flags)"
.PP
-Definition at line 234 of file modules.cpp.
+Definition at line 243 of file modules.cpp.
.PP
.nf
-234 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
+243 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
.fi
.SH "Member Data Documentation"
.PP