summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-11-01 12:03:59 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-11-01 12:03:59 +0000
commitf454689f360fcbd748c5660b7c194c669e053186 (patch)
treeb1825e26c286d9a2c2a5a8ec59723540c25ea3e7 /docs
parent73fb60c63752a2b266d0eb52a83b84fc660b499a (diff)
downloadrabbitmq-server-git-f454689f360fcbd748c5660b7c194c669e053186.tar.gz
Unify address and host. Stick ports in the state, just because we're grabbing them anyway.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 69d137b36e..34947b66e8 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1282,21 +1282,14 @@
<listitem><para>Readable name for the connection.</para></listitem>
</varlistentry>
<varlistentry>
- <term>address</term>
- <listitem><para>Server IP address.</para></listitem>
- </varlistentry>
- <varlistentry>
<term>port</term>
<listitem><para>Server port.</para></listitem>
</varlistentry>
<varlistentry>
<term>host</term>
<listitem><para>Server hostname obtained via reverse
- DNS, or 'unknown'.</para></listitem>
- </varlistentry>
- <varlistentry>
- <term>peer_address</term>
- <listitem><para>Peer address.</para></listitem>
+ DNS, or its IP address if reverse DNS failed or was
+ not enabled.</para></listitem>
</varlistentry>
<varlistentry>
<term>peer_port</term>
@@ -1305,7 +1298,8 @@
<varlistentry>
<term>peer_host</term>
<listitem><para>Peer hostname obtained via reverse
- DNS, or 'unknown'.</para></listitem>
+ DNS, or its IP address if reverse DNS failed or was
+ not enabled.</para></listitem>
</varlistentry>
<varlistentry>
<term>ssl</term>
@@ -1424,7 +1418,7 @@
</variablelist>
<para>
If no <command>connectioninfoitem</command>s are
- specified then user, peer address, peer port, time since
+ specified then user, peer host, peer port, time since
flow control and memory block state are displayed.
</para>