1 --- strtok.3.bsdnew 2009-11-18 18:24:37.000000000 -0800
2 +++ strtok.3 2009-11-18 18:24:37.000000000 -0800
7 -.Fn strtok "char *str" "const char *sep"
9 +.Fa "char *restrict str"
10 +.Fa "const char *restrict sep"
13 -.Fn strtok_r "char *str" "const char *sep" "char **last"
15 +.Fa "char *restrict str"
16 +.Fa "const char *restrict sep"
17 +.Fa "char **restrict lasts"
21 This interface is obsoleted by