diff options
author | jmc <> | 2022-09-11 06:38:11 +0000 |
---|---|---|
committer | jmc <> | 2022-09-11 06:38:11 +0000 |
commit | 3e268b5d835a2d2ed944b2e03c9cc7f178765bb3 (patch) | |
tree | fef440286902c30bd0cbff19e3da976f80de9175 /src/lib/libc/string/memcmp.3 | |
parent | 95806d271a4d8ed4658ab14b5713895696bb8919 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
57 | function returns zero if the two strings are identical, | 57 | function returns zero if the two strings are identical, |
58 | otherwise returns the difference between the first two differing bytes | 58 | otherwise returns the difference between the first two differing bytes |
59 | (treated as | 59 | (treated as |
60 | .Li unsigned char | 60 | .Vt unsigned char |
61 | values, so that | 61 | values, so that |
62 | .Sq Li \e200 | 62 | .Sq Li \e200 |
63 | is greater than | 63 | is greater than |