summaryrefslogtreecommitdiff
path: root/docs
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
commitad7b82ce31bd67cf65e22d17f72680c204a464ab (patch)
tree2a34eb845606d54f93cd328434bd7abfa76ef540 /docs
parent584cd3d1abaff96c8d1b683e34973983e883c414 (diff)
downloadrabbitmq-server-ad7b82ce31bd67cf65e22d17f72680c204a464ab.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')
-rw-r--r--docs/rabbitmq-multi.pod2
-rw-r--r--docs/rabbitmq-server.pod2
-rw-r--r--docs/rabbitmqctl.pod37
-rw-r--r--docs/rabbitmqctl_real.pod14
4 files changed, 8 insertions, 47 deletions
diff --git a/docs/rabbitmq-multi.pod b/docs/rabbitmq-multi.pod
index 0f7aec52..2e3f28c8 100644
--- a/docs/rabbitmq-multi.pod
+++ b/docs/rabbitmq-multi.pod
@@ -34,7 +34,7 @@ Start 3 local RabbitMQ nodes with unique, sequential port numbers:
=head1 SEE ALSO
-rabbitmq-server(1), rabbitmqctl(1), rabbitmqctl_real(1)
+rabbitmq-server(1), rabbitmqctl(1)
=head1 AUTHOR
diff --git a/docs/rabbitmq-server.pod b/docs/rabbitmq-server.pod
index bf411bc2..1eaf2dfd 100644
--- a/docs/rabbitmq-server.pod
+++ b/docs/rabbitmq-server.pod
@@ -62,7 +62,7 @@ Run RabbitMQ AMQP server in the background:
=head1 SEE ALSO
-rabbitmq-multi(1), rabbitmqctl(1), rabbitmqctl_real(1)
+rabbitmq-multi(1), rabbitmqctl(1)
=head1 AUTHOR
diff --git a/docs/rabbitmqctl.pod b/docs/rabbitmqctl.pod
deleted file mode 100644
index 602cf751..00000000
--- 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
diff --git a/docs/rabbitmqctl_real.pod b/docs/rabbitmqctl_real.pod
index f52eb394..db31b621 100644
--- a/docs/rabbitmqctl_real.pod
+++ b/docs/rabbitmqctl_real.pod
@@ -1,10 +1,10 @@
=head1 NAME
-rabbitmqctl_real - command line tool for managing a RabbitMQ broker
+rabbitmqctl - command line tool for managing a RabbitMQ broker
=head1 SYNOPSIS
-rabbitmqctl_real [-n I<node>] I<<command>> [command options]
+rabbitmqctl [-n I<node>] I<<command>> [command options]
=head1 DESCRIPTION
@@ -12,10 +12,8 @@ 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_real is a command line tool for managing a RabbitMQ broker.
-It performs all actions by connecting to one of the broker's node.
-rabbitmqctl_real is called by the rabbitmqctl(1) wrapper to be
-correctly executed with I<rabbitmq> user permissions.
+rabbitmqctl is a command line tool for managing a RabbitMQ broker.
+It performs all actions by connecting to one of the broker's nodes.
=head1 OPTIONS
@@ -59,7 +57,7 @@ force
return a RabbitMQ node to its virgin state.
Removes the node from any cluster it belongs to, removes all data
from the management database, such as configured users, vhosts and
- realms, and deletes all persistent messages.
+ deletes all persistent messages.
force_reset
the same as I<force> command, but resets the node unconditionally,
@@ -123,7 +121,7 @@ default Erlang node:
=head1 SEE ALSO
-rabbitmq-server(1), rabbitmqctl(1), rabbitmqctl_real(1)
+rabbitmq-multi(1), rabbitmq-server(1)
=head1 AUTHOR