summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strtok.3
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/string/strtok.3
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
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