1 --- _SB/Libc/string/FreeBSD/strtok.3 2003-05-20 15:23:55.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/strtok.3.edit 2006-06-28 16:55:53.000000000 -0700
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