Include AF_INET6.

This commit is contained in:
joerg 2013-02-05 17:36:03 +00:00
parent 6c3b61dddd
commit da5d20679e
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: netintro.4,v 1.23 2009/12/05 20:11:02 pooka Exp $
.\" $NetBSD: netintro.4,v 1.24 2013/02/05 17:36:03 joerg Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)netintro.4 8.2 (Berkeley) 11/30/93
.\"
.Dd September 7, 2006
.Dd February 5, 2013
.Dt NETINTRO 4
.Os
.Sh NAME
@ -144,6 +144,7 @@ are known to the system
#define AF_CCITT 10 /* CCITT protocols, X.25 etc */
#define AF_HYLINK 15 /* NSC Hyperchannel */
#define AF_ISO 18 /* ISO protocols */
#define AF_INET6 24 /* internetwork, v6: UDP, TCP, etc. */
.Ed
.Sh ROUTING
.Ux