1 --- strpbrk.3.bsdnew 2009-11-18 18:24:36.000000000 -0800
2 +++ strpbrk.3 2009-11-18 18:24:36.000000000 -0800
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.