From 32150a676604e211fc34f41d3f0aa41c1f9c2838 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Tue, 19 Jan 1999 23:42:44 +0000 Subject: [PATCH] Spell check and minor grammar fix. --- lib/libc/string/strtok.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 2dfb4da7049..92d32ce0f59 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