diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 23:06:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 23:06:51 +0000 |
commit | 88dd74fc84b574f17673338c6d42123570f464da (patch) | |
tree | c8d310f7e39c6f5fa69d62d8363d9e410c7d95b9 /docs/man/man3/KLine.3 | |
parent | 9c70fbb7c7c532baf0e02e144e93d259b13913dd (diff) |
Added docs for new smaller memory footprint classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/KLine.3')
-rw-r--r-- | docs/man/man3/KLine.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/man3/KLine.3 b/docs/man/man3/KLine.3 index 9c7ef5e29..df1c3c25a 100644 --- a/docs/man/man3/KLine.3 +++ b/docs/man/man3/KLine.3 @@ -16,7 +16,7 @@ Inherits \fBXLine\fP. .in +1c .ti -1c -.RI "char \fBhostmask\fP [MAXBUF]" +.RI "char \fBhostmask\fP [200]" .br .RI "\fIHostmask (ident) to match against May contain wildcards. \fP" .in -1c @@ -25,7 +25,7 @@ Inherits \fBXLine\fP. KLine class. Definition at line 62 of file xline.h. .SH "Member Data Documentation" .PP -.SS "char \fBKLine::hostmask\fP[MAXBUF]" +.SS "char \fBKLine::hostmask\fP[200]" .PP Hostmask (ident) to match against May contain wildcards. Definition at line 68 of file xline.h. |