Update some naming used in Documentation
This commit is contained in:
parent
09ab651e02
commit
5cb3edb552
@ -8,7 +8,7 @@
|
||||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
|
||||
<p>Last Updated: June 26, 2017</p>
|
||||
<p>Last Updated: July 2, 2017</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -1810,11 +1810,11 @@ nsh> mount -t procfs /proc
|
||||
|
||||
<p><b>Command Syntax:</b></p>
|
||||
<ul><pre>
|
||||
ifdown <nic-name>
|
||||
ifdown <interface>
|
||||
</pre></ul>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
Take down the interface identified by the name <nic-name>.
|
||||
Take down the interface identified by the name <interface>.
|
||||
</p>
|
||||
<p>
|
||||
<b>Example:</b>
|
||||
@ -1833,11 +1833,11 @@ ifdown eth0
|
||||
|
||||
<p><b>Command Syntax:</b></p>
|
||||
<ul><pre>
|
||||
ifup <nic-name>
|
||||
ifup <interface>
|
||||
</pre></ul>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
Bring up down the interface identified by the name <nic-name>.
|
||||
Bring up down the interface identified by the name <interface>.
|
||||
</p>
|
||||
<p>
|
||||
<b>Example:</b>
|
||||
|
Loading…
Reference in New Issue
Block a user