From fa76a2ef3f3a6d51e26f4ff231caf0aec6908337 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 2 Mar 2025 09:29:26 -0500 Subject: amend: Follow RFC 2119 / RFC 8174 Signed-off-by: Ian Moffett --- kd/oap-0002.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kd/oap-0002.md') 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 -- cgit v1.2.3