Spell check and minor grammar fix.

This commit is contained in:
John Polstra 1999-01-19 23:42:44 +00:00
parent 5338f6a1e4
commit 32150a6766

View File

@ -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