diff options
author | Matthias Radestock <matthias@lshift.net> | 2009-12-10 19:30:17 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2009-12-10 19:30:17 +0000 |
commit | d7cf0a86e72dba9869097f6a0e132066efb5ad40 (patch) | |
tree | 1ea9bf4954eb4d6700a8a18ebf91f563c25d2eb9 /docs/rabbitmqctl.1.pod | |
parent | 1fdc477aa57f4f0ae4b9428f47cc34277d9f0400 (diff) | |
download | rabbitmq-server-bug21963.tar.gz |
display pids instead of nodesbug21963
The challenge here was to find a way to display pids portably,
s.t. the same pid is displayed in the same way everywhere, every time.
We exploit Erlang's well-defined and stable external term format to
take apart pids.
Diffstat (limited to 'docs/rabbitmqctl.1.pod')
-rw-r--r-- | docs/rabbitmqctl.1.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index 6b420872..43c38f6b 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -198,9 +198,9 @@ whether the queue will be deleted when no longer used queue arguments -=item node +=item pid -node on which the process associated with the queue resides +id of the Erlang process associated with the queue =item messages_ready @@ -297,7 +297,7 @@ I<user>, I<peer_address>, I<peer_port> and I<state> are assumed. =item node -node on which the process associated with the connection resides +id of the Erlang process associated with the connection =item address |