From 51c38de10fe8f82708ea3127c8a47ccab9247828 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/gettab.1.rst --- .../admin-guides/references/man1/gettab.1.rst | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/gettab.1.rst b/docs/source/guides/admin-guides/references/man1/gettab.1.rst index b158b6122..71bb19c0f 100644 --- a/docs/source/guides/admin-guides/references/man1/gettab.1.rst +++ b/docs/source/guides/admin-guides/references/man1/gettab.1.rst @@ -19,7 +19,7 @@ SYNOPSIS ******** -\ **gettab**\ [\ **-H**\ | \ **-**\ **-with-fieldname**\ ] \ *key=value,... table.attribute ...*\ +\ **gettab**\ [\ **-H**\ | \ **-**\ **-with-fieldname**\ ] \ *key=value,... table.attribute ...*\ \ **gettab**\ [\ **-?**\ | \ **-h**\ | \ **-**\ **-help**\ ] @@ -41,17 +41,17 @@ OPTIONS -\ **-H|-**\ **-with-fieldname**\ - +\ **-H|-**\ **-with-fieldname**\ + Always display table.attribute name next to result. By default, this is done only if more than one table.attribute is requested. - -\ **-?|-h|-**\ **-help**\ - + +\ **-?|-h|-**\ **-help**\ + Display usage message. - + @@ -77,39 +77,39 @@ EXAMPLES 1. To display setting for \ **master**\ (management node) in the site table: - - + + .. code-block:: perl - + gettab -H key=master site.value - - + + The output would be similar to: - - + + .. code-block:: perl - + site.value: mgmtnode.cluster.com - - + + 2. To display the first node or group name that has \ **mgt**\ set to \ **blade**\ in the nodehm table: - - + + .. code-block:: perl - + gettab mgt=blade nodehm.node - - + + The output would be similar to: - - + + .. code-block:: perl - + blades - - + +