From 2d91f4b92d2b240a5cc2ba3621ada21af8d15e88 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/ppping.1.rst --- .../admin-guides/references/man1/ppping.1.rst | 86 +++++++++---------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/ppping.1.rst b/docs/source/guides/admin-guides/references/man1/ppping.1.rst index c957e330d..2dd33df35 100644 --- a/docs/source/guides/admin-guides/references/man1/ppping.1.rst +++ b/docs/source/guides/admin-guides/references/man1/ppping.1.rst @@ -11,7 +11,7 @@ SYNOPSIS ******** -\ **ppping**\ [\ **-i | -**\ **-interface**\ \ *interfaces*\ ] [\ **-d | -**\ **-debug**\ ] [\ **-V | -**\ **-verbose**\ ] [\ **-q | -**\ **-quiet**\ ] [\ **-s | -**\ **-serial**\ ] \ *noderange*\ +\ **ppping**\ [\ **-i | -**\ **-interface**\ \ *interfaces*\ ] [\ **-d | -**\ **-debug**\ ] [\ **-V | -**\ **-verbose**\ ] [\ **-q | -**\ **-quiet**\ ] [\ **-s | -**\ **-serial**\ ] \ *noderange*\ \ **ppping**\ [\ **-h | -**\ **-help**\ ] @@ -35,52 +35,52 @@ OPTIONS -\ **-s**\ - +\ **-s**\ + Ping serially instead of in parallel. - -\ **-i | -**\ **-interface**\ \ *interfaces*\ - + +\ **-i | -**\ **-interface**\ \ *interfaces*\ + A comma separated list of network interface names that should be pinged instead of the interface represented by the nodename/hostname. The following name resolution convention is assumed: an interface is reachable by the hostname -. For example, the ib2 interface on node3 has a hostname of node3-ib2. - + If more than one interface is specified, each interface will be combined with the nodenames as described above and will be pinged in turn. - -\ **-V | -**\ **-verbose**\ - + +\ **-V | -**\ **-verbose**\ + Display verbose output. The result of every ping attempt from every node will be displayed. Without this option, just a summary of the successful pings are displayed, along with all of the unsuccessful pings. - -\ **-q | -**\ **-quiet**\ - + +\ **-q | -**\ **-quiet**\ + Display minimum output: just the unsuccessful pings. This option has the effect that if all pings are successful, nothing is displayed. But it also has the performance benefit that each node does not have to send successful ping info back to the management node. - -\ **-d | -**\ **-debug**\ - + +\ **-d | -**\ **-debug**\ + Print debug information. - -\ **-h | -**\ **-help**\ - + +\ **-h | -**\ **-help**\ + Show usage information. - -\ **-v | -**\ **-version**\ - + +\ **-v | -**\ **-version**\ + Display the installed version of xCAT. - + @@ -91,40 +91,40 @@ EXAMPLES 1. - - + + .. code-block:: perl - + ppping all -q - - + + Output is similar to: - - + + .. code-block:: perl - + blade7: node2: noping blade8: node2: noping blade9: node2: noping devmaster: node2: noping node2: noping - - + + 2. - - + + .. code-block:: perl - + ppping node1,node2 -i ib0,ib1,ib2,ib3 - - + + Output is similar to: - - + + .. code-block:: perl - + node1: pinged all nodes successfully on interface ib0 node1: pinged all nodes successfully on interface ib1 node1: pinged all nodes successfully on interface ib2 @@ -133,8 +133,8 @@ EXAMPLES node2: pinged all nodes successfully on interface ib1 node2: pinged all nodes successfully on interface ib2 node2: pinged all nodes successfully on interface ib3 - - + +