summaryrefslogtreecommitdiff
path: root/docs/man/man3/Version.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-07 15:35:21 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-07 15:35:21 +0000
commitbc0d192a35489b8f5c42aa381ab2b120957ef770 (patch)
tree1fcf2c7fed56053eb6e74cbb6b842578aaade904 /docs/man/man3/Version.3
parent6ff5265391d028cd779cf9e85288e90ea766a6b6 (diff)
Added final documentation for inspircd Beta 4
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7
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 2c0ed2ead..a6a4e7a22 100644
--- a/docs/man/man3/Version.3
+++ b/docs/man/man3/Version.3
@@ -1,4 +1,4 @@
-.TH "Version" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "Version" 3 "7 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 302 of file modules.cpp.
+Definition at line 300 of file modules.cpp.
.PP
.nf
-302 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
+300 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { };
.fi
.SH "Member Data Documentation"
.PP