aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-05-11 23:22:54 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-05-11 23:22:54 +0000
commitf605f8168eaca1e98e5c9517636e495c5bcde359 (patch)
tree9b5c5067598fcd8bf48c70860edcb708823c93a9 /lib
parent361817b05957fbb4df30d34fb41c56df342f9c93 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/byteorder.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/byteorder.3
index 70f078a4b9fc6..21c105fe9f555 100644
--- a/lib/libc/net/byteorder.3
+++ b/lib/libc/net/byteorder.3
@@ -32,7 +32,7 @@
.\" @(#)byteorder.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd May 11, 2002
.Dt BYTEORDER 3
.Os
.Sh NAME
@@ -45,6 +45,10 @@
.Lb libc
.Sh SYNOPSIS
.In arpa/inet.h
+.Pp
+or
+.Pp
+.In netinet/in.h
.Ft uint32_t
.Fn htonl "uint32_t hostlong"
.Ft uint16_t
@@ -70,7 +74,7 @@ and
.Sh STANDARDS
The
.Nm byteorder
-functions are expected to conform with
+functions conform to
.St -p1003.1-2001 .
.Sh HISTORY
The