Add SEE ALSO section, as with the other string functions.

Submitted by:	dcs
This commit is contained in:
alex 2000-07-17 19:00:26 +00:00
parent 4f45ec71d2
commit aea8b942b6

View File

@ -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