summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
commit726b61ab5fe782694f2bb648dafb316e1857335b (patch)
treed2e5d99341877d16e00411e70c7896f1ebf17207 /lib/libc/string
parentad736bbc897e0990877a55bb107384df25f46e17 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strtok.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 57ef252278d6..ae0c21c20ad1 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -166,7 +166,7 @@ such a sequence of calls would always return
.Dv NULL .
.Sh AUTHORS
.An Wes Peters, Softweyr LLC: Aq wes@softweyr.com
-.br
+.Pp
Based on the
.Fx 3.0
implementation.