diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-24 10:54:12 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-24 10:54:12 +0000 |
| commit | 44e8494f6051d4a00519a75e553a0bf941858d0d (patch) | |
| tree | e7bc02e912aabf8977f64d8fa66341ed30861e3d /docs/rabbitmqctl.1.xml | |
| parent | 122fbb80c5c56980966860d6eeec4fdd6b2abdee (diff) | |
| download | rabbitmq-server-git-44e8494f6051d4a00519a75e553a0bf941858d0d.tar.gz | |
You don't need a fractional part and it can be greater than 1.0. Also, M-q.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index c1c51f9f8b..b60032e367 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> |
