Document that <netinet/in.h> can also provide prototypes. Change

wording related to standards conformance.
This commit is contained in:
Mike Barcroft 2002-05-11 23:22:54 +00:00
parent 361817b059
commit f605f8168e
1 changed files with 6 additions and 2 deletions

View File

@ -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