diff options
author | 1999-09-21 16:44:01 +0000 | |
---|---|---|
committer | 1999-09-21 16:44:01 +0000 | |
commit | 161a088ea7ed3f87c0c84dbcd2b7d3344301d436 (patch) | |
tree | fdf88010c51d1127dc0e685f866f3e6ed7810fd2 /lib/libc/string/memchr.3 | |
parent | Add get_portnum_by_name to ac97 vtbl. (diff) | |
download | wireguard-openbsd-161a088ea7ed3f87c0c84dbcd2b7d3344301d436.tar.xz wireguard-openbsd-161a088ea7ed3f87c0c84dbcd2b7d3344301d436.zip |
index/rindex as deprecated synonyms to strchr/strrchr.
Diffstat (limited to 'lib/libc/string/memchr.3')
-rw-r--r-- | lib/libc/string/memchr.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index 81c524458ca..0bcdde698e8 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memchr.3,v 1.3 1999/06/29 18:01:32 aaron Exp $ +.\" $OpenBSD: memchr.3,v 1.4 1999/09/21 16:44:01 espie Exp $ .\" .Dd June 29, 1991 .Dt MEMCHR 3 @@ -65,8 +65,6 @@ 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 , |