This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c4cf723d Use correct Uppercase for POSIX
0c4cf723d is described below

commit 0c4cf723d0c8d4f69b483b914818c60b75ea9da4
Author: esmaeelE <esmaee...@protonmail.com>
AuthorDate: Tue Jul 1 12:47:48 2025 +0330

    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 a27c7404b..9a3e0a8c9 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

Reply via email to