1 --- _SB/Libc/string/FreeBSD/rindex.3 2003-05-20 15:23:54.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/rindex.3.edit 2006-06-28 16:55:53.000000000 -0700
4 in the null-terminated string
7 -A pointer to the character is returned if it is found; otherwise
9 +A pointer to the character is returned if it is found;
10 +otherwise, NULL is returned.