diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 13:55:46 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 13:55:46 +0100 |
| commit | 14538ee86d41bc312820f0a408f687f8db32664c (patch) | |
| tree | 84ec480ffa4c94fd4bce56305de80a96bd53b580 | |
| parent | 2e311e2f3d19cd177d93e741ede3855119775b05 (diff) | |
| download | rabbitmq-server-git-14538ee86d41bc312820f0a408f687f8db32664c.tar.gz | |
improve manpage text
| -rw-r--r-- | docs/rabbitmq-plugin.1.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/rabbitmq-plugin.1.xml b/docs/rabbitmq-plugin.1.xml index e054066bcf..9c214ae293 100644 --- a/docs/rabbitmq-plugin.1.xml +++ b/docs/rabbitmq-plugin.1.xml @@ -49,10 +49,9 @@ <title>Description</title> <para> <command>rabbitmq-plugin</command> is a command line tool for - managing a RabbitMQ broker plugins. It allows you to easily - enable, disable and browse plugins. Note that it must be run by - a user with write permissions to the RabbitMQ installation - directory. + managing RabbitMQ broker plugins. It allows one to enable, + disable and browse plugins. Note that it must be run by a user + with write permissions to the RabbitMQ configuration directory. </para> </refsect1> @@ -79,12 +78,12 @@ </para> <para> If the optional pattern is given, only plugins whose - name mathes pattern are shown. + name mathes <command>pattern</command> are shown. </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmq-plugin list</screen> <para role="example"> - This command lists all the plugins available.. + This command lists all the plugins available. </para> <screen role="example">rabbitmq-plugin list -c</screen> <para role="example"> @@ -140,8 +139,8 @@ <para role="example-prefix">For example:</para> <screen role="example">rabbitmq-plugin disable amqp_client</screen> <para role="example"> - This command disables the <command>amqp_client</command> - and all other plugins that depend on it. + This command disables <command>amqp_client</command> and + all plugins that depend on it. </para> </listitem> </varlistentry> |
