summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/memcmp.3
diff options
context:
space:
mode:
authorjmc <>2022-09-11 06:38:11 +0000
committerjmc <>2022-09-11 06:38:11 +0000
commit3e268b5d835a2d2ed944b2e03c9cc7f178765bb3 (patch)
treefef440286902c30bd0cbff19e3da976f80de9175 /src/lib/libc/string/memcmp.3
parent95806d271a4d8ed4658ab14b5713895696bb8919 (diff)
downloadopenbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.tar.gz
openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.tar.bz2
openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.zip
.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze ok schwarze
Diffstat (limited to 'src/lib/libc/string/memcmp.3')
-rw-r--r--src/lib/libc/string/memcmp.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/memcmp.3 b/src/lib/libc/string/memcmp.3
index 25d308e617..86a95c8c19 100644
--- a/src/lib/libc/string/memcmp.3
+++ b/src/lib/libc/string/memcmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: memcmp.3,v 1.9 2014/06/13 02:12:17 matthew Exp $ 1.\" $OpenBSD: memcmp.3,v 1.10 2022/09/11 06:38:11 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.
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.Dd $Mdocdate: June 13 2014 $ 34.Dd $Mdocdate: September 11 2022 $
35.Dt MEMCMP 3 35.Dt MEMCMP 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -57,7 +57,7 @@ The
57function returns zero if the two strings are identical, 57function returns zero if the two strings are identical,
58otherwise returns the difference between the first two differing bytes 58otherwise returns the difference between the first two differing bytes
59(treated as 59(treated as
60.Li unsigned char 60.Vt unsigned char
61values, so that 61values, so that
62.Sq Li \e200 62.Sq Li \e200
63is greater than 63is greater than