summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strsep.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-19 15:57:20 +0000
committerbde <bde@FreeBSD.org>1997-04-19 15:57:20 +0000
commit4d078cb8d9451bf36499705dbca2d944683229de (patch)
tree8edec8c76bbdb0ba690f408a6c87cf3273faea7a /lib/libc/string/strsep.3
parent34b9f986fc9fa87146dcaa4c0362f1d2e29497c7 (diff)
downloadFreeBSD-src-4d078cb8d9451bf36499705dbca2d944683229de.zip
FreeBSD-src-4d078cb8d9451bf36499705dbca2d944683229de.tar.gz
Fixed #include and/or prototype bugs in synopsis.
Diffstat (limited to 'lib/libc/string/strsep.3')
-rw-r--r--lib/libc/string/strsep.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index 5099f83..fd10494 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -43,7 +43,7 @@
.Sh SYNOPSIS
.Fd #include <string.h>
.Ft char *
-.Fn strsep "char **stringp" "char *delim"
+.Fn strsep "char **stringp" "const char *delim"
.Sh DESCRIPTION
The
.Fn strsep
OpenPOWER on IntegriCloud