diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 13:32:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 13:32:15 +0000 |
commit | 097b2479d0393d8a8bada4a50708d7a2404045ca (patch) | |
tree | 8e624ea3c2035ebf8c64adfd3599a0fe1dce1556 /docs/man/man3/socket.cpp.3 | |
parent | 277fc183721767efbce4b4cb1fc716c5f67d4752 (diff) |
Added new docs for class SocketEngine
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2339 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/socket.cpp.3')
-rw-r--r-- | docs/man/man3/socket.cpp.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/man/man3/socket.cpp.3 b/docs/man/man3/socket.cpp.3 index 136a95e21..a71385032 100644 --- a/docs/man/man3/socket.cpp.3 +++ b/docs/man/man3/socket.cpp.3 @@ -1,4 +1,4 @@ -.TH "socket.cpp" 3 "9 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- +.TH "socket.cpp" 3 "12 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -44,11 +44,16 @@ socket.cpp \- .br \fC#include 'helperfuncs.h'\fP .br +\fC#include 'socketengine.h'\fP +.br .SS "Variables" .in +1c .ti -1c +.RI "\fBSocketEngine\fP * \fBSE\fP" +.br +.ti -1c .RI "FILE * \fBlog_file\fP" .br .ti -1c @@ -77,6 +82,8 @@ socket.cpp \- .PP .SS "int \fBopenSockfd\fP[MAXSOCKS]" .PP +.SS "\fBSocketEngine\fP* \fBSE\fP" +.PP .SS "time_t \fBTIME\fP" .PP .SS "bool \fBunlimitcore\fP" |