1 --- _SB/Libc/string/FreeBSD/strcspn.3 2003-05-20 15:23:54.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/strcspn.3.edit 2006-06-28 16:55:53.000000000 -0700
7 -.Fn strcspn "const char *s" "const char *charset"
16 spans the initial part of the null-terminated string
19 as long as the characters from
22 do not occur in string
35 -returns the number of characters spanned.
36 +function returns the number of characters spanned.