aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2022-07-11 04:53:54 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2022-07-11 04:53:54 +0000
commit3c9ad9398fcdf5f49114fde978b7c837b7ebbc8d (patch)
tree4d6df1610efdf60dd984e8d2f791963e88627f1d /sbin
parent0bbf2702963a2fe6f7bb025d5d07ee4195856b8f (diff)
downloadsrc-3c9ad9398fcdf5f49114fde978b7c837b7ebbc8d.tar.gz
src-3c9ad9398fcdf5f49114fde978b7c837b7ebbc8d.zip
ifconfig.8: cleanup reminiscence about long gone ppp(4)
Replace ppp(4) removed since FreeBSD 8.0-RELEASE with vlan(4). While here, remove commented out reference to non-existing "egress" interface group hiding since initial import of interface groups from OpenBSD in 2006.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.813
1 files changed, 5 insertions, 8 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 6cbe30748a13..f95607b77cf2 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd June 24, 2022
+.Dd July 11, 2022
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -487,13 +487,10 @@ Assign the interface to a
Any interface can be in multiple groups.
.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 egress
-.\" interface group.
+For example, a VLAN interface such as
+.Em vlan10
+is a member of the VLAN interface family group,
+.Em vlan .
.It Cm -group Ar groupname
Remove the interface from the given
.Dq group .