diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1999-07-30 14:16:38 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-07-30 14:16:38 +0000 |
| commit | 808e1797f60f1eaed1950cccb4c70943fb345014 (patch) | |
| tree | f49a580b6a208c77b1e5e1e99e88ec4db1459362 /lib/libc/string | |
| parent | be105bccb42c9ffa8cd69763b827271ccd5f8588 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -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 92d32ce0f59f..027d5dd39096 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]; |
