summaryrefslogtreecommitdiffstats
path: root/man3/byteorder.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/byteorder.3')
-rw-r--r--man3/byteorder.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/byteorder.3 b/man3/byteorder.3
index 4318b54c2..7040f6357 100644
--- a/man3/byteorder.3
+++ b/man3/byteorder.3
@@ -10,7 +10,7 @@
.\" Modified Sat Jul 24 21:29:05 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Thu Jul 26 14:06:20 2001 by Andries Brouwer (aeb@cwi.nl)
.\"
-.TH BYTEORDER 3 2022-12-15 "Linux man-pages 6.03"
+.TH BYTEORDER 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
htonl, htons, ntohl, ntohs \- convert values between host and network
byte order
@@ -58,25 +58,25 @@ Significant Byte first.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR htonl (),
.BR htons (),
.BR ntohl (),
.BR ntohs ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
.SH SEE ALSO
.BR bswap (3),
.BR endian (3),