index.3.patch   [plain text]


--- index.3.bsdnew	2009-11-18 18:24:32.000000000 -0800
+++ index.3	2009-11-18 18:24:32.000000000 -0800
@@ -54,8 +54,8 @@ locates the first occurrence of
 .Vt char )
 in the string pointed to by
 .Fa s .
-The terminating null character is considered part of the string;
-therefore if
+The terminating null character is considered to be part of the string;
+therefore, if
 .Fa c
 is
 .Ql \e0 ,
@@ -66,7 +66,7 @@ The
 .Fn rindex
 function is identical to
 .Fn index ,
-except it locates the last occurrence of
+except that it locates the last occurrence of
 .Fa c .
 .Sh RETURN VALUES
 The functions