On 16 March 2011 02:54, Alexander Best <[email protected]> wrote: > On Tue Mar 15 11, Jilles Tjoelker wrote: >> Author: jilles >> Date: Tue Mar 15 22:22:11 2011 >> New Revision: 219680 >> URL: http://svn.freebsd.org/changeset/base/219680 >> >> Log: >> bin: Prefer strrchr() to rindex(). > > shouldn't the rindex(3) manual contain a note regarding it's depricated nature > and the fact that strchr(3) is preferred? >
Indeed, both index(3) and rindex(3) are marked legacy in POSIX -2004, and are cut from -2008 edition. -- wbr, pluknet _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
