]> git.saurik.com Git - apple/libc.git/blame - string/FreeBSD/index.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / string / FreeBSD / index.3.patch
CommitLineData
1f2f436a
A
1--- index.3.bsdnew 2009-11-18 18:24:32.000000000 -0800
2+++ index.3 2009-11-18 18:24:32.000000000 -0800
3@@ -54,8 +54,8 @@ locates the first occurrence of
224c7076
A
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 ,
1f2f436a 14@@ -66,7 +66,7 @@ The
224c7076
A
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