summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-01-19 23:42:44 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-01-19 23:42:44 +0000
commit32150a676604e211fc34f41d3f0aa41c1f9c2838 (patch)
tree8267bd4afb2b20e9c0769d64b2be3dd3448ffd21 /lib/libc
parent5338f6a1e4a14921fe78f643699b221e273ccf74 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strtok.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 2dfb4da70497..92d32ce0f59f 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -87,13 +87,13 @@ must be supplied each time, and may change between calls.
The
.Fn strtok_r
function is a reentrant version of
-.Fn strtok ,
-the context pointer
+.Fn strtok .
+The context pointer
.Fa last
must be provided on each call.
.Fn strtok_r
may also be used to nest two parsing loops within one another, as
-long as seperate context pointers are used.
+long as separate context pointers are used.
.Pp
The
.Fn strtok