summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>1999-02-26 19:31:50 +0000
committerjason <jason@openbsd.org>1999-02-26 19:31:50 +0000
commit419c9d4e051cf589ade7eb623014a1641807ad37 (patch)
tree12efae493886e3df0efe7d90bd3eb018d3fea197
parentrearrange sections to match mdoc.template (diff)
downloadwireguard-openbsd-419c9d4e051cf589ade7eb623014a1641807ad37.tar.xz
wireguard-openbsd-419c9d4e051cf589ade7eb623014a1641807ad37.zip
Xr brconfig
-rw-r--r--sbin/ifconfig/ifconfig.89
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index b0171dda0d0..4a58cca25e1 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.19 1998/12/15 01:20:32 aaron Exp $
+.\" $OpenBSD: ifconfig.8,v 1.20 1999/02/26 19:31:50 jason 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 $
.\"
@@ -71,7 +71,11 @@ network interface parameters.
must be used at boot time to define the network address
of each interface present on a machine; it may also be used at
a later time to redefine an interface's address
-or other operating parameters.
+or other operating parameters. To configure a bridge interface,
+use the
+.Xr brconfig 8
+program instead of
+.Nm ifconfig .
.Pp
Available operands for
.Nm ifconfig :
@@ -385,6 +389,7 @@ tried to alter an interface's configuration.
.Xr netstat 1 ,
.Xr ifmedia 4 ,
.Xr netintro 4 ,
+.Xr brconfig 8 ,
.Xr rc 8 ,
.Xr routed 8
.Sh HISTORY