From fa5121f03d9980afe5638ca15478e5e6b98baddc Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Sat, 29 Dec 2012 12:09:31 +0100 Subject: [PATCH] Fix "Tags" section capitalisation in the man pages "Tags" is a section, not a command, so let's title-case it (as opposed to all upper-case). Furthermore, the RST markup was wrong for the gnt-network man page. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- man/gnt-group.rst | 2 +- man/gnt-instance.rst | 2 +- man/gnt-network.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/gnt-group.rst b/man/gnt-group.rst index 319f4fc2b..de63ab08e 100644 --- a/man/gnt-group.rst +++ b/man/gnt-group.rst @@ -210,7 +210,7 @@ Example:: # gnt-group evacuate -I hail --to rack4 rack1 -TAGS +Tags ~~~~ ADD-TAGS diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index 35ce9b006..be91e3684 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -1685,7 +1685,7 @@ Example:: # gnt-instance change-group -I hail --to rack2 inst1.example.com -TAGS +Tags ~~~~ ADD-TAGS diff --git a/man/gnt-network.rst b/man/gnt-network.rst index d61133959..0579ba030 100644 --- a/man/gnt-network.rst +++ b/man/gnt-network.rst @@ -144,8 +144,8 @@ Disconnect a network from given node groups (all if not specified). This is possible only if no instance is using the network. -TAGS -~~~ +Tags +~~~~ ADD-TAGS ^^^^^^^^ -- GitLab