diff options
author | alex <alex@FreeBSD.org> | 2000-07-18 08:05:11 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-18 08:05:11 +0000 |
commit | d0550d9237687385e829b400f8ef1f4e7952089c (patch) | |
tree | 5e37fc2581fcb8a91a790efb563b405ef43893eb /lib/libc/string/memchr.3 | |
parent | d383350bcbf111c0fede546761d1d6be826fc223 (diff) | |
download | FreeBSD-src-d0550d9237687385e829b400f8ef1f4e7952089c.zip FreeBSD-src-d0550d9237687385e829b400f8ef1f4e7952089c.tar.gz |
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
Diffstat (limited to 'lib/libc/string/memchr.3')
-rw-r--r-- | lib/libc/string/memchr.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index dbf5a1d..2da1b83 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 , |