diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 48e207bc26..c545a40a54 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@
Last Updated: June 26, 2017
+Last Updated: July 2, 2017
Command Syntax:
-ifdown <nic-name> +ifdown <interface>
Synopsis. - Take down the interface identified by the name <nic-name>. + Take down the interface identified by the name <interface>.
Example: @@ -1833,11 +1833,11 @@ ifdown eth0
Command Syntax:
-ifup <nic-name> +ifup <interface>
Synopsis. - Bring up down the interface identified by the name <nic-name>. + Bring up down the interface identified by the name <interface>.
Example: