diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libc/string/strcasecmp.3 | 4 | ||||
| -rw-r--r-- | src/lib/libc/string/strcmp.3 | 4 | ||||
| -rw-r--r-- | src/lib/libc/string/strcoll.3 | 4 | 
3 files changed, 6 insertions, 6 deletions
| diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3 index 3cfc76e36f..cd9be07c61 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.6 2000/04/21 15:24:19 aaron Exp $ | 1 | .\" $OpenBSD: strcasecmp.3,v 1.7 2003/05/10 06:40:44 jmc 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. | 
| @@ -58,7 +58,7 @@ functions compare the null-terminated strings | |||
| 58 | and | 58 | and | 
| 59 | .Fa s2 | 59 | .Fa s2 | 
| 60 | and return an integer greater than, equal to, or less than 0, | 60 | and return an integer greater than, equal to, or less than 0, | 
| 61 | according as | 61 | according to whether | 
| 62 | .Fa s1 | 62 | .Fa s1 | 
| 63 | is lexicographically greater than, equal to, or less than | 63 | is lexicographically greater than, equal to, or less than | 
| 64 | .Fa s2 | 64 | .Fa s2 | 
| diff --git a/src/lib/libc/string/strcmp.3 b/src/lib/libc/string/strcmp.3 index c1173a423a..0482604eae 100644 --- a/src/lib/libc/string/strcmp.3 +++ b/src/lib/libc/string/strcmp.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: strcmp.3,v 1.5 2000/04/21 15:24:19 aaron Exp $ | 36 | .\" $OpenBSD: strcmp.3,v 1.6 2003/05/10 06:40:44 jmc Exp $ | 
| 37 | .\" | 37 | .\" | 
| 38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 | 
| 39 | .Dt STRCMP 3 | 39 | .Dt STRCMP 3 | 
| @@ -63,7 +63,7 @@ The | |||
| 63 | and | 63 | and | 
| 64 | .Fn strncmp | 64 | .Fn strncmp | 
| 65 | return an integer greater than, equal to, or less than 0, according | 65 | return an integer greater than, equal to, or less than 0, according | 
| 66 | as the string | 66 | to whether the string | 
| 67 | .Fa s1 | 67 | .Fa s1 | 
| 68 | is greater than, equal to, or less than the string | 68 | is greater than, equal to, or less than the string | 
| 69 | .Fa s2 . | 69 | .Fa s2 . | 
| diff --git a/src/lib/libc/string/strcoll.3 b/src/lib/libc/string/strcoll.3 index 5d3e44ee96..62086c79ac 100644 --- a/src/lib/libc/string/strcoll.3 +++ b/src/lib/libc/string/strcoll.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: strcoll.3,v 1.3 2000/04/21 15:24:19 aaron Exp $ | 36 | .\" $OpenBSD: strcoll.3,v 1.4 2003/05/10 06:40:44 jmc Exp $ | 
| 37 | .\" | 37 | .\" | 
| 38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 | 
| 39 | .Dt STRCOLL 3 | 39 | .Dt STRCOLL 3 | 
| @@ -54,7 +54,7 @@ and | |||
| 54 | .Fa s2 | 54 | .Fa s2 | 
| 55 | according to the current locale collation | 55 | according to the current locale collation | 
| 56 | and returns an integer greater than, equal to, or less than 0, | 56 | and returns an integer greater than, equal to, or less than 0, | 
| 57 | according as | 57 | according to whether | 
| 58 | .Fa s1 | 58 | .Fa s1 | 
| 59 | is greater than, equal to, or less than | 59 | is greater than, equal to, or less than | 
| 60 | .Fa s2 . | 60 | .Fa s2 . | 
