diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/string/memchr.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strchr.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strcspn.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strpbrk.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strrchr.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strsep.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strspn.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strstr.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strtok.3 | 2 |
9 files changed, 0 insertions, 18 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index dbf5a1d47c49..2da1b839df56 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -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 , diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index bf864bfd2513..86c8bbc43f36 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -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 , diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3 index 0f36e3d952e8..1a222a320614 100644 --- a/lib/libc/string/strcspn.3 +++ b/lib/libc/string/strcspn.3 @@ -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 , diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3 index 4a97ca3af46e..b9a3e5227b65 100644 --- a/lib/libc/string/strpbrk.3 +++ b/lib/libc/string/strpbrk.3 @@ -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 , diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3 index c9d26980fd6d..d2d8c9eae9c6 100644 --- a/lib/libc/string/strrchr.3 +++ b/lib/libc/string/strrchr.3 @@ -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 , diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index e75ba7bd1715..bc945f7a6cf9 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -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 , diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index bd7181060374..41d70ce5f8cf 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -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 , diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 39bb0dae27a8..f6b20caa3d0b 100644 --- a/lib/libc/string/strstr.3 +++ b/lib/libc/string/strstr.3 @@ -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 , diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index e496efb58548..b56941db4bb3 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -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 , |
