diff options
author | Ian Moffett <ian@osmora.org> | 2025-03-02 09:29:26 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-03-02 09:29:26 -0500 |
commit | fa76a2ef3f3a6d51e26f4ff231caf0aec6908337 (patch) | |
tree | 489c1f576fff9151d58db9385ce07aa40eba02f8 /kd/oap-0002.md | |
parent | 25b416fbfa2002e502329f2fc0c55a59362e6b44 (diff) |
amend: Follow RFC 2119 / RFC 8174main
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'kd/oap-0002.md')
-rw-r--r-- | kd/oap-0002.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kd/oap-0002.md b/kd/oap-0002.md index 9020562..1da2d66 100644 --- a/kd/oap-0002.md +++ b/kd/oap-0002.md @@ -50,12 +50,12 @@ still supporting legacy POSIX applications through compatibility mechanisms such # Compatibility OUSI maintains compatibility through its _POSIXSHIM layer. In order for legacy -POSIX applications to work with OUSI, they must link with the necessary compatibility +POSIX applications to work with OUSI, they MUST link with the necessary compatibility libraries and expose legacy POSIX mechanisms by defining "_POSIXSHIM" globally. # Standard C library headers -Standard C library headers should be written with OUSI in mind while exposing +Standard C library headers SHOULD be written with OUSI in mind while exposing legacy POSIX mechanisms if requested. ## Example of stdio.h |