diff options
Diffstat (limited to 'lib/libc/string/strchr.3')
-rw-r--r-- | lib/libc/string/strchr.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 7c867a3..984eb06 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -85,7 +85,8 @@ if the character does not appear in the string. .Xr strsep 3 , .Xr strspn 3 , .Xr strstr 3 , -.Xr strtok 3 +.Xr strtok 3 , +.Xr wcschr 3 .Sh STANDARDS The functions .Fn strchr |