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 | 3eac759ba3e4cc745de6fa6a2bc83b0ad572f32f (patch) | |
| tree | 1ea9bf4954eb4d6700a8a18ebf91f563c25d2eb9 /docs | |
| parent | bdc9366e621cd466b3ffe6e7154ceb0cfe4e8500 (diff) | |
| download | rabbitmq-server-git-3eac759ba3e4cc745de6fa6a2bc83b0ad572f32f.tar.gz | |
display pids instead of nodes
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')
| -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 6b4208725f..43c38f6b0d 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 |
