Re-wrap a paragraph to eliminate a sphinx warning
authorIustin Pop <iustin@google.com>
Mon, 14 Nov 2011 09:01:06 +0000 (10:01 +0100)
committerIustin Pop <iustin@google.com>
Mon, 14 Nov 2011 09:03:18 +0000 (10:03 +0100)
This just makes sure that the paragraph doesn't contains lines that
start with :, which make Sphinx (1.0.7) complain.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

doc/admin.rst

index 645731a..ab44c9a 100644 (file)
@@ -291,8 +291,8 @@ While the command to stop one is::
 
 .. warning:: Do not use the Xen or KVM commands directly to stop
    instances. If you run for example ``xm shutdown`` or ``xm destroy``
-   on an instance Ganeti will automatically restart it (via the
-   :command:`ganeti-watcher` command which is launched via cron).
+   on an instance Ganeti will automatically restart it (via
+   the :command:`ganeti-watcher` command which is launched via cron).
 
 Querying instances
 ~~~~~~~~~~~~~~~~~~