diff --git a/docs/source/guides/admin-guides/references/man1/lsxcatd.1.rst b/docs/source/guides/admin-guides/references/man1/lsxcatd.1.rst index 86b95f19b..51a5ecb35 100644 --- a/docs/source/guides/admin-guides/references/man1/lsxcatd.1.rst +++ b/docs/source/guides/admin-guides/references/man1/lsxcatd.1.rst @@ -36,34 +36,34 @@ OPTIONS -\ **-v|-**\ **-version**\ - +\ **-v|-**\ **-version**\ + Command Version. - -\ **-h|-**\ **-help**\ - + +\ **-h|-**\ **-help**\ + Display usage message. - -\ **-d|-**\ **-database**\ - + +\ **-d|-**\ **-database**\ + Displays information about the current database being used by xCAT. - -\ **-t|-**\ **-nodetype**\ - + +\ **-t|-**\ **-nodetype**\ + Displays whether the node is a Management Node or a Service Node. - -\ **-a|-**\ **-all**\ - + +\ **-a|-**\ **-all**\ + Displays all information about the daemon supported by the command. - + @@ -84,44 +84,44 @@ EXAMPLES 1. - + To display information about the current database: - - + + .. code-block:: perl - + lsxcatd -d - - + + Output is similar to: - - + + .. code-block:: perl - + cfgloc=Pg:dbname=xcatdb;host=7.777.47.250|xcatadm dbengine=Pg dbname=xcatdb dbhost=7.777.47.250 dbadmin=xcatadm - - + + 2. - + To display all information: - - + + .. code-block:: perl - + lsxcatd -a - - + + Output is similar to: - - + + .. code-block:: perl - + Version 2.8.5 (git commit 0d4888af5a7a96ed521cb0e32e2c918a9d13d7cc, built Tue Jul 29 02:22:47 EDT 2014) This is a Management Node cfgloc=mysql:dbname=xcatdb;host=9.114.34.44|xcatadmin @@ -129,8 +129,8 @@ EXAMPLES dbname=xcatdb dbhost=9.114.34.44 dbadmin=xcatadmin - - + +