summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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.