diff options
author | alex <alex@FreeBSD.org> | 2000-07-17 19:00:26 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-17 19:00:26 +0000 |
commit | 62909a46eab4e3b2634e585d122427671d732913 (patch) | |
tree | 2ad3625ff69f2bf408036ae688e08ef205ba1251 /lib | |
parent | 66ea27ead1b92a8730555578c119d6f134ff8eb9 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/string/strsep.3 | 11 |
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 |