summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2022-06-21 11:55:56 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2022-06-21 11:55:56 +0000
commit95fe96e9c07afbd8c2e89dce188c97daed8a50cd (patch)
treecba8413c88b102b8dade6b8b17ca709efbb19f13 /share/man/man8
parentc2451c202ffa18d95b75f17398087978bb8941f7 (diff)
Avoid saying that running netstart manually post-boot will "reset an
existing interface to its default state", because it doesn't. ok jmc@
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/netstart.812
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man8/netstart.8 b/share/man/man8/netstart.8
index 91183376edd..7dac9f02f4c 100644
--- a/share/man/man8/netstart.8
+++ b/share/man/man8/netstart.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netstart.8,v 1.25 2020/11/29 20:14:06 deraadt Exp $
+.\" $OpenBSD: netstart.8,v 1.26 2022/06/21 11:55:55 sthen Exp $
.\"
.\" Copyright (c) 2002, Miodrag Vallat.
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\"
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: November 29 2020 $
+.Dd $Mdocdate: June 21 2022 $
.Dt NETSTART 8
.Os
.Sh NAME
@@ -43,8 +43,7 @@ it performs network initialization.
.Pp
The
.Nm
-script can also be used to start newly created bridges or interfaces,
-or reset existing interfaces to their default state.
+script can also be used to start newly created bridges or interfaces.
The behaviour of this script is (or can be) controlled to some
extent by variables defined in
.Xr rc.conf 8 ,
@@ -91,8 +90,9 @@ and
After the system is completely initialized, it is possible to start a
newly created interface or
.Xr bridge 4 ,
-or reset an existing interface to its default state, by invoking
-the following, where
+or apply the configuration from a
+.Xr hostname.if 5
+file to an existing interface, by invoking the following, where
.Ar foo0
is the interface or bridge name:
.Pp