summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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.