diff options
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index ee34b15517..b9e478cb53 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1968,12 +1968,12 @@ triggered, expressed in bytes as an integer number greater than or equal to 0 or as string with memory unit (e.g. 1024MB). Available units are: - k, kiB - kibibytes (2^10) - M, MiB - mebibytes (2^20) - G, GiB - gibibytes (2^30) - kB - kilobytes (10^3) - MB - megabytes (10^6) - GB - gigabytes (10^9) + k, kiB: kibibytes (2^10 bytes) + M, MiB: mebibytes (2^20) + G, GiB: gibibytes (2^30) + kB: kilobytes (10^3) + MB: megabytes (10^6) + GB: gigabytes (10^9) </para></listitem> </varlistentry> </variablelist> |
