From 768c07833840f6375d105f9666dd331cb7f9c68e Mon Sep 17 00:00:00 2001 From: esmaeelE Date: Tue, 1 Jul 2025 12:47:48 +0330 Subject: [PATCH] Use correct Uppercase for POSIX As POSIX is an acronym for Portable Operating System Interface, it must be written in all capitalized form. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index a27c7404b1..9a3e0a8c98 100644 --- a/index.md +++ b/index.md @@ -29,7 +29,7 @@ limitations under the License. NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller -environments, the primary governing standards in NuttX are Posix and ANSI +environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS's (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such