diff options
Diffstat (limited to 'lib/libc/string/strchr.3')
-rw-r--r-- | lib/libc/string/strchr.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index bf864bf..86c8bbc 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 , |