summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/ifconfig/ifconfig.813
-rw-r--r--share/man/man4/netintro.411
2 files changed, 11 insertions, 13 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 28f06a2dc26..aee521c0693 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.106 2005/05/31 20:54:38 jmc Exp $
+.\" $OpenBSD: ifconfig.8,v 1.107 2005/06/07 23:12:17 henning Exp $
.\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
.\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
.\"
@@ -389,8 +389,15 @@ This action automatically disables routes using the interface.
Assign the interface to a
.Dq group .
Any interface can be in multiple groups.
-Interface groups are described in
-.Xr netintro 4 .
+.Pp
+Cloned interfaces are members of their interface family group by default.
+For example, a PPP interface such as
+.Em ppp0
+is a member of the PPP interface family group,
+.Em ppp .
+The interface(s) the default route(s) point to are members of the
+.Em external
+interface group.
.It Cm -group Ar group-name
Remove the interface from the given
.Dq group .
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index 6d45de1996d..6ca95f0e010 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netintro.4,v 1.31 2005/06/07 21:38:09 henning Exp $
+.\" $OpenBSD: netintro.4,v 1.32 2005/06/07 23:12:17 henning Exp $
.\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -109,15 +109,6 @@ due to errors in device operation.
Network interfaces may be collected together into interface groups.
An interface group is a container that can be used generically when
referring to any interface related by some criteria.
-Interfaces may be a member of any number of interface groups.
-Cloned interfaces are members of their interface family group by default.
-For example, a PPP interface such as
-.Li ppp0
-is a member of the PPP interface family group,
-.Li ppp .
-The interface(s) the default route(s) point to are members of the
-.Em external
-interface group.
When an action is performed on an interface group, such as packet
filtering by the
.Xr pf 4