From d52561fbef37ba4ed0b1935bb334a816ca59f5f0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 Aug 2018 16:09:00 -0600 Subject: [PATCH] Update NSH documention to describe the optional mode argument to the poweroff and reboot commands. --- Documentation/NuttShell.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 8ed1e2ed48..91240c50a0 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: August 11, 2018

+

Last Updated: August 22, 2018

@@ -2610,12 +2610,14 @@ passwd <username> <password>

Command Syntax:

Synopsis. Shutdown and power off the system immediately. - This command depends on hardware support to power down the system. + This command depends on board-specific hardware support to power down the system. + The optional,decimal numeric argument may be included to provide power off + mode to board-specific power off logic.

NOTE: Supporting both the poweroff and shutdown commands is redundant. @@ -2714,12 +2716,13 @@ readlink <link>

Command Syntax:

Synopsis. Reset and reboot the system immediately. This command depends on hardware support to reset the system. + The optional, decimal numeric argument <n> may be included to provide a reboot mode to board-specific reboot logic.

NOTE: Supporting both the reboot and shutdown commands is redundant.