diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-14 03:54:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-14 03:54:32 +0000 |
commit | 9f795d1f9649555c1fb9a07893e6364d771e8ef4 (patch) | |
tree | 75ba4c068873e0c506cabf7e24b53226693c35f0 /sbin/ifconfig/ifconfig.8 | |
parent | e3a9f56a21c229235d07f6485450001e89401681 (diff) |
use "egress" instead of "external" for the interface group containing the
interfaces the default route(s) point to, proposed deraadt some days ago,
ok djm deraadt
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f499491a9c0..b5051e2ab9b 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.109 2005/06/09 09:05:14 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.110 2005/06/14 03:54:31 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 $ .\" @@ -392,7 +392,7 @@ For example, a PPP interface such as 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 +.Em egress interface group. .It Cm -group Ar group-name Remove the interface from the given |