summaryrefslogtreecommitdiff
path: root/docs/man/man3/commands.h.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/commands.h.3')
-rw-r--r--docs/man/man3/commands.h.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/man3/commands.h.3 b/docs/man/man3/commands.h.3
index ac7a2a429..b7ddb1900 100644
--- a/docs/man/man3/commands.h.3
+++ b/docs/man/man3/commands.h.3
@@ -1,4 +1,4 @@
-.TH "commands.h" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*-
+.TH "commands.h" 3 "12 May 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -178,7 +178,7 @@ commands.h \-
.RI "void \fBhandle_unloadmodule\fP (char **parameters, int pcnt, \fBuserrec\fP *user)"
.br
.ti -1c
-.RI "void \fBhandle_link_packet\fP (char *udp_msg, char *tcp_host, \fBserverrec\fP *serv)"
+.RI "void \fBhandle_link_packet\fP (char *tcp_msg, char *tcp_host, \fBserverrec\fP *serv)"
.br
.RI "\fISpecial functions for processing server to server traffic. \fP"
.ti -1c
@@ -315,7 +315,7 @@ These are the handlers for user commands.
.PP
.SS "void handle_L (char token, char * params, \fBserverrec\fP * source, \fBserverrec\fP * reply, char * tcp_host)"
.PP
-.SS "void handle_link_packet (char * udp_msg, char * tcp_host, \fBserverrec\fP * serv)"
+.SS "void handle_link_packet (char * tcp_msg, char * tcp_host, \fBserverrec\fP * serv)"
.PP
Special functions for processing server to server traffic.
.SS "void handle_links (char ** parameters, int pcnt, \fBuserrec\fP * user)"