Re: svn commit: r219680 - in head/bin: ln rm test

2011-03-16 Thread Sergey Kandaurov
On 16 March 2011 02:54, Alexander Best 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) m

Re: svn commit: r219680 - in head/bin: ln rm test

2011-03-15 Thread Alexander Best
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