diff options
| author | miod <> | 2014-07-13 15:06:02 +0000 | 
|---|---|---|
| committer | miod <> | 2014-07-13 15:06:02 +0000 | 
| commit | b3fa9f2845f7039838068e77b5d6863c05d3c3da (patch) | |
| tree | c18646ecf2eedcda75810712316956bbab550d0a /src/lib/libc | |
| parent | 3dadfdde3b9a16742928825811437cfe8722a36a (diff) | |
| download | openbsd-b3fa9f2845f7039838068e77b5d6863c05d3c3da.tar.gz openbsd-b3fa9f2845f7039838068e77b5d6863c05d3c3da.tar.bz2 openbsd-b3fa9f2845f7039838068e77b5d6863c05d3c3da.zip | |
Update BUGS section.
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/net/byteorder.3 | 10 | 
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 | |||
| 159 | A subset of them was submitted for standardization after | 159 | A subset of them was submitted for standardization after | 
| 160 | .St -p1003.1-2008 . | 160 | .St -p1003.1-2008 . | 
| 161 | .Sh BUGS | 161 | .Sh BUGS | 
| 162 | On the vax, alpha, amd64, i386, and some mips and arm architectures, | 162 | The perceived antagonism between | 
| 163 | bytes are handled backwards from most everyone else in the world. | 163 | .Sq host | 
| 164 | This is not expected to be fixed in the near future. | 164 | and | 
| 165 | .Sq network | ||
| 166 | byte order does not allow PDP-11 users to sleep soundly at night. | ||
