diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2012-03-20 06:06:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2012-03-20 06:06:04 +0000 |
commit | c99c9ef7592d38921c978efcf49a95e63665b991 (patch) | |
tree | 6888a4feb99e96ae48986b5a30fa15dd2967b1df /lib/libc/net | |
parent | 94652af09178a980c502eb9753c83c843892c244 (diff) |
the disease is spreading
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/byteorder.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/byteorder.3 index 6625ea14424..ba9798a137f 100644 --- a/lib/libc/net/byteorder.3 +++ b/lib/libc/net/byteorder.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: byteorder.3,v 1.16 2009/03/17 21:33:04 jmc Exp $ +.\" $OpenBSD: byteorder.3,v 1.17 2012/03/20 06:06:03 dlg Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 17 2009 $ +.Dd $Mdocdate: March 20 2012 $ .Dt BYTEORDER 3 .Os .Sh NAME @@ -201,6 +201,6 @@ The functions appeared in .Bx 4.2 . .Sh BUGS -On the vax, alpha, i386, and some mips architectures, +On the vax, alpha, amd64, i386, and some mips and arm architectures, bytes are handled backwards from most everyone else in the world. This is not expected to be fixed in the near future. |