summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/mbrune.32
-rw-r--r--lib/libc/string/strchr.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/mbrune.3 b/lib/libc/locale/mbrune.3
index 7d0f41e..72001f5 100644
--- a/lib/libc/locale/mbrune.3
+++ b/lib/libc/locale/mbrune.3
@@ -65,7 +65,7 @@ function locates the first occurrence of
in the string pointed to by
.Ar string .
The terminating
-.Dv NULL
+.Dv NUL
character is considered part of the string.
If
.Fa rune
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index d2676ba..d139f8e 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -53,7 +53,7 @@ function locates the first occurrence of
in the string pointed to by
.Ar s .
The terminating
-.Dv NULL
+.Dv NUL
character is considered part of the string.
If
.Fa c
OpenPOWER on IntegriCloud