summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-11 16:24:15 -0700
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-11 16:24:15 -0700
commit8f01af0eb7236cb3778bcf785e8d3daec0a0e137 (patch)
tree38f56b0ac2cd19b860824b9829c26c0e26401874
parent824f5004729fdcbbec19fea80133418182e2606e (diff)
downloadrabbitmq-server-git-8f01af0eb7236cb3778bcf785e8d3daec0a0e137.tar.gz
Document rabbitmqctl changes in the pod
-rw-r--r--docs/rabbitmqctl.1.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index a0232a40f2..8a29b928f7 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -282,6 +282,18 @@ optional virtual host parameter for which to display results, defaulting
to I<"/">. The default can be overridden with the B<-p> flag. Result
columns for these commands and list_connections are tab-separated.
+=head2 CONTROL VARIABLES
+
+set_env I<variable> I<erlangterm>
+ set the value of control variable I<variable> to I<erlangterm>.
+
+get_env I<variable>
+ get the value of control variable I<variable>, printing either
+ {ok,I<value>} or undefined.
+
+unset_env I<variable>
+ clear control variable I<variable>.
+
=head1 EXAMPLES
Create a user named foo with (initial) password bar at the Erlang node