1 --- strchr.3.bsdnew 2009-11-18 18:24:33.000000000 -0800
2 +++ strchr.3 2009-11-18 18:24:33.000000000 -0800
7 -.Fn strchr "const char *s" "int c"
13 -.Fn strrchr "const char *s" "int c"
21 @@ -55,7 +61,7 @@ function locates the first occurrence of
23 in the string pointed to by
25 -The terminating null character is considered part of the string;
26 +The terminating null character is considered to be part of the string;
30 @@ -66,7 +72,7 @@ the functions locate the terminating
33 function is identical to
36 except it locates the last occurrence of