Loading...
--- Libc/Libc-763.13/string/FreeBSD/index.3.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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