summaryrefslogtreecommitdiff
path: root/lib/libc/string/strchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strchr.3')
-rw-r--r--lib/libc/string/strchr.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index 09b84146cb49..2936be77fd5a 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -59,7 +59,13 @@ function locates the first occurrence of
.Vt char )
in the string pointed to by
.Fa s .
-The terminating null character is considered part of the string.
+The terminating null character is considered part of the string;
+therefore if
+.Fa c
+is
+.Ql \e0 ,
+the functions locate the terminating
+.Ql \e0 .
.Pp
The
.Fn strrchr
@@ -75,12 +81,6 @@ and
return a pointer to the located character, or
.Dv NULL
if the character does not appear in the string.
-If
-.Fa c
-is
-.Ql \e0 ,
-the functions locate the terminating
-.Ql \e0 .
.Sh SEE ALSO
.Xr memchr 3 ,
.Xr strcspn 3 ,