From 74cd3645ab286b938a8d8cc4e34c42fc3f6fc35f 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/man8/rmosdistro.8.rst --- .../references/man8/rmosdistro.8.rst | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man8/rmosdistro.8.rst b/docs/source/guides/admin-guides/references/man8/rmosdistro.8.rst index 261498552..51f8268b1 100644 --- a/docs/source/guides/admin-guides/references/man8/rmosdistro.8.rst +++ b/docs/source/guides/admin-guides/references/man8/rmosdistro.8.rst @@ -38,22 +38,22 @@ OPTIONS -\ **-a | -**\ **-all**\ - +\ **-a | -**\ **-all**\ + If specified, try to delete all the OS Distros. - -\ **-f | -**\ **-force**\ - + +\ **-f | -**\ **-force**\ + Remove referenced OS Distros, never prompt. - -\ **-h | -**\ **-help**\ - + +\ **-h | -**\ **-help**\ + Show info of rmosdistro usage. - + @@ -62,7 +62,7 @@ RETURN VALUE ************ -Zero: +Zero: The command completed successfully. Nonzero: @@ -76,32 +76,32 @@ EXAMPLES 1. To remove OS Distro "rhels6.2-ppc64" and "sles11.2-ppc64": - - + + .. code-block:: perl - + rmosdistro rhels6.2-ppc64 sles11.2-ppc64 - - + + 2. To remove OS Distro "rhels6.2-ppc64", regardless of whether is referenced by any osimage: - - + + .. code-block:: perl - + rmosdistro -f rhels6.2-ppc64 - - + + 3. To remove all OS Distros: - - + + .. code-block:: perl - + rmosdistro -a - - + +