From 638b1340312b169ab5d0e90d9fc90d3daf282513 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Sat, 8 Jul 2017 21:45:35 +0000 Subject: update the little endian processor list to give it a chance of matching what the reader is using. --- src/lib/libc/net/inet_addr.3 | 6 +++--- src/lib/libc/net/inet_ntop.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 @@ -.\" $OpenBSD: inet_addr.3,v 1.1 2014/04/19 11:18:01 guenther Exp $ +.\" $OpenBSD: inet_addr.3,v 1.2 2017/07/08 21:45:35 tedu Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: April 19 2014 $ +.Dd $Mdocdate: July 8 2017 $ .Dt INET_ADDR 3 .Os .Sh NAME @@ -113,7 +113,7 @@ to the four bytes of an Internet address. Note that when an Internet address is viewed as a 32-bit integer quantity on a system that uses little-endian byte order -(such as the Intel 386, 486 and Pentium processors) +(such as AMD64 or ARM processors) the bytes referred to above appear as .Dq Li d.c.b.a . 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 @@ -.\" $OpenBSD: inet_ntop.3,v 1.2 2014/05/09 06:38:27 guenther Exp $ +.\" $OpenBSD: inet_ntop.3,v 1.3 2017/07/08 21:45:35 tedu Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 9 2014 $ +.Dd $Mdocdate: July 8 2017 $ .Dt INET_NTOP 3 .Os .Sh NAME @@ -83,7 +83,7 @@ and are assigned, from left to right, to the four bytes of an Internet address. Note that when an Internet address is viewed as a 32-bit integer quantity on a system that uses little-endian byte order -(such as the Intel 386, 486 and Pentium processors) +(such as AMD64 or ARM processors) the bytes referred to above appear as .Dq Li d.c.b.a . That is, little-endian bytes are ordered from right to left. -- cgit v1.2.3-55-g6feb