diff options
Diffstat (limited to 'src/lib/libc/string/strcmp.3')
-rw-r--r-- | src/lib/libc/string/strcmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcmp.3 b/src/lib/libc/string/strcmp.3 index aea2023b7b..5b0794208a 100644 --- a/src/lib/libc/string/strcmp.3 +++ b/src/lib/libc/string/strcmp.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strcmp.3,v 1.11 2011/07/25 00:38:53 schwarze Exp $ | 1 | .\" $OpenBSD: strcmp.3,v 1.12 2011/07/25 07:51:30 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -78,7 +78,7 @@ is greater than | |||
78 | .Xr strcasecmp 3 , | 78 | .Xr strcasecmp 3 , |
79 | .Xr strcoll 3 , | 79 | .Xr strcoll 3 , |
80 | .Xr strxfrm 3 , | 80 | .Xr strxfrm 3 , |
81 | .Xr wcscmp | 81 | .Xr wcscmp 3 |
82 | .Sh STANDARDS | 82 | .Sh STANDARDS |
83 | The | 83 | The |
84 | .Fn strcmp | 84 | .Fn strcmp |