summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/htonl.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/htonl.3')
-rw-r--r--src/lib/libc/net/htonl.313
1 files changed, 5 insertions, 8 deletions
diff --git a/src/lib/libc/net/htonl.3 b/src/lib/libc/net/htonl.3
index a63959717a..65fa9a53b5 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.5 2019/02/13 07:02:09 jmc Exp $ 1.\" $OpenBSD: htonl.3,v 1.6 2022/09/11 06:38:10 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: February 13 2019 $ 30.Dd $Mdocdate: September 11 2022 $
31.Dt HTONL 3 31.Dt HTONL 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -66,14 +66,11 @@ or
66.Sq l ) 66.Sq l )
67is a mnemonic 67is a mnemonic
68for the traditional names for such quantities, 68for the traditional names for such quantities,
69.Li short 69short and long, respectively.
70and
71.Li long ,
72respectively.
73Today, the C concept of 70Today, the C concept of
74.Li short 71.Vt short
75and 72and
76.Li long 73.Vt long
77integers need not coincide with this traditional misunderstanding. 74integers need not coincide with this traditional misunderstanding.
78On machines which have a byte order which is the same as the network 75On machines which have a byte order which is the same as the network
79order, routines are defined as null macros. 76order, routines are defined as null macros.