summaryrefslogtreecommitdiff
path: root/lib/libc/net/byteorder.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-05 21:13:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-05 21:13:18 +0000
commitbb93359ccedae9a32facea758712506a0fe8f3d4 (patch)
treee8c47183ac65cd8ac28764b16b44538c24193d92 /lib/libc/net/byteorder.3
parenta75078b4a8609418bb7e9376e492d6ef6c57f181 (diff)
Use in_addr_t not u_long and use in_port_t in some cases instead
of u_short or u_int16_t.
Diffstat (limited to 'lib/libc/net/byteorder.3')
-rw-r--r--lib/libc/net/byteorder.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/byteorder.3
index b880869b055..53528df7e67 100644
--- a/lib/libc/net/byteorder.3
+++ b/lib/libc/net/byteorder.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: byteorder.3,v 1.3 1996/11/25 13:11:12 niklas Exp $
+.\" $OpenBSD: byteorder.3,v 1.4 1997/04/05 21:13:05 millert Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,6 +75,9 @@ functions appeared in
.Bx 4.2 .
.Sh BUGS
On the
-.Tn VAX
+.Tn VAX ,
+.Tn ALPHA ,
+and
+.Tn iX86
bytes are handled backwards from most everyone else in
the world. This is not expected to be fixed in the near future.