You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2015/08/12 16:27:48 UTC

svn commit: r1695534 - /qpid/dispatch/trunk/doc/book/tools.rst

Author: tross
Date: Wed Aug 12 14:27:48 2015
New Revision: 1695534

URL: http://svn.apache.org/r1695534
Log:
NO-JIRA - Fixed typos in the tools-section of the book.
    Hat-tip to Pavel Moravec for finding this.

Modified:
    qpid/dispatch/trunk/doc/book/tools.rst

Modified: qpid/dispatch/trunk/doc/book/tools.rst
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/doc/book/tools.rst?rev=1695534&r1=1695533&r2=1695534&view=diff
==============================================================================
--- qpid/dispatch/trunk/doc/book/tools.rst (original)
+++ qpid/dispatch/trunk/doc/book/tools.rst Wed Aug 12 14:27:48 2015
@@ -54,21 +54,21 @@ router.
 
 For example you can query all the connection entities in the router::
 
-   $ qdrouterd query --type connection
+   $ qdmanage query --type connection
 
 To enable logging debug and higher level messages by default::
 
-   $ qdrouter update log/DEFAULT enable=debug+
+   $ qdmanage update log/DEFAULT enable=debug+
 
 In fact, everything that can be configured in the configuration file can
 also be created in a running router via management. For example to
 create a new listener in a running router::
 
-   $ qdrouter create type=listener port=5555
+   $ qdmanage create type=listener port=5555
 
 Now you can connect to port 5555, for exampple::
 
-   $ qdrouterd query -b localhost:5555 --type listener
+   $ qdmanage query -b localhost:5555 --type listener
 
 For complete details see the `qdmanage(8)` man page and the output of
 `qdmanage --help`. Also for details of what can be configured see the



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org