diff options
author | dlg <> | 2012-03-20 06:06:03 +0000 |
---|---|---|
committer | dlg <> | 2012-03-20 06:06:03 +0000 |
commit | d037dd6595ed75b194259764511aead1bb922a19 (patch) | |
tree | af71b5cab8859d09321d5b0f75030c904f726a57 /src | |
parent | 68c146dfc403870232da00ff9e7830c184b607fa (diff) | |
download | openbsd-d037dd6595ed75b194259764511aead1bb922a19.tar.gz openbsd-d037dd6595ed75b194259764511aead1bb922a19.tar.bz2 openbsd-d037dd6595ed75b194259764511aead1bb922a19.zip |
the disease is spreading
Diffstat (limited to 'src')
-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. |