mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Add SEE ALSO section, as with the other string functions.
Submitted by: dcs
This commit is contained in:
parent
4f04f78215
commit
24c196fe25
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue