mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Documentation: Use a little more care with the trademarked Unix name.
This commit is contained in:
@@ -4360,7 +4360,7 @@ set FOOBAR ABC_${FOO}_${BAR}
|
||||
<p>
|
||||
<b>Overview.</b>
|
||||
The NuttShell (NSH) is a simple shell application that may be used with NuttX.
|
||||
It supports a variety of commands and is (very) loosely based on the bash shell and the common utilities used in Unix shell programming.
|
||||
It supports a variety of commands and is (very) loosely based on the Bash shell and the common utilities used with Bash shell programming.
|
||||
The paragraphs in this appendix will focus on customizing NSH: Adding new commands, changing the initialization sequence, etc.
|
||||
</p>
|
||||
|
||||
@@ -4858,7 +4858,7 @@ context:
|
||||
Without <i>binfs</i>, you can see the installed builtin applications using the NSH help command.
|
||||
<i>binfs</i> will create a tiny pseudo-file system mounted at <code>/bin</code>.
|
||||
Using <i>binfs</i>, you can see the available builtin applications by listing the contents of <code>/bin</code> directory.
|
||||
This gives some superficial Unix compatibility, but does not really add any new functionality.
|
||||
This gives some superficial Unix-like compatibility, but does not really add any new functionality.
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user