Update NSH uname command documentation

This commit is contained in:
Gregory Nutt 2015-07-05 06:52:02 -06:00
parent d37011281e
commit 0dc58cf594

View File

@ -2494,7 +2494,13 @@ uname [-a | -imnoprsv]
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>-p, -i</code></td> <td><code>-i</code></td>
<td>
Print the machine platform name
</td>
</tr>
<tr>
<td><code>-p</code></td>
<td> <td>
Print &quot;unknown&quot; Print &quot;unknown&quot;
</td> </td>