diff options
Diffstat (limited to 'lib/libc/string/strchr.3')
-rw-r--r-- | lib/libc/string/strchr.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 2936be7..5d801ef 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -83,6 +83,7 @@ return a pointer to the located character, or if the character does not appear in the string. .Sh SEE ALSO .Xr memchr 3 , +.Xr memmem 3 , .Xr strcspn 3 , .Xr strpbrk 3 , .Xr strsep 3 , |