diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 21:01:23 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 21:01:23 +0000 |
commit | b9b6b965e68e89b6ca50f9f928ba04db6ca84ee5 (patch) | |
tree | fa0ee123c9ba049432e15eeefe3ee5e8bd8d1888 /share/man/man4/inet.4 | |
parent | 405beaa86a3f811a5fcf9947931254979f585d31 (diff) |
Various repairs, $Id$ tags added, etc.
Diffstat (limited to 'share/man/man4/inet.4')
-rw-r--r-- | share/man/man4/inet.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index 2f9a5f00a56..1368039f3c8 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: inet.4,v 1.7 2000/12/21 21:01:16 aaron Exp $ .\" $NetBSD: inet.4,v 1.3 1994/11/30 16:22:18 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -49,7 +50,8 @@ layered atop the .Pq Tn IP transport layer, and utilizing the Internet address format. The Internet family provides protocol support for the -.Dv SOCK_STREAM , SOCK_DGRAM , +.Dv SOCK_STREAM , +.Dv SOCK_DGRAM , and .Dv SOCK_RAW socket types; the @@ -64,8 +66,7 @@ network standard format (on the these are word and byte reversed). The include file .Aq Pa netinet/in.h -defines this address -as a discriminated union. +defines this address as a discriminated union. .Pp Sockets bound to the Internet protocol family utilize the following addressing structure, |