diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 17:05:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 17:05:15 +0000 |
commit | 4d5a17380bc71cabe544b41c7c8a26a292384f3d (patch) | |
tree | 9a882bc421d4c250817a17980265b76e06e4cf8c /docs/man/man3/WhoWasUser.3 | |
parent | a48ee868ed80b689b773fdd9bbd8f1e761dc3b8a (diff) |
Added docs for hashcomp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/WhoWasUser.3')
-rw-r--r-- | docs/man/man3/WhoWasUser.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/man/man3/WhoWasUser.3 b/docs/man/man3/WhoWasUser.3 index 40ffbca4b..a6d45973f 100644 --- a/docs/man/man3/WhoWasUser.3 +++ b/docs/man/man3/WhoWasUser.3 @@ -1,4 +1,4 @@ -.TH "WhoWasUser" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "WhoWasUser" 3 "15 May 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -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 315 of file users.h. +A lightweight userrec used by WHOWAS. Definition at line 318 of file users.h. .SH "Member Data Documentation" .PP .SS "char \fBWhoWasUser::dhost\fP[160]" .PP -Definition at line 320 of file users.h. +Definition at line 323 of file users.h. .SS "char \fBWhoWasUser::fullname\fP[128]" .PP -Definition at line 322 of file users.h. +Definition at line 325 of file users.h. .SS "char \fBWhoWasUser::host\fP[160]" .PP -Definition at line 321 of file users.h. +Definition at line 324 of file users.h. .SS "char \fBWhoWasUser::ident\fP[16]" .PP -Definition at line 319 of file users.h. +Definition at line 322 of file users.h. .SS "char \fBWhoWasUser::nick\fP[NICKMAX]" .PP -Definition at line 318 of file users.h. +Definition at line 321 of file users.h. .SS "char \fBWhoWasUser::server\fP[256]" .PP -Definition at line 323 of file users.h. +Definition at line 326 of file users.h. .SS "time_t \fBWhoWasUser::signon\fP" .PP -Definition at line 324 of file users.h. +Definition at line 327 of file users.h. .SH "Author" .PP |