diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-26 22:55:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-26 22:55:20 +0000 |
commit | c6bdd114d272120943e788e1f78144266114a766 (patch) | |
tree | f48e59b6b0b0e28b9d79ef80ab11599f7be1c6bc /share/man | |
parent | 4569c536ea136ff651fbeb9bad3df26d47059cc2 (diff) |
repair multicast routing description block; op21@squish.org
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/afterboot.8 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 367e22493c3..331e159e1b3 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -120,12 +120,10 @@ ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> \!\" Will someone else fill in the slip interface. \!\"-------------------------------------------------------------------------- .Pp -You may wish to turn off multicast routing in -.Pa /etc/netstart -by commenting it out, i.e. by placing a # sign at the start of the line: -.Bd -literal -offset indent -# route add -net 224.0.0.0 -interface $hostname -.Ed +If you wish to turn on multicast routing, see the section titled +.Dq Multicast routing. +in +.Pa /etc/netstart . .Pp See .Xr dhcp 8 |