diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-20 15:12:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-20 15:12:52 +0000 |
commit | cd1aabb6dd8b81f57e73af1cb2b2233195e65b4e (patch) | |
tree | 71cea9fc00aeda2fe076c61fc987bd70c1f0a472 | |
parent | 27fbbd3391acafb26078040ed52a16b33ec12efe (diff) |
document the "all" interface group; after some discussion w/ mpf and henning
diff from Okan Demirmen
ok henning
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index dc1d956afa6..f6ca00f9a22 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.149 2007/09/03 01:24:22 krw Exp $ +.\" $OpenBSD: ifconfig.8,v 1.150 2007/10/20 15:12:51 jmc 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 $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: September 3 2007 $ +.Dd $Mdocdate: October 20 2007 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -230,6 +230,10 @@ Some interfaces belong to specific groups by default: .Pp .Bl -dash -width Ds -compact .It +All interfaces are members of the +.Em all +interface group. +.It Cloned interfaces are members of their interface family group. For example, a PPP interface such as .Em ppp0 |