Add more details to stats in sgml docs.

This commit is contained in:
Jilles Tjoelker 2008-02-29 17:10:20 +01:00
parent 93ecb714db
commit 878f1c5148

View file

@ -940,8 +940,9 @@
<para> <para>
Show hostname and link information about the given nick. Show hostname and link information about the given nick.
With a server name, show information about opers and servers With a server name, show information about opers and servers
on that server; opers also get information about all local users on that server; opers get information about all local
if they query their own server. connections if they query their own server.
No hostname is shown for server connections.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -960,7 +961,7 @@
<varlistentry> <varlistentry>
<term>n</term> <term>n</term>
<listitem> <listitem>
<para>Show blacklist blocks (DNS blacklists) with hit counts.</para> <para>Show blacklist blocks (DNS blacklists) with hit counts since last rehash and (parenthesized) reference counts. The reference count shows how many clients are waiting on a lookup of this blacklist or have been found and are waiting on registration to complete.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -978,19 +979,19 @@
<varlistentry> <varlistentry>
<term>P</term> <term>P</term>
<listitem> <listitem>
<para>Show listen blocks</para> <para>Show listen blocks (ports)</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>q</term> <term>q</term>
<listitem> <listitem>
<para>Show temporarily resv'ed nicks and channels</para> <para>Show temporarily resv'ed nicks and channels with hit counts</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Q</term> <term>Q</term>
<listitem> <listitem>
<para>Show permanently resv'ed nicks and channels</para> <para>Show permanently resv'ed nicks and channels with hit counts since last rehash bans</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -1002,7 +1003,7 @@
<varlistentry> <varlistentry>
<term>t</term> <term>t</term>
<listitem> <listitem>
<para>Show generic server statistics</para> <para>Show generic server statistics about local connections</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -1026,13 +1027,13 @@
<varlistentry> <varlistentry>
<term>x</term> <term>x</term>
<listitem> <listitem>
<para>Show temporary X:lines</para> <para>Show temporary X:lines with hit counts</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>X</term> <term>X</term>
<listitem> <listitem>
<para>Show permanent X:lines</para> <para>Show permanent X:lines with hit counts since last rehash bans</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -1056,7 +1057,7 @@
<varlistentry> <varlistentry>
<term>?</term> <term>?</term>
<listitem> <listitem>
<para>Show connected servers and sendq information about them</para> <para>Show connected servers and link information about them</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>