summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2019-02-13 07:02:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2019-02-13 07:02:10 +0000
commitb657b103558879b2b819f7e82135e37738662eae (patch)
treeb2fcd83135916d572a30523881dba664b9eb87ea
parentbc8bc0673e6cf0c09a61e5fe48cf27b9e9172770 (diff)
Xr the byteorder funcs; from tim kuijsten
-rw-r--r--lib/libc/net/htonl.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/net/htonl.3 b/lib/libc/net/htonl.3
index 1fd9fb18f54..a63959717a4 100644
--- a/lib/libc/net/htonl.3
+++ b/lib/libc/net/htonl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: htonl.3,v 1.4 2016/03/10 08:42:26 jmc Exp $
+.\" $OpenBSD: htonl.3,v 1.5 2019/02/13 07:02:09 jmc 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: March 10 2016 $
+.Dd $Mdocdate: February 13 2019 $
.Dt HTONL 3
.Os
.Sh NAME
@@ -85,7 +85,8 @@ and
.Xr getservent 3 .
.Sh SEE ALSO
.Xr gethostbyname 3 ,
-.Xr getservent 3
+.Xr getservent 3 ,
+.Xr htobe64 3
.Sh STANDARDS
The
.Fn htonl ,