summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2016-03-10 08:42:26 +0000
committerjmc <>2016-03-10 08:42:26 +0000
commitf8bf93d18b54d6b7997aedeaa55d8dcb227ce8c3 (patch)
tree1d71f7680313ac94a6d81731f46c72cd41d710c9 /src
parent6390e21674b59b327a37877e91a64ed2f18b6f9b (diff)
downloadopenbsd-f8bf93d18b54d6b7997aedeaa55d8dcb227ce8c3.tar.gz
openbsd-f8bf93d18b54d6b7997aedeaa55d8dcb227ce8c3.tar.bz2
openbsd-f8bf93d18b54d6b7997aedeaa55d8dcb227ce8c3.zip
un-vax;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/htonl.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/htonl.3 b/src/lib/libc/net/htonl.3
index e32ca717b1..1fd9fb18f5 100644
--- a/src/lib/libc/net/htonl.3
+++ b/src/lib/libc/net/htonl.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: htonl.3,v 1.3 2014/09/04 13:51:54 millert Exp $ 1.\" $OpenBSD: htonl.3,v 1.4 2016/03/10 08:42:26 jmc 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: September 4 2014 $ 30.Dd $Mdocdate: March 10 2016 $
31.Dt HTONL 3 31.Dt HTONL 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -99,6 +99,6 @@ functions conform to
99These functions appeared in 99These functions appeared in
100.Bx 4.2 . 100.Bx 4.2 .
101.Sh BUGS 101.Sh BUGS
102On the vax, alpha, amd64, i386, and some mips and arm architectures, 102On the alpha, amd64, i386, and some mips and arm architectures,
103bytes are handled backwards from most everyone else in the world. 103bytes are handled backwards from most everyone else in the world.
104This is not expected to be fixed in the near future. 104This is not expected to be fixed in the near future.