summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-multi.1.pod
diff options
context:
space:
mode:
authorPaul Jones <paulj@lshift.net>2009-08-28 15:40:18 +0100
committerPaul Jones <paulj@lshift.net>2009-08-28 15:40:18 +0100
commite664ae5208de72637485e2547caa761e245f53a3 (patch)
tree502f58faaf5d681fb8287bd659791b0e174f4e45 /docs/rabbitmq-multi.1.pod
parentbeaaf30dc12ae60d1a7acf9c9a47f3367b260549 (diff)
parente3a94b0accf234dcaae542ff13054e8f0d8b95bb (diff)
downloadrabbitmq-server-bug17880.tar.gz
Merged default into bug17880bug17880
Diffstat (limited to 'docs/rabbitmq-multi.1.pod')
-rw-r--r--docs/rabbitmq-multi.1.pod32
1 files changed, 20 insertions, 12 deletions
diff --git a/docs/rabbitmq-multi.1.pod b/docs/rabbitmq-multi.1.pod
index 23fd96ed..640609ee 100644
--- a/docs/rabbitmq-multi.1.pod
+++ b/docs/rabbitmq-multi.1.pod
@@ -15,22 +15,30 @@ scalable implementation of an AMQP broker.
rabbitmq-multi scripts allows for easy set-up of a cluster on a single
machine.
-See also rabbitmq-server(1) for configuration information.
+See also L<rabbitmq-server(1)> for configuration information.
=head1 COMMANDS
-start_all I<count>
- start count nodes with unique names, listening on all IP addresses
- and on sequential ports starting from 5672.
+=over
-status
- print the status of all running RabbitMQ nodes
+=item start_all I<count>
-stop_all
- stop all local RabbitMQ nodes
+Start count nodes with unique names, listening on all IP addresses and
+on sequential ports starting from 5672.
-rotate_logs
- rotate log files for all local and running RabbitMQ nodes
+=item status
+
+Print the status of all running RabbitMQ nodes.
+
+=item stop_all
+
+Stop all local RabbitMQ nodes,
+
+=item rotate_logs
+
+Rotate log files for all local and running RabbitMQ nodes.
+
+=back
=head1 EXAMPLES
@@ -40,7 +48,7 @@ Start 3 local RabbitMQ nodes with unique, sequential port numbers:
=head1 SEE ALSO
-rabbitmq.conf(5), rabbitmq-server(1), rabbitmqctl(1)
+L<rabbitmq.conf(5)>, L<rabbitmq-server(1)>, L<rabbitmqctl(1)>
=head1 AUTHOR
@@ -48,4 +56,4 @@ The RabbitMQ Team <info@rabbitmq.com>
=head1 REFERENCES
-RabbitMQ Web Site: http://www.rabbitmq.com
+RabbitMQ Web Site: L<http://www.rabbitmq.com>