summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strsep.3
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-07-17 19:00:26 +0000
committeralex <alex@FreeBSD.org>2000-07-17 19:00:26 +0000
commit62909a46eab4e3b2634e585d122427671d732913 (patch)
tree2ad3625ff69f2bf408036ae688e08ef205ba1251 /lib/libc/string/strsep.3
parent66ea27ead1b92a8730555578c119d6f134ff8eb9 (diff)
downloadFreeBSD-src-62909a46eab4e3b2634e585d122427671d732913.zip
FreeBSD-src-62909a46eab4e3b2634e585d122427671d732913.tar.gz
Add SEE ALSO section, as with the other string functions.
Submitted by: dcs
Diffstat (limited to 'lib/libc/string/strsep.3')
-rw-r--r--lib/libc/string/strsep.311
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index 45f5731..e75ba7b 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -92,6 +92,17 @@ for (ap = argv; (*ap = strsep(&inputstring, " \et")) != NULL;)
if (++ap >= &argv[10])
break;
.Ed
+.Sh SEE ALSO
+.Xr index 3 ,
+.Xr memchr 3 ,
+.Xr rindex 3 ,
+.Xr strchr 3 ,
+.Xr strcspn 3 ,
+.Xr strpbrk 3 ,
+.Xr strrchr 3 ,
+.Xr strspn 3 ,
+.Xr strstr 3 ,
+.Xr strtok 3
.Sh HISTORY
The
.Fn strsep
OpenPOWER on IntegriCloud