summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strtok.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strtok.3')
-rw-r--r--lib/libc/string/strtok.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 77837d2..6ad05cc 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.
OpenPOWER on IntegriCloud