diff options
-rw-r--r-- | src/lib/libc/net/byteorder.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/byteorder.3 b/src/lib/libc/net/byteorder.3 index 6625ea1442..ba9798a137 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.16 2009/03/17 21:33:04 jmc Exp $ | 1 | .\" $OpenBSD: byteorder.3,v 1.17 2012/03/20 06:06:03 dlg 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. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: March 17 2009 $ | 30 | .Dd $Mdocdate: March 20 2012 $ |
31 | .Dt BYTEORDER 3 | 31 | .Dt BYTEORDER 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -201,6 +201,6 @@ The | |||
201 | functions appeared in | 201 | functions appeared in |
202 | .Bx 4.2 . | 202 | .Bx 4.2 . |
203 | .Sh BUGS | 203 | .Sh BUGS |
204 | On the vax, alpha, i386, and some mips architectures, | 204 | On the vax, alpha, amd64, i386, and some mips and arm architectures, |
205 | bytes are handled backwards from most everyone else in the world. | 205 | bytes are handled backwards from most everyone else in the world. |
206 | This is not expected to be fixed in the near future. | 206 | This is not expected to be fixed in the near future. |