From 78f0023e11234b749465bf456ccb3abc42986cb7 Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 29 Oct 2021 16:42:57 +0000 Subject: [PATCH] the list of devices which can be created it getting unwieldy and keep getting out of date: remove it (sthen) and add a pointer to -C (dlg); ok sthen --- sbin/ifconfig/ifconfig.8 | 43 +++++----------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index ba4de456ac8..c5b5ab37ea2 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.377 2021/10/27 06:36:51 solene Exp $ +.\" $OpenBSD: ifconfig.8,v 1.378 2021/10/29 16:42:57 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: October 27 2021 $ +.Dd $Mdocdate: October 29 2021 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -177,42 +177,9 @@ network. The default broadcast address is the address with a host part of all 1's. .It Cm create Create the specified network pseudo-device. -At least the following devices can be created on demand: -.Pp -.Xr aggr 4 , -.Xr bpe 4 , -.Xr bridge 4 , -.Xr carp 4 , -.Xr egre 4 , -.Xr enc 4 , -.Xr eoip 4 , -.Xr etherip 4 , -.Xr gif 4 , -.Xr gre 4 , -.Xr lo 4 , -.Xr mgre 4 , -.Xr mpe 4 , -.Xr mpip 4 , -.Xr mpw 4 , -.Xr nvgre 4 , -.Xr pair 4 , -.Xr pflog 4 , -.Xr pflow 4 , -.Xr pfsync 4 , -.Xr ppp 4 , -.Xr pppoe 4 , -.Xr svlan 4 , -.Xr switch 4 , -.Xr tap 4 , -.Xr tpmr 4 , -.Xr trunk 4 , -.Xr tun 4 , -.Xr veb 4 , -.Xr vether 4 , -.Xr vlan 4 , -.Xr vport 4 , -.Xr vxlan 4 , -.Xr wg 4 +A list of devices which can be dynamically created may be shown with the +.Fl C +option. .It Cm debug Enable driver-dependent debugging code; usually, this turns on extra console error logging. -- 2.20.1