From 3385675cec425649ce29e8dce7d6bf18c90b2470 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/lsdocker.1.rst --- .../references/man1/lsdocker.1.rst | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/lsdocker.1.rst b/docs/source/guides/admin-guides/references/man1/lsdocker.1.rst index 67b5fd0fa..239e7408d 100644 --- a/docs/source/guides/admin-guides/references/man1/lsdocker.1.rst +++ b/docs/source/guides/admin-guides/references/man1/lsdocker.1.rst @@ -21,7 +21,7 @@ SYNOPSIS \ **lsdocker**\ \ *noderange*\ [\ **-l | -**\ **-logs**\ ] -\ **lsdocker**\ \ *dockerhost*\ +\ **lsdocker**\ \ *dockerhost*\ \ **lsdocker**\ [\ **-h | -**\ **-help**\ ] @@ -42,7 +42,7 @@ OPTIONS -\ **-l|-**\ **-logs**\ +\ **-l|-**\ **-logs**\ @@ -56,40 +56,40 @@ EXAMPLES 1. To get info for docker instance "host01c01" - - + + .. code-block:: perl - + lsdocker host01c01 - - + + Output is similar to: - - + + .. code-block:: perl - + host01c01: 50800dfd8b5f ubuntu /bin/bash 2016-01-13T06:32:59 running /host01c01 - - + + 2. To get info for running docker instance on dockerhost "host01" - - + + .. code-block:: perl - + lsdocker host01 - - + + Output is similar to: - - + + .. code-block:: perl - + host01: 50800dfd8b5f ubuntu /bin/bash 2016-1-13 - 1:32:59 Up 12 minutes /host01c01 host01: 875ce11d5987 ubuntu /bin/bash 2016-1-21 - 1:12:37 Up 5 seconds /host01c02 - - + +