summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
commit24a0682c6465290759ed0b09ea16e40e7cd47053 (patch)
tree13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libc/string
parente1239d17fe51ff52f68635ebbb01e77d58371618 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strtok.316
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index ba47f7257ec1..e5c8e3381c78 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -155,6 +155,14 @@ The
function
conforms to
.St -isoC .
+.Sh AUTHORS
+.An Wes Peters ,
+Softweyr LLC:
+.Aq wes@softweyr.com
+.Pp
+Based on the
+.Fx 3.0
+implementation.
.Sh BUGS
The System V
.Fn strtok ,
@@ -168,11 +176,3 @@ value.
Since this implementation always alters the next starting point,
such a sequence of calls would always return
.Dv NULL .
-.Sh AUTHORS
-.An Wes Peters ,
-Softweyr LLC:
-.Aq wes@softweyr.com
-.Pp
-Based on the
-.Fx 3.0
-implementation.