summaryrefslogtreecommitdiff
path: root/docs/man/man3/WhoWasUser.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-30 05:23:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-30 05:23:22 +0000
commit956328e80741c88cdae6d98b07be4171c98f4e26 (patch)
treead61830f2cc82fa0cc2e20294ed3416f3abf12ae /docs/man/man3/WhoWasUser.3
parent02c18fcb826e63ce7c654d44e9f0afe1eafa7a64 (diff)
Added docs for base: BoolSet
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1565 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/WhoWasUser.3')
-rw-r--r--docs/man/man3/WhoWasUser.326
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/man/man3/WhoWasUser.3 b/docs/man/man3/WhoWasUser.3
index acda325ea..9bccb5046 100644
--- a/docs/man/man3/WhoWasUser.3
+++ b/docs/man/man3/WhoWasUser.3
@@ -1,4 +1,4 @@
-.TH "WhoWasUser" 3 "25 May 2005" "InspIRCd" \" -*- nroff -*-
+.TH "WhoWasUser" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -17,7 +17,7 @@ WhoWasUser \- A lightweight userrec used by WHOWAS.
.RI "char \fBnick\fP [NICKMAX]"
.br
.ti -1c
-.RI "char \fBident\fP [16]"
+.RI "char \fBident\fP [IDENTMAX+1]"
.br
.ti -1c
.RI "char \fBdhost\fP [160]"
@@ -26,7 +26,7 @@ WhoWasUser \- A lightweight userrec used by WHOWAS.
.RI "char \fBhost\fP [160]"
.br
.ti -1c
-.RI "char \fBfullname\fP [128]"
+.RI "char \fBfullname\fP [MAXGECOS+1]"
.br
.ti -1c
.RI "char \fBserver\fP [256]"
@@ -37,30 +37,30 @@ WhoWasUser \- A lightweight userrec used by WHOWAS.
.in -1c
.SH "Detailed Description"
.PP
-A lightweight userrec used by WHOWAS. Definition at line 326 of file users.h.
+A lightweight userrec used by WHOWAS. Definition at line 325 of file users.h.
.SH "Member Data Documentation"
.PP
.SS "char \fBWhoWasUser::dhost\fP[160]"
.PP
-Definition at line 331 of file users.h.
-.SS "char \fBWhoWasUser::fullname\fP[128]"
+Definition at line 330 of file users.h.
+.SS "char \fBWhoWasUser::fullname\fP[MAXGECOS+1]"
.PP
-Definition at line 333 of file users.h.
+Definition at line 332 of file users.h.
.SS "char \fBWhoWasUser::host\fP[160]"
.PP
-Definition at line 332 of file users.h.
-.SS "char \fBWhoWasUser::ident\fP[16]"
+Definition at line 331 of file users.h.
+.SS "char \fBWhoWasUser::ident\fP[IDENTMAX+1]"
.PP
-Definition at line 330 of file users.h.
+Definition at line 329 of file users.h.
.SS "char \fBWhoWasUser::nick\fP[NICKMAX]"
.PP
-Definition at line 329 of file users.h.
+Definition at line 328 of file users.h.
.SS "char \fBWhoWasUser::server\fP[256]"
.PP
-Definition at line 334 of file users.h.
+Definition at line 333 of file users.h.
.SS "time_t \fBWhoWasUser::signon\fP"
.PP
-Definition at line 335 of file users.h.
+Definition at line 334 of file users.h.
.SH "Author"
.PP