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