diff options
Diffstat (limited to 'docs/man/man3/ZLine.3')
-rw-r--r-- | docs/man/man3/ZLine.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/man/man3/ZLine.3 b/docs/man/man3/ZLine.3 index ddb27e9b1..99a67a12f 100644 --- a/docs/man/man3/ZLine.3 +++ b/docs/man/man3/ZLine.3 @@ -1,8 +1,8 @@ -.TH "ZLine" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*- +.TH "ZLine" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME -ZLine \- ZLine class. +ZLine \- ZLine class. .PP .SH SYNOPSIS @@ -18,23 +18,23 @@ Inherits \fBXLine\fP. .ti -1c .RI "char \fBipaddr\fP [MAXBUF]" .br -.RI "\fIIP Address (xx.yy.zz.aa) to match against May contain wildcards.\fP" +.RI "\fIIP Address (xx.yy.zz.aa) to match against May contain wildcards. \fP" .ti -1c .RI "bool \fBis_global\fP" .br -.RI "\fISet if this is a global Z:line (e.g.\fP" +.RI "\fISet if this is a global Z:line (e.g. \fP" .in -1c .SH "Detailed Description" .PP -ZLine class.Definition at line 68 of file xline.h. +ZLine class. Definition at line 84 of file xline.h. .SH "Member Data Documentation" .PP -.SS "char ZLine::ipaddr[MAXBUF]" +.SS "char \fBZLine::ipaddr\fP[MAXBUF]" .PP -IP Address (xx.yy.zz.aa) to match against May contain wildcards.Definition at line 74 of file xline.h. -.SS "bool ZLine::is_global" +IP Address (xx.yy.zz.aa) to match against May contain wildcards. Definition at line 90 of file xline.h. +.SS "bool \fBZLine::is_global\fP" .PP -Set if this is a global Z:line (e.g.it came from another server)Definition at line 78 of file xline.h. +Set if this is a global Z:line (e.g. it came from another server)Definition at line 94 of file xline.h. .SH "Author" .PP |