diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2024-08-03 23:06:57 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2024-08-03 23:06:57 +0000 |
commit | 650b89134b78d17cc3fe799547473b0604b64cff (patch) | |
tree | da2f715fa60b1118a25de7edca7cb8e5b6a4e56c /lib | |
parent | d6231f9ec157e9d1fba3df3edf8e2da714da5937 (diff) |
A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/htobe64.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/libc/net/htobe64.3 b/lib/libc/net/htobe64.3 index 3e500897e28..e41c9124c46 100644 --- a/lib/libc/net/htobe64.3 +++ b/lib/libc/net/htobe64.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htobe64.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ +.\" $OpenBSD: htobe64.3,v 1.2 2024/08/03 23:06:56 guenther Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 30 2019 $ +.Dd $Mdocdate: August 3 2024 $ .Dt HTOBE64 3 .Os .Sh NAME @@ -141,8 +141,8 @@ The .Fn le32toh , and .Fn le16toh -functions are expected to conform to a future version of -.St -p1003.1 . +functions conform to +.St -p1003.1-2024 . The other functions are extensions that should not be used when portability is required. .Sh HISTORY @@ -156,8 +156,6 @@ The .Nm {src-order}{size}to{dst-order} functions appeared in .Ox 5.6 . -A subset of them was submitted for standardization after -.St -p1003.1-2008 . .Sh BUGS The perceived antagonism between .Sq host |