summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.pod
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-08-12 16:38:46 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-08-12 16:38:46 +0100
commit7b12f7ca6886deac17f5769b922e115cff11896f (patch)
tree2a34eb845606d54f93cd328434bd7abfa76ef540 /docs/rabbitmqctl.pod
parent50f02b4840542c96971dd3d48fc0ae16cc6503d7 (diff)
downloadrabbitmq-server-git-7b12f7ca6886deac17f5769b922e115cff11896f.tar.gz
Remove man page for wrapper and use the same
page as for rabbitmqctl_real. Update debina and rpm packaging to reflect this change.
Diffstat (limited to 'docs/rabbitmqctl.pod')
-rw-r--r--docs/rabbitmqctl.pod37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/rabbitmqctl.pod b/docs/rabbitmqctl.pod
deleted file mode 100644
index 602cf751e3..0000000000
--- a/docs/rabbitmqctl.pod
+++ /dev/null
@@ -1,37 +0,0 @@
-=head1 NAME
-
-rabbitmqctl - wrapper for the command line tool for managing a RabbitMQ broker
-
-=head1 SYNOPSIS
-
-rabbitmqctl I<command> [command options]
-
-=head1 DESCRIPTION
-
-RabbitMQ is an implementation of AMQP, the emerging standard for high
-performance enterprise messaging. The RabbitMQ server is a robust and
-scalable implementation of an AMQP broker.
-
-rabbitmqctl is a wrapper around rabbitmqctl_real(1) tool and performs
-all commands properly with I<rabbitmq> user permissions.
-
-See rabbitmqctl_real(1) for the list of available commands.
-
-=head1 SEE ALSO
-
-rabbitmq-server(1), rabbitmqctl_real(1), rabbitmq-multi(1)
-
-=head1 AUTHOR
-
-Originally written by The RabbitMQ Team <info@lshift.net>
-
-=head1 COPYRIGHT
-
-This package, the RabbitMQ server is licensed under the MPL.
-
-If you have any questions regarding licensing, please contact us at
-info@rabbitmq.com.
-
-=head1 REFERENCES
-
-RabbitMQ Web Site: http://www.rabbitmq.com