diff options
author | hoek <hoek@FreeBSD.org> | 1999-12-28 14:57:33 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-12-28 14:57:33 +0000 |
commit | 6402f219ac8b1161f042ee5d37d215bd33ba79a6 (patch) | |
tree | 19f2936d5e7aa9ded9add1678f746dc9a3ff96bb /lib/libc | |
parent | ff58456bafedde9aac0eb81d46b84ba3c2ab4644 (diff) | |
download | FreeBSD-src-6402f219ac8b1161f042ee5d37d215bd33ba79a6.zip FreeBSD-src-6402f219ac8b1161f042ee5d37d215bd33ba79a6.tar.gz |
Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.
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 |