]> git.saurik.com Git - apple/libc.git/blob - string/FreeBSD/index.3.patch
Libc-498.tar.gz
[apple/libc.git] / string / FreeBSD / index.3.patch
1 --- _SB/Libc/string/FreeBSD/index.3 2004-11-25 11:38:46.000000000 -0800
2 +++ _SB/Libc/string/FreeBSD/index.3.edit 2006-06-28 16:55:53.000000000 -0700
3 @@ -58,8 +58,8 @@
4 .Vt char )
5 in the string pointed to by
6 .Fa s .
7 -The terminating null character is considered part of the string;
8 -therefore if
9 +The terminating null character is considered to be part of the string;
10 +therefore, if
11 .Fa c
12 is
13 .Ql \e0 ,
14 @@ -70,7 +70,7 @@
15 .Fn rindex
16 function is identical to
17 .Fn index ,
18 -except it locates the last occurrence of
19 +except that it locates the last occurrence of
20 .Fa c .
21 .Sh RETURN VALUES
22 The functions