diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 9e7d048e1..26e445c26 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -139,7 +139,7 @@

NuttX strives to achieve a high degree of standards compliance. - The primary governing standards are POSIX, ANSI, and BSD standards. + The primary governing standards are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS's are adopted for functionality not available under these standards or for functionaly that is not appropriate for the deeply-embedded @@ -290,7 +290,7 @@

- In-memory, pseudo file-system. + Tiny in-memory, root pseudo-file-system.

@@ -314,7 +314,7 @@

- Mountable volumes. Binds mountpoint, filesystem, and block driver. + Mount-able volumes. Bind mountpoint, filesystem, and block device driver.

@@ -995,18 +995,19 @@ Other memory:

- NOTE: NuttX is not licensed to use the POSIX trademark. + NOTE: NuttX is not licensed to use the POSIX trademark. NuttX uses the POSIX + standard as a development guideline only.

-