summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-17 19:05:24 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-17 19:05:24 +0000
commita460d396296ad3ff73642524adaee390aee39fff (patch)
tree375d02b488c618012a18d7c6f9472ead3c03ea2c /lib/libc
parent63d5d13fdf0156564f2947b39f0e35f8d4362445 (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 45f5731a7321..e75ba7bd1715 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