From b097c09b23a6ada92a2f9801683e18c026a5490b 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/rsetboot.1.rst --- .../references/man1/rsetboot.1.rst | 88 +++++++++---------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/rsetboot.1.rst b/docs/source/guides/admin-guides/references/man1/rsetboot.1.rst index f25aa0bed..a38804cb1 100644 --- a/docs/source/guides/admin-guides/references/man1/rsetboot.1.rst +++ b/docs/source/guides/admin-guides/references/man1/rsetboot.1.rst @@ -30,46 +30,46 @@ OPTIONS -\ **hd**\ - +\ **hd**\ + Boot from the hard disk. - -\ **net**\ - + +\ **net**\ + Boot over the network, using a PXE or BOOTP broadcast. - -\ **cd**\ - + +\ **cd**\ + Boot from the CD or DVD drive. - -\ **def | default**\ - + +\ **def | default**\ + Boot using the default set in BIOS. - -\ **stat**\ - + +\ **stat**\ + Display the current boot setting. - -\ **-u**\ - + +\ **-u**\ + To specify the next boot mode to be "UEFI Mode". (Not supported for OpenBMC) - -\ **-p**\ - + +\ **-p**\ + To make the specified boot device and boot mode settings persistent. - + @@ -80,47 +80,47 @@ EXAMPLES 1. - + Set nodes 1 and 3 to boot from the network on the next boot: - - + + .. code-block:: perl - + rsetboot node1,node3 net - - + + 2. - + Display the next-boot value for nodes 14-56 and 70-203: - - + + .. code-block:: perl - + rsetboot node[14-56],node[70-203] stat - - + + Or: - - + + .. code-block:: perl - + rsetboot node[14-56],node[70-203] - - + + 3. - + Restore the next-boot value for these nodes back to their default set in the BIOS: - - + + .. code-block:: perl - + rsetboot node1,node3,node[14-56],node[70-203] default - - + +