diff options
Diffstat (limited to 'src/lib/libc/net/htonl.3')
-rw-r--r-- | src/lib/libc/net/htonl.3 | 13 |
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 ) |
67 | is a mnemonic | 67 | is a mnemonic |
68 | for the traditional names for such quantities, | 68 | for the traditional names for such quantities, |
69 | .Li short | 69 | short and long, respectively. |
70 | and | ||
71 | .Li long , | ||
72 | respectively. | ||
73 | Today, the C concept of | 70 | Today, the C concept of |
74 | .Li short | 71 | .Vt short |
75 | and | 72 | and |
76 | .Li long | 73 | .Vt long |
77 | integers need not coincide with this traditional misunderstanding. | 74 | integers need not coincide with this traditional misunderstanding. |
78 | On machines which have a byte order which is the same as the network | 75 | On machines which have a byte order which is the same as the network |
79 | order, routines are defined as null macros. | 76 | order, routines are defined as null macros. |