summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-19 23:42:44 +0000
committerjdp <jdp@FreeBSD.org>1999-01-19 23:42:44 +0000
commit9c8e22687eac329ab4ae6de3b831a7a6f3254bfd (patch)
treea9d082033296ca1e90f7e4e06780da189a2eafe3 /lib
parent53e99dd22f96770f71a20c5d8a308113f1ef9711 (diff)
downloadFreeBSD-src-9c8e22687eac329ab4ae6de3b831a7a6f3254bfd.zip
FreeBSD-src-9c8e22687eac329ab4ae6de3b831a7a6f3254bfd.tar.gz
Spell check and minor grammar fix.
Diffstat (limited to 'lib')
-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 2dfb4da..92d32ce 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
OpenPOWER on IntegriCloud