summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiod <>2014-07-13 15:06:02 +0000
committermiod <>2014-07-13 15:06:02 +0000
commitb3fa9f2845f7039838068e77b5d6863c05d3c3da (patch)
treec18646ecf2eedcda75810712316956bbab550d0a /src
parent3dadfdde3b9a16742928825811437cfe8722a36a (diff)
downloadopenbsd-b3fa9f2845f7039838068e77b5d6863c05d3c3da.tar.gz
openbsd-b3fa9f2845f7039838068e77b5d6863c05d3c3da.tar.bz2
openbsd-b3fa9f2845f7039838068e77b5d6863c05d3c3da.zip
Update BUGS section.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/byteorder.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/net/byteorder.3 b/src/lib/libc/net/byteorder.3
index 921c8343fa..015b0b23e7 100644
--- a/src/lib/libc/net/byteorder.3
+++ b/src/lib/libc/net/byteorder.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: byteorder.3,v 1.19 2014/07/13 13:17:16 guenther Exp $ 1.\" $OpenBSD: byteorder.3,v 1.20 2014/07/13 15:06:02 miod Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -159,6 +159,8 @@ functions appeared in
159A subset of them was submitted for standardization after 159A subset of them was submitted for standardization after
160.St -p1003.1-2008 . 160.St -p1003.1-2008 .
161.Sh BUGS 161.Sh BUGS
162On the vax, alpha, amd64, i386, and some mips and arm architectures, 162The perceived antagonism between
163bytes are handled backwards from most everyone else in the world. 163.Sq host
164This is not expected to be fixed in the near future. 164and
165.Sq network
166byte order does not allow PDP-11 users to sleep soundly at night.