From cd6804400852be08aa2184b7a2d7eab18a770bff 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/rmimage.1.rst --- .../guides/admin-guides/references/man1/rmimage.1.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/rmimage.1.rst b/docs/source/guides/admin-guides/references/man1/rmimage.1.rst index 4fa283448..637e0ade5 100644 --- a/docs/source/guides/admin-guides/references/man1/rmimage.1.rst +++ b/docs/source/guides/admin-guides/references/man1/rmimage.1.rst @@ -19,9 +19,9 @@ SYNOPSIS ******** -\ **rmimage [-h | -**\ **-help]**\ +\ **rmimage [-h | -**\ **-help]**\ -\ **rmimage [-V | -**\ **-verbose]**\ \ *imagename*\ \ **[-**\ **-xcatdef]**\ +\ **rmimage [-V | -**\ **-verbose]**\ \ *imagename*\ \ **[-**\ **-xcatdef]**\ *********** @@ -32,7 +32,7 @@ DESCRIPTION Removes the Linux stateless or statelite image from the file system. The install dir is setup by using "installdir" attribute set in the site table. -If \ *imagename*\ is specified, this command uses the information in the \ *imagename*\ +If \ *imagename*\ is specified, this command uses the information in the \ *imagename*\ to calculate the image root directory; otherwise, this command uses the operating system name, architecture and profile name to calculate the image root directory. @@ -41,7 +41,7 @@ specifying the flag \ **-**\ **-xcatdef**\ will remove the osimage definition, or you can use rmdef -t osimage to remove the osimage definition. The statelite image files on the diskful service nodes will not be removed, -remove the image files on the service nodes manually if necessary, +remove the image files on the service nodes manually if necessary, for example, use command "rsync -az --delete /install :/" to remove the image files on the service nodes, where the is the hostname of the service node.