summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordlg <>2012-03-20 06:06:03 +0000
committerdlg <>2012-03-20 06:06:03 +0000
commit4f65cd5ad25f8898876022bb5e37cc072df7ba0b (patch)
treeaf71b5cab8859d09321d5b0f75030c904f726a57
parent62ac5f76b4dcca0e1293c39ba42020ec4bc47a8b (diff)
downloadopenbsd-4f65cd5ad25f8898876022bb5e37cc072df7ba0b.tar.gz
openbsd-4f65cd5ad25f8898876022bb5e37cc072df7ba0b.tar.bz2
openbsd-4f65cd5ad25f8898876022bb5e37cc072df7ba0b.zip
the disease is spreading
-rw-r--r--src/lib/libc/net/byteorder.36
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
201functions appeared in 201functions appeared in
202.Bx 4.2 . 202.Bx 4.2 .
203.Sh BUGS 203.Sh BUGS
204On the vax, alpha, i386, and some mips architectures, 204On the vax, alpha, amd64, i386, and some mips and arm architectures,
205bytes are handled backwards from most everyone else in the world. 205bytes are handled backwards from most everyone else in the world.
206This is not expected to be fixed in the near future. 206This is not expected to be fixed in the near future.