summaryrefslogtreecommitdiff
path: root/docs/man/man3/HostItem.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 03:51:56 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 03:51:56 +0000
commit52899de0ff2d62ca0542b243c41626010bf62083 (patch)
treeb9c92bbdb7d65a7467cbd6ebcbc31dc2f96e09e3 /docs/man/man3/HostItem.3
parent0340f1a432d684347d8dbc3aa85c8436c56d4039 (diff)
Documentation update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/HostItem.3')
-rw-r--r--docs/man/man3/HostItem.330
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/man/man3/HostItem.3 b/docs/man/man3/HostItem.3
index d8f7eb9ea..9f9171770 100644
--- a/docs/man/man3/HostItem.3
+++ b/docs/man/man3/HostItem.3
@@ -1,8 +1,8 @@
-.TH "HostItem" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
+.TH "HostItem" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-HostItem \- Holds an entry for a ban list, exemption list, or invite list.
+HostItem \- Holds an entry for a ban list, exemption list, or invite list.
.PP
.SH SYNOPSIS
@@ -39,38 +39,38 @@ Inherited by \fBBanItem\fP, \fBExemptItem\fP, and \fBInviteItem\fP.
.in -1c
.SH "Detailed Description"
.PP
-Holds an entry for a ban list, exemption list, or invite list.
+Holds an entry for a ban list, exemption list, or invite list.
This class contains a single element in a channel list, such as a banlist.
.PP
-Definition at line 18 of file channels.h.
+Definition at line 29 of file channels.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "HostItem::HostItem ()\fC [inline]\fP"
.PP
-Definition at line 25 of file channels.h.
+Definition at line 36 of file channels.h.
.PP
.nf
-25 { /* stub */ }
+36 { /* stub */ }
.fi
-.SS "virtual HostItem::~HostItem ()\fC [inline, virtual]\fP"
+.SS "virtual HostItem::~\fBHostItem\fP ()\fC [inline, virtual]\fP"
.PP
-Definition at line 26 of file channels.h.
+Definition at line 37 of file channels.h.
.PP
.nf
-26 { /* stub */ }
+37 { /* stub */ }
.fi
.SH "Member Data Documentation"
.PP
-.SS "char HostItem::data[MAXBUF]"
+.SS "char \fBHostItem::data\fP[MAXBUF]"
.PP
-Definition at line 23 of file channels.h.
-.SS "char HostItem::set_by[NICKMAX]"
+Definition at line 34 of file channels.h.
+.SS "char \fBHostItem::set_by\fP[NICKMAX]"
.PP
-Definition at line 22 of file channels.h.
-.SS "time_t HostItem::set_time"
+Definition at line 33 of file channels.h.
+.SS "time_t \fBHostItem::set_time\fP"
.PP
-Definition at line 21 of file channels.h.
+Definition at line 32 of file channels.h.
.SH "Author"
.PP