Documentation: Use a little more care with the trademarked Unix name.

This commit is contained in:
Gregory Nutt
2018-05-11 08:15:51 -06:00
parent ce7dcfcd12
commit f12f2c3828
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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>