diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strcasecmp.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index 1dd5f80..4521a06 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -79,7 +79,8 @@ characters. .Xr memcmp 3 , .Xr strcmp 3 , .Xr strcoll 3 , -.Xr strxfrm 3 +.Xr strxfrm 3 , +.Xr tolower 3 .Sh HISTORY The .Fn strcasecmp |