Drop the references to index(3) and rindex(3), which are non-standard

and people shouldn't be encouraged to use them.

Asked by:	sheldonh
This commit is contained in:
Alexander Langer 2000-07-18 08:05:11 +00:00
parent 3ae5a45440
commit 6e145859ff
9 changed files with 0 additions and 18 deletions

View File

@ -66,8 +66,6 @@ or NULL if no such byte exists within
.Fa len
bytes.
.Sh SEE ALSO
.Xr index 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strcspn 3 ,
.Xr strpbrk 3 ,

View File

@ -72,9 +72,7 @@ returns a pointer to the located character, or
.Dv NULL
if the character does not appear in the string.
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strcspn 3 ,
.Xr strpbrk 3 ,
.Xr strrchr 3 ,

View File

@ -69,9 +69,7 @@ The
function
returns the number of characters spanned.
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strpbrk 3 ,
.Xr strrchr 3 ,

View File

@ -64,9 +64,7 @@ occur anywhere in
.Fn strpbrk
returns NULL.
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strcspn 3 ,
.Xr strrchr 3 ,

View File

@ -75,9 +75,7 @@ pointer if
does not occur anywhere in
.Fa s .
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strcspn 3 ,
.Xr strpbrk 3 ,

View File

@ -93,9 +93,7 @@ for (ap = argv; (*ap = strsep(&inputstring, " \et")) != NULL;)
break;
.Ed
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strcspn 3 ,
.Xr strpbrk 3 ,

View File

@ -64,9 +64,7 @@ The
function
returns the number of characters spanned.
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strcspn 3 ,
.Xr strpbrk 3 ,

View File

@ -73,9 +73,7 @@ otherwise
returns a pointer to the first character of the first occurrence of
.Fa little .
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strcspn 3 ,
.Xr strpbrk 3 ,

View File

@ -134,9 +134,7 @@ for (word = strtok_r(test, sep, &brkt);
}
.Ed
.Sh SEE ALSO
.Xr index 3 ,
.Xr memchr 3 ,
.Xr rindex 3 ,
.Xr strchr 3 ,
.Xr strcspn 3 ,
.Xr strpbrk 3 ,