diff options
-rw-r--r-- | lib/libc/string/strtok.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 6aa98c4..e92b4b1 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -107,7 +107,7 @@ character. When no more tokens remain, a null pointer is returned. .Sh EXAMPLE The following uses -.Fn strtok_r () +.Fn strtok_r to parse two strings using separate contexts: .Bd -literal char test[80], blah[80]; |