diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-01 17:07:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-01 17:07:33 +0000 |
commit | 260d107be38928396b5339829ab321c2207f09bc (patch) | |
tree | 07e861e346d973f2bcf54d7b6580f421d7376be5 /docs/man/man3/Version.3 | |
parent | 19aa5d081acc8e35fb6a49016ffebeb447f1d375 (diff) |
Updated documentation (manpages)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@936 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/Version.3')
-rw-r--r-- | docs/man/man3/Version.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/man3/Version.3 b/docs/man/man3/Version.3 index 2f44abcd1..5985dbbdd 100644 --- a/docs/man/man3/Version.3 +++ b/docs/man/man3/Version.3 @@ -1,4 +1,4 @@ -.TH "Version" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*- +.TH "Version" 3 "28 Mar 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -46,10 +46,10 @@ Definition at line 102 of file modules.h. .PP .SS "Version::Version (int major, int minor, int revision, int build)" .PP -Definition at line 291 of file modules.cpp. +Definition at line 298 of file modules.cpp. .PP .nf -291 : Major(major), Minor(minor), Revision(revision), Build(build) { }; +298 : Major(major), Minor(minor), Revision(revision), Build(build) { }; .fi .SH "Member Data Documentation" .PP |