summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_ntop.3
diff options
context:
space:
mode:
authortedu <>2017-07-08 21:45:35 +0000
committertedu <>2017-07-08 21:45:35 +0000
commit638b1340312b169ab5d0e90d9fc90d3daf282513 (patch)
treef04b9ad27ffd7b2a4b19c0c3aac02445b90ad52e /src/lib/libc/net/inet_ntop.3
parent2b9173f7be614b3e1a860a3ce16e3c8d9919b0d5 (diff)
downloadopenbsd-638b1340312b169ab5d0e90d9fc90d3daf282513.tar.gz
openbsd-638b1340312b169ab5d0e90d9fc90d3daf282513.tar.bz2
openbsd-638b1340312b169ab5d0e90d9fc90d3daf282513.zip
update the little endian processor list to give it a chance of matching
what the reader is using.
Diffstat (limited to '')
-rw-r--r--src/lib/libc/net/inet_ntop.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet_ntop.3 b/src/lib/libc/net/inet_ntop.3
index 7c88440ff3..5c32aab6a9 100644
--- a/src/lib/libc/net/inet_ntop.3
+++ b/src/lib/libc/net/inet_ntop.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet_ntop.3,v 1.2 2014/05/09 06:38:27 guenther Exp $ 1.\" $OpenBSD: inet_ntop.3,v 1.3 2017/07/08 21:45:35 tedu Exp $
2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ 2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1990, 1991, 1993 4.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -30,7 +30,7 @@
30.\" 30.\"
31.\" @(#)inet.3 8.1 (Berkeley) 6/4/93 31.\" @(#)inet.3 8.1 (Berkeley) 6/4/93
32.\" 32.\"
33.Dd $Mdocdate: May 9 2014 $ 33.Dd $Mdocdate: July 8 2017 $
34.Dt INET_NTOP 3 34.Dt INET_NTOP 3
35.Os 35.Os
36.Sh NAME 36.Sh NAME
@@ -83,7 +83,7 @@ and are assigned, from left to right,
83to the four bytes of an Internet address. 83to the four bytes of an Internet address.
84Note that when an Internet address is viewed as a 32-bit integer 84Note that when an Internet address is viewed as a 32-bit integer
85quantity on a system that uses little-endian byte order 85quantity on a system that uses little-endian byte order
86(such as the Intel 386, 486 and Pentium processors) 86(such as AMD64 or ARM processors)
87the bytes referred to above appear as 87the bytes referred to above appear as
88.Dq Li d.c.b.a . 88.Dq Li d.c.b.a .
89That is, little-endian bytes are ordered from right to left. 89That is, little-endian bytes are ordered from right to left.