diff options
Diffstat (limited to 'lib/libc/string/strcoll.3')
-rw-r--r-- | lib/libc/string/strcoll.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index 5d3e44ee966..62086c79acf 100644 --- a/lib/libc/string/strcoll.3 +++ b/lib/libc/string/strcoll.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strcoll.3,v 1.3 2000/04/21 15:24:19 aaron Exp $ +.\" $OpenBSD: strcoll.3,v 1.4 2003/05/10 06:40:44 jmc Exp $ .\" .Dd June 29, 1991 .Dt STRCOLL 3 @@ -54,7 +54,7 @@ and .Fa s2 according to the current locale collation and returns an integer greater than, equal to, or less than 0, -according as +according to whether .Fa s1 is greater than, equal to, or less than .Fa s2 . |