diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-02-25 15:08:52 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-02-25 15:08:52 +0000 |
| commit | 18a9b92d531f166b705956f73f24472308551349 (patch) | |
| tree | a9ffa47e81fa81da5b10104df34a77c4d6de4430 /docs | |
| parent | 895719022357663145744bd9c038fe65166ef6db (diff) | |
| download | rabbitmq-server-git-18a9b92d531f166b705956f73f24472308551349.tar.gz | |
Remove -85 nastiness, prevent overlong line from wrapping by making it shorter.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 23253a40a2..d012c16a8f 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -523,7 +523,7 @@ </varlistentry> <varlistentry> - <term>set_permissions <option>-p <replaceable>vhostpath</replaceable></option> <replaceable>username</replaceable> <replaceable>configurable</replaceable> <replaceable>writable</replaceable> <replaceable>readable</replaceable></term> + <term>set_permissions <option>-p <replaceable>vhostpath</replaceable></option> <replaceable>username</replaceable> <replaceable>configure</replaceable> <replaceable>write</replaceable> <replaceable>read</replaceable></term> <listitem> <variablelist> <varlistentry> @@ -535,15 +535,15 @@ <listitem><para>The name of the user to grant access to the specified virtual host.</para></listitem> </varlistentry> <varlistentry> - <term>configurable</term> + <term>configure</term> <listitem><para>A regular expression matching resource names for which the user is granted configure permissions.</para></listitem> </varlistentry> <varlistentry> - <term>writable</term> + <term>write</term> <listitem><para>A regular expression matching resource names for which the user is granted write permissions.</para></listitem> </varlistentry> <varlistentry> - <term>readable</term> + <term>read</term> <listitem><para>A regular expression matching resource names for which the user is granted read permissions.</para></listitem> </varlistentry> </variablelist> |
