summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-08 11:09:24 +0000
committertjr <tjr@FreeBSD.org>2002-09-08 11:09:24 +0000
commit0e0fb98538531644ed76eb211d60b6c7476197b4 (patch)
tree59cca306365edb522ad9d391974862769a5b1fcb
parent2e05beb8f2a18f1300adc5a40f0494b0e9087b57 (diff)
downloadFreeBSD-src-0e0fb98538531644ed76eb211d60b6c7476197b4.zip
FreeBSD-src-0e0fb98538531644ed76eb211d60b6c7476197b4.tar.gz
Replace a stray reference to strtok() with one to wcstok().
-rw-r--r--lib/libc/string/wcstok.32
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
OpenPOWER on IntegriCloud