summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-multi.1.pod
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2009-08-24 17:32:19 +0100
committerDavid Wragg <dpw@lshift.net>2009-08-24 17:32:19 +0100
commit7c7801ee159c2f594dca66e0f91516c2f19bb4ee (patch)
tree91e9fb72049a24f0df8c37a3b31acd62de731d1d /docs/rabbitmq-multi.1.pod
parent07de2fa67a02377f0a6d46701c6ebb3e9830fafa (diff)
downloadrabbitmq-server-git-7c7801ee159c2f594dca66e0f91516c2f19bb4ee.tar.gz
Reformat man pages, using more features of the pod format
This allows proper indentation, while still allowing the re-flowing of paragraphs according to the terminal width. Also, begin paragraphs consisting of sentences with an upper-case letter.
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 63848756f9..640609eef9 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>