diff options
Diffstat (limited to 'man3/strtok.3')
-rw-r--r-- | man3/strtok.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strtok.3 b/man3/strtok.3 index dfe63ce22..c20705d95 100644 --- a/man3/strtok.3 +++ b/man3/strtok.3 @@ -76,7 +76,7 @@ the parsed string is considered to be a single delimiter. Delimiter characters at the start or end of the string are ignored. Put another way: the tokens returned by .BR strtok () -are always non-empty strings. +are always nonempty strings. The .BR strtok_r () |