summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>1999-07-10 19:18:42 +0000
committerwes <wes@FreeBSD.org>1999-07-10 19:18:42 +0000
commit438f145b6f1684b5f693519087c910bc36b14637 (patch)
treeb03041da82312d675b7f2d5d7472ade67d85a030 /lib
parentb0f696a574335da9aa2c2df58877aec07d6a0424 (diff)
downloadFreeBSD-src-438f145b6f1684b5f693519087c910bc36b14637.zip
FreeBSD-src-438f145b6f1684b5f693519087c910bc36b14637.tar.gz
Fixed a minor style nit in the EXAMPLE section.
Diffstat (limited to 'lib')
-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 6aa98c4..e92b4b1 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -107,7 +107,7 @@ character.
When no more tokens remain, a null pointer is returned.
.Sh EXAMPLE
The following uses
-.Fn strtok_r ()
+.Fn strtok_r
to parse two strings using separate contexts:
.Bd -literal
char test[80], blah[80];
OpenPOWER on IntegriCloud