diff options
Diffstat (limited to 'src/lib/libc/net/byteorder.3')
-rw-r--r-- | src/lib/libc/net/byteorder.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libc/net/byteorder.3 b/src/lib/libc/net/byteorder.3 index b880869b05..53528df7e6 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.3 1996/11/25 13:11:12 niklas Exp $ | 1 | .\" $OpenBSD: byteorder.3,v 1.4 1997/04/05 21:13:05 millert 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. |
@@ -75,6 +75,9 @@ functions appeared in | |||
75 | .Bx 4.2 . | 75 | .Bx 4.2 . |
76 | .Sh BUGS | 76 | .Sh BUGS |
77 | On the | 77 | On the |
78 | .Tn VAX | 78 | .Tn VAX , |
79 | .Tn ALPHA , | ||
80 | and | ||
81 | .Tn iX86 | ||
79 | bytes are handled backwards from most everyone else in | 82 | bytes are handled backwards from most everyone else in |
80 | the world. This is not expected to be fixed in the near future. | 83 | the world. This is not expected to be fixed in the near future. |