From 29fc0e4ea935b0ba8c5f8ec5809e1de7b1dd695d Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Sat, 29 Dec 2012 12:02:10 +0100
Subject: [PATCH] Fix a couple of bugs in the gnt-instance man page

The "list-fields" and "change-group" commands were mistakenly listed
as sections; we also rename the "Recovery" section to match better its
content.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 man/gnt-instance.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst
index a8c69d55f..35ce9b006 100644
--- a/man/gnt-instance.rst
+++ b/man/gnt-instance.rst
@@ -892,7 +892,7 @@ The default output field list is: ``name``, ``os``, ``pnode``,
 
 
 LIST-FIELDS
-~~~~~~~~~~~
+^^^^^^^^^^^
 
 **list-fields** [field...]
 
@@ -1491,8 +1491,8 @@ iallocator plugin, or by the default allocator if ``.`` is specified.
 See **ganeti(7)** for a description of ``--submit`` and other common
 options.
 
-Recovery
-~~~~~~~~
+Recovery/moving
+~~~~~~~~~~~~~~~
 
 FAILOVER
 ^^^^^^^^
@@ -1665,7 +1665,7 @@ Example::
 
 
 CHANGE-GROUP
-~~~~~~~~~~~~
+^^^^^^^^^^^^
 
 | **change-group** [\--submit]
 | [\--iallocator *NAME*] [\--to *GROUP*...] {*instance*}
-- 
GitLab