diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-10 08:42:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-10 08:42:27 +0000 |
commit | f99f6b7d553fbaa9009c71850ddf18beebcd57a4 (patch) | |
tree | 3fecd527729fdb0b5b3c3b1c6a09d7e3cb5eca39 /lib/libc/net | |
parent | 89a2c581ab7959776fd03247ad2e7a541f4cf561 (diff) |
un-vax;
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/htonl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/htonl.3 b/lib/libc/net/htonl.3 index e32ca717b14..1fd9fb18f54 100644 --- a/lib/libc/net/htonl.3 +++ b/lib/libc/net/htonl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htonl.3,v 1.3 2014/09/04 13:51:54 millert Exp $ +.\" $OpenBSD: htonl.3,v 1.4 2016/03/10 08:42:26 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 4 2014 $ +.Dd $Mdocdate: March 10 2016 $ .Dt HTONL 3 .Os .Sh NAME @@ -99,6 +99,6 @@ functions conform to These functions appeared in .Bx 4.2 . .Sh BUGS -On the vax, alpha, amd64, i386, and some mips and arm architectures, +On the alpha, amd64, i386, and some mips and arm architectures, bytes are handled backwards from most everyone else in the world. This is not expected to be fixed in the near future. |