From f605f8168eaca1e98e5c9517636e495c5bcde359 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Sat, 11 May 2002 23:22:54 +0000 Subject: [PATCH] Document that can also provide prototypes. Change wording related to standards conformance. --- lib/libc/net/byteorder.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/byteorder.3 index 70f078a4b9f..21c105fe9f5 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