summaryrefslogtreecommitdiff
path: root/kd/oap-0002.md
diff options
context:
space:
mode:
Diffstat (limited to 'kd/oap-0002.md')
-rw-r--r--kd/oap-0002.md4
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