Loading...
--- Libc/Libc-1725.40.4/string/FreeBSD/strtok.3
+++ Libc/Libc-763.13/string/FreeBSD/strtok.3
@@ -55,16 +55,9 @@
.Sh SYNOPSIS
.In string.h
.Ft char *
-.Fo strtok
-.Fa "char *restrict str"
-.Fa "const char *restrict sep"
-.Fc
+.Fn strtok "char *str" "const char *sep"
.Ft char *
-.Fo strtok_r
-.Fa "char *restrict str"
-.Fa "const char *restrict sep"
-.Fa "char **restrict lasts"
-.Fc
+.Fn strtok_r "char *str" "const char *sep" "char **last"
.Sh DESCRIPTION
.Bf -symbolic
This interface is obsoleted by