diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 02:26:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 02:26:05 +0000 |
commit | a266dadd1351d10b56ec187c7b6f7af75350ed68 (patch) | |
tree | 0729c41ca0f1719c69277dc862d4704d63d6248f /docs/man/man3/Version.3 | |
parent | c42a4ace0281ee6a89f6df2af3b15563ffe98064 (diff) |
Documented new recvq and sendq stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1367 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 a6a4e7a22..3b845ffd7 100644 --- a/docs/man/man3/Version.3 +++ b/docs/man/man3/Version.3 @@ -1,4 +1,4 @@ -.TH "Version" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "Version" 3 "12 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 300 of file modules.cpp. +Definition at line 309 of file modules.cpp. .PP .nf -300 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { }; +309 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { }; .fi .SH "Member Data Documentation" .PP |