1 --- _SB/Libc/string/FreeBSD/strpbrk.3 2003-05-20 15:23:55.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/strpbrk.3.edit 2006-06-28 16:55:53.000000000 -0700
7 -.Fn strpbrk "const char *s" "const char *charset"
16 locates in the null-terminated string
19 the first occurrence of any character in the string
21 -and returns a pointer to this character.
23 +returning a pointer to this character.