diff options
author | 2019-02-13 07:02:09 +0000 | |
---|---|---|
committer | 2019-02-13 07:02:09 +0000 | |
commit | ecd8a787fe77803f52a5c74e734f62ada2dcf056 (patch) | |
tree | 36252372fdcf81eaf95d7a852425f9a225ca9c6b /lib/libc | |
parent | Use md4 from libcrypto instead of using a compatible re-implementation. (diff) | |
download | wireguard-openbsd-ecd8a787fe77803f52a5c74e734f62ada2dcf056.tar.xz wireguard-openbsd-ecd8a787fe77803f52a5c74e734f62ada2dcf056.zip |
Xr the byteorder funcs; from tim kuijsten
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/htonl.3 | 7 |
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 , |