diff options
Diffstat (limited to 'src/lib/libc/string/strcasecmp.3')
-rw-r--r-- | src/lib/libc/string/strcasecmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3 index e1f5d416d1..c4253e5afd 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.8 2003/06/02 20:18:38 millert Exp $ | 1 | .\" $OpenBSD: strcasecmp.3,v 1.9 2005/02/25 03:12:44 cloder 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. |
@@ -49,7 +49,7 @@ The | |||
49 | .Fn strcasecmp | 49 | .Fn strcasecmp |
50 | and | 50 | and |
51 | .Fn strncasecmp | 51 | .Fn strncasecmp |
52 | functions compare the null-terminated strings | 52 | functions compare the NUL-terminated strings |
53 | .Fa s1 | 53 | .Fa s1 |
54 | and | 54 | and |
55 | .Fa s2 | 55 | .Fa s2 |