summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-07-29 13:17:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-07-29 13:17:01 +0000
commit58be28f422f82ff08b41961c986ee03adaf09ecb (patch)
tree9ae4dcc15f7ab38306fafe27baf8ce644cac2c20 /share/man
parent5433f0e841268b14dc633a6d13b6ae184902fbf8 (diff)
remove -compact and add a bit of spacing;
ok miod@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man8/netstart.822
1 files changed, 13 insertions, 9 deletions
diff --git a/share/man/man8/netstart.8 b/share/man/man8/netstart.8
index a3a3b78e88e..22199421a17 100644
--- a/share/man/man8/netstart.8
+++ b/share/man/man8/netstart.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netstart.8,v 1.6 2003/06/06 19:28:06 jmc Exp $
+.\" $OpenBSD: netstart.8,v 1.7 2003/07/29 13:17:00 jmc Exp $
.\"
.\" Copyright (c) 2002, Miodrag Vallat.
.\" All rights reserved.
@@ -33,7 +33,7 @@
.Nd command scripts for network startup
.Sh SYNOPSIS
.Nm /etc/netstart
-.Op interface ...
+.Op Ar interface ...
.Sh DESCRIPTION
.Nm netstart
is the command script that is invoked by
@@ -55,6 +55,7 @@ During the system boot,
is executed.
.Nm netstart
will perform the following operations:
+.Pp
.Bl -bullet -compact
.It
Set the machine's name.
@@ -78,9 +79,9 @@ 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
-.Bd -literal -offset indent -compact
-sh /etc/netstart foo0
-.Ed
+.Pp
+.D1 sh /etc/netstart foo0
+.Pp
where
.Ar foo0
is the interface or bridge name.
@@ -88,27 +89,29 @@ is the interface or bridge name.
Routing to the 224.0.0.0/4 net is set up using values from
.Pa /etc/rc.conf
according to these rules:
-.Bl -bullet -compact
+.Bl -bullet
.It
If the multicast settings are as follows:
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
multicast_host=NO
multicast_router=NO
.Ed
+.Pp
then multicast routing will not be enabled.
.It
If the multicast settings are as follows:
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
multicast_host=NO
multicast_router=YES
.Ed
+.Pp
then multicast routing will be enabled, but no multicast route will be set up.
It is expected that a routing daemon, such as
.Xr mrouted 8 ,
will be started as well.
.It
If the multicast settings are as follows:
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
multicast_host=YES
multicast_router=NO
.Ed
@@ -117,6 +120,7 @@ or:
multicast_host=foo0 # interface name
multicast_router=NO
.Ed
+.Pp
then multicast routing will be enabled, using the default interface,
or the interface name specified by
.Va multicast_host .