diff options
author | 2018-06-18 09:17:09 +0000 | |
---|---|---|
committer | 2018-06-18 09:17:09 +0000 | |
commit | 67a5c7ea1c79d90f09b10b98254026856723915d (patch) | |
tree | eafb96253aaa636b77d3d36726b06172d601a0e8 | |
parent | Replace hardcoded constants with defines (diff) | |
download | wireguard-openbsd-67a5c7ea1c79d90f09b10b98254026856723915d.tar.xz wireguard-openbsd-67a5c7ea1c79d90f09b10b98254026856723915d.zip |
point readers to multicast(4) directly, the documentation has moved.
ok jmc@
-rw-r--r-- | share/man/man8/afterboot.8 | 5 | ||||
-rw-r--r-- | share/man/man8/rc.conf.8 | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index fcb2b5b147c..4d7323bdefc 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.162 2018/06/18 06:02:18 jmc Exp $ +.\" $OpenBSD: afterboot.8,v 1.163 2018/06/18 09:17:09 benno Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -173,7 +173,7 @@ man page for more information on the format of files. .Pp See -.Xr netstart 8 +.Xr multicast 4 for instructions on configuring multicast routing. See .Xr hostname.if 5 @@ -544,6 +544,7 @@ is contained within .Xr pkg_add 1 , .Xr ps 1 , .Xr vi 1 , +.Xr multicast 4 , .Xr hier 7 , .Xr config 8 , .Xr dmesg 8 , diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8 index 5a2df20649a..6be3268a764 100644 --- a/share/man/man8/rc.conf.8 +++ b/share/man/man8/rc.conf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.conf.8,v 1.29 2017/05/30 12:04:27 tb Exp $ +.\" $OpenBSD: rc.conf.8,v 1.30 2018/06/18 09:17:09 benno Exp $ .\" .\" Copyright (c) 1997 Ian F. Darwin .\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 30 2017 $ +.Dd $Mdocdate: June 18 2018 $ .Dt RC.CONF 8 .Os .Sh NAME @@ -143,7 +143,7 @@ rc calls: rc reorders some libraries for improved protection against ROP. .It Cm multicast See -.Xr netstart 8 . +.Xr multicast 4 . .It Cm pf rc calls: .Xr pfctl 8 |