diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/string/strcasecmp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3 index 52a13055ee..be4e96a1c5 100644 --- a/src/lib/libc/string/strcasecmp.3 +++ b/src/lib/libc/string/strcasecmp.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: strcasecmp.3,v 1.4 1998/06/15 17:55:11 mickey Exp $ | 1 | .\" $OpenBSD: strcasecmp.3,v 1.5 1999/06/06 15:17:32 aaron Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
| 4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
| @@ -39,7 +39,8 @@ | |||
| 39 | .Dt STRCASECMP 3 | 39 | .Dt STRCASECMP 3 |
| 40 | .Os | 40 | .Os |
| 41 | .Sh NAME | 41 | .Sh NAME |
| 42 | .Nm strcasecmp | 42 | .Nm strcasecmp , |
| 43 | .Nm strncasecmp | ||
| 43 | .Nd compare strings, ignoring case | 44 | .Nd compare strings, ignoring case |
| 44 | .Sh SYNOPSIS | 45 | .Sh SYNOPSIS |
| 45 | .Fd #include <string.h> | 46 | .Fd #include <string.h> |
| @@ -69,7 +70,6 @@ The comparison is done using unsigned characters, so that | |||
| 69 | is greater than | 70 | is greater than |
| 70 | .Ql \e0 . | 71 | .Ql \e0 . |
| 71 | .Pp | 72 | .Pp |
| 72 | The | ||
| 73 | .Fn strncasecmp | 73 | .Fn strncasecmp |
| 74 | compares at most | 74 | compares at most |
| 75 | .Fa len | 75 | .Fa len |
