diff options
author | Emile Joubert <emile@rabbitmq.com> | 2012-02-01 16:48:08 +0000 |
---|---|---|
committer | Emile Joubert <emile@rabbitmq.com> | 2012-02-01 16:48:08 +0000 |
commit | 4df7acf0962a40ad7c0d848fc500fe6f51f78e6c (patch) | |
tree | 92a75a250861e9e6f2484b17a36b08b6b97f83b0 | |
parent | 8e488ff65f678e7ecdc1dc9ba9daed1efed00a39 (diff) | |
parent | 1df635925ca8623633b1f0a2256543b47ca14e1e (diff) | |
download | rabbitmq-server-4df7acf0962a40ad7c0d848fc500fe6f51f78e6c.tar.gz |
Merged bug24713 into default
-rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 4100864e..c1c51f9f 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -266,10 +266,9 @@ </para> <para> When the target files do not exist they are created. - target files do not already exist. When - no <option>suffix</option> is specified, the empty log - files are simply created at the original location; no - rotation takes place. + When no <option>suffix</option> is specified, the empty + log files are simply created at the original location; + no rotation takes place. </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmqctl rotate_logs .1</screen> |