diff options
Diffstat (limited to 'lib/libc/net/byteorder.3')
-rw-r--r-- | lib/libc/net/byteorder.3 | 7 |
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. |