diff options
Diffstat (limited to 'src/lib/libc/string/strrchr.3')
-rw-r--r-- | src/lib/libc/string/strrchr.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libc/string/strrchr.3 b/src/lib/libc/string/strrchr.3 index 8de041810b..394fc2aad3 100644 --- a/src/lib/libc/string/strrchr.3 +++ b/src/lib/libc/string/strrchr.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: strrchr.3,v 1.5 1999/09/21 16:44:01 espie Exp $ | 36 | .\" $OpenBSD: strrchr.3,v 1.6 2000/04/21 15:24:20 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt STRRCHR 3 | 39 | .Dt STRRCHR 3 |
@@ -55,7 +55,9 @@ function locates the last occurrence of the character | |||
55 | .Fa c | 55 | .Fa c |
56 | in the string | 56 | in the string |
57 | .Fa s . | 57 | .Fa s . |
58 | The terminating NUL character is considered part of the string. | 58 | The terminating |
59 | .Tn NUL | ||
60 | character is considered part of the string. | ||
59 | If | 61 | If |
60 | .Fa c | 62 | .Fa c |
61 | is | 63 | is |
@@ -98,8 +100,7 @@ p = strrchr(s, 'o'); | |||
98 | .Sh STANDARDS | 100 | .Sh STANDARDS |
99 | The | 101 | The |
100 | .Fn strrchr | 102 | .Fn strrchr |
101 | function | 103 | function conforms to |
102 | conforms to | ||
103 | .St -ansiC . | 104 | .St -ansiC . |
104 | .Pp | 105 | .Pp |
105 | The | 106 | The |