mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Fix typos in comments and documentation.
This commit is contained in:
committed by
patacongo
parent
430a2178fb
commit
a5e643b0cd
@@ -2477,7 +2477,7 @@ mkdir <path>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
Create the directory at <code><path></code>.
|
||||
All components of of <code><path></code> except the final directory name must exist on a mounted file
|
||||
All components of <code><path></code> except the final directory name must exist on a mounted file
|
||||
system; the final directory must not.
|
||||
</p>
|
||||
<p>
|
||||
@@ -4366,7 +4366,7 @@ set FOOBAR ABC_${FOO}_${BAR}
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_NSH_USBCONSOLE</code>.
|
||||
If defined, then the an arbitrary USB device may be used to as the NSH console.
|
||||
If defined, then an arbitrary USB device may be used to as the NSH console.
|
||||
In this case, <code>CONFIG_NSH_USBCONDEV</code> must be defined to indicate which USB device to use as the console.
|
||||
The advantage of using a device other that <code>/dev/console</code> is that normal debug output can then use <code>/dev/console</code> while NSH uses <code>CONFIG_NSH_USBCONDEV</code>.
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user