diff options
author | tjr <tjr@FreeBSD.org> | 2002-09-08 11:09:24 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-09-08 11:09:24 +0000 |
commit | 0e0fb98538531644ed76eb211d60b6c7476197b4 (patch) | |
tree | 59cca306365edb522ad9d391974862769a5b1fcb /lib/libc/string/wcstok.3 | |
parent | 2e05beb8f2a18f1300adc5a40f0494b0e9087b57 (diff) | |
download | FreeBSD-src-0e0fb98538531644ed76eb211d60b6c7476197b4.zip FreeBSD-src-0e0fb98538531644ed76eb211d60b6c7476197b4.tar.gz |
Replace a stray reference to strtok() with one to wcstok().
Diffstat (limited to 'lib/libc/string/wcstok.3')
-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 |