diff options
-rw-r--r-- | lib/libc/string/wcstok.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcstok.3 b/lib/libc/string/wcstok.3 index f33e165..9d62864 100644 --- a/lib/libc/string/wcstok.3 +++ b/lib/libc/string/wcstok.3 @@ -72,7 +72,7 @@ These tokens are separated in the string by at least one of the characters in .Fa sep . The first time that -.Fn strtok +.Fn wcstok is called, .Fa str should be specified; subsequent calls, wishing to obtain further tokens |