diff options
Diffstat (limited to 'lib/libc/string/memcmp.3')
-rw-r--r-- | lib/libc/string/memcmp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index 25d308e6171..86a95c8c191 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: memcmp.3,v 1.9 2014/06/13 02:12:17 matthew Exp $ +.\" $OpenBSD: memcmp.3,v 1.10 2022/09/11 06:38:11 jmc Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 13 2014 $ +.Dd $Mdocdate: September 11 2022 $ .Dt MEMCMP 3 .Os .Sh NAME @@ -57,7 +57,7 @@ The function returns zero if the two strings are identical, otherwise returns the difference between the first two differing bytes (treated as -.Li unsigned char +.Vt unsigned char values, so that .Sq Li \e200 is greater than |