Update some naming used in Documentation

This commit is contained in:
Gregory Nutt 2017-07-02 11:27:27 -06:00
parent 09ab651e02
commit 5cb3edb552

View File

@ -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&gt; mount -t procfs /proc
<p><b>Command Syntax:</b></p>
<ul><pre>
ifdown &lt;nic-name&gt;
ifdown &lt;interface&gt;
</pre></ul>
<p>
<b>Synopsis</b>.
Take down the interface identified by the name &lt;nic-name&gt;.
Take down the interface identified by the name &lt;interface&gt;.
</p>
<p>
<b>Example:</b>
@ -1833,11 +1833,11 @@ ifdown eth0
<p><b>Command Syntax:</b></p>
<ul><pre>
ifup &lt;nic-name&gt;
ifup &lt;interface&gt;
</pre></ul>
<p>
<b>Synopsis</b>.
Bring up down the interface identified by the name &lt;nic-name&gt;.
Bring up down the interface identified by the name &lt;interface&gt;.
</p>
<p>
<b>Example:</b>