]>
Commit | Line | Data |
---|---|---|
224c7076 A |
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 | |
3 | @@ -58,8 +58,8 @@ | |
4 | in the null-terminated string | |
5 | .Fa s . | |
6 | .Sh RETURN VALUES | |
7 | -A pointer to the character is returned if it is found; otherwise | |
8 | -NULL is returned. | |
9 | +A pointer to the character is returned if it is found; | |
10 | +otherwise, NULL is returned. | |
11 | If | |
12 | .Fa c | |
13 | is |