diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/inet_addr.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/inet_ntop.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/net/inet_addr.3 b/src/lib/libc/net/inet_addr.3 index abe9e5d8c9..d561df2ef1 100644 --- a/src/lib/libc/net/inet_addr.3 +++ b/src/lib/libc/net/inet_addr.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet_addr.3,v 1.1 2014/04/19 11:18:01 guenther Exp $ | 1 | .\" $OpenBSD: inet_addr.3,v 1.2 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: April 19 2014 $ | 33 | .Dd $Mdocdate: July 8 2017 $ |
34 | .Dt INET_ADDR 3 | 34 | .Dt INET_ADDR 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -113,7 +113,7 @@ to the four bytes of an Internet address. | |||
113 | Note that when an Internet address is viewed as a 32-bit | 113 | Note that when an Internet address is viewed as a 32-bit |
114 | integer quantity on a system that uses little-endian | 114 | integer quantity on a system that uses little-endian |
115 | byte order | 115 | byte order |
116 | (such as the Intel 386, 486 and Pentium processors) | 116 | (such as AMD64 or ARM processors) |
117 | the bytes referred to above appear as | 117 | the bytes referred to above appear as |
118 | .Dq Li d.c.b.a . | 118 | .Dq Li d.c.b.a . |
119 | That is, little-endian bytes are ordered from right to left. | 119 | That is, little-endian bytes are ordered from right to left. |
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, | |||
83 | to the four bytes of an Internet address. | 83 | to the four bytes of an Internet address. |
84 | Note that when an Internet address is viewed as a 32-bit integer | 84 | Note that when an Internet address is viewed as a 32-bit integer |
85 | quantity on a system that uses little-endian byte order | 85 | quantity 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) |
87 | the bytes referred to above appear as | 87 | the bytes referred to above appear as |
88 | .Dq Li d.c.b.a . | 88 | .Dq Li d.c.b.a . |
89 | That is, little-endian bytes are ordered from right to left. | 89 | That is, little-endian bytes are ordered from right to left. |