summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-24 10:54:12 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-24 10:54:12 +0000
commit91bab968c61fca8b00927fe36857793e486fb7c5 (patch)
treee7bc02e912aabf8977f64d8fa66341ed30861e3d
parente729369eb4af72635c3ff5fb629c042e4a09ce99 (diff)
downloadrabbitmq-server-91bab968c61fca8b00927fe36857793e486fb7c5.tar.gz
You don't need a fractional part and it can be greater than 1.0. Also, M-q.
-rw-r--r--docs/rabbitmqctl.1.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index c1c51f9f..b60032e3 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1420,8 +1420,11 @@
<variablelist>
<varlistentry>
<term>fraction</term>
- <listitem><para>The new memory threshhold fraction at which flow control is triggered, as a
- floating point number between 0.0 and 1.0 with a mandatory fractional part.</para></listitem>
+ <listitem><para>
+ The new memory threshhold fraction at which flow
+ control is triggered, as a floating point number
+ greater than or equal to 0.
+ </para></listitem>
</varlistentry>
</variablelist>
</listitem>