mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Spell check and minor grammar fix.
This commit is contained in:
parent
5338f6a1e4
commit
32150a6766
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue