summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-23 08:23:43 +0000
committerru <ru@FreeBSD.org>2003-03-23 08:23:43 +0000
commit325bd5acd228c8fbdfbc746aee5a4b45dd82526a (patch)
tree0fd780deb15844b5cc84fa3ed7d83032ad16b567
parentfe0afe560cefb3d349c05c61e2bf509dcb9c4656 (diff)
downloadFreeBSD-src-325bd5acd228c8fbdfbc746aee5a4b45dd82526a.zip
FreeBSD-src-325bd5acd228c8fbdfbc746aee5a4b45dd82526a.tar.gz
Sync types with headers.
-rw-r--r--share/man/man4/inet.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4
index 0b4cb7f..d15c204 100644
--- a/share/man/man4/inet.4
+++ b/share/man/man4/inet.4
@@ -70,11 +70,11 @@ Sockets bound to the Internet protocol family utilize
the following addressing structure,
.Bd -literal -offset indent
struct sockaddr_in {
- u_char sin_len;
- u_char sin_family;
- u_short sin_port;
- struct in_addr sin_addr;
- char sin_zero[8];
+ uint8_t sin_len;
+ sa_family_t sin_family;
+ in_port_t sin_port;
+ struct in_addr sin_addr;
+ char sin_zero[8];
};
.Ed
.Pp
OpenPOWER on IntegriCloud