diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/string/strtok.3 | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strtok.3')
| -rw-r--r-- | lib/libc/string/strtok.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 77837d2db5e7..6ad05cc9de2d 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -16,12 +16,12 @@ .\" .\" 1. Redistributions of source code must retain the above copyright .\" notices, this list of conditions and the following disclaimer. -.\" +.\" .\" 2. Redistributions in binary form must reproduce the above .\" copyright notices, this list of conditions and the following .\" disclaimer in the documentation and/or other materials provided .\" with the distribution. -.\" +.\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgement: .\" @@ -113,7 +113,7 @@ character. When no more tokens remain, a null pointer is returned. .Sh EXAMPLES The following uses -.Fn strtok_r +.Fn strtok_r to parse two strings using separate contexts: .Bd -literal char test[80], blah[80]; @@ -169,6 +169,6 @@ such a sequence of calls would always return Softweyr LLC: .Aq wes@softweyr.com .Pp -Based on the +Based on the .Fx 3.0 implementation. |
