diff options
author | 2003-07-29 13:17:00 +0000 | |
---|---|---|
committer | 2003-07-29 13:17:00 +0000 | |
commit | f159a733715f3d083ddf2cf72b3dfe901a33dc03 (patch) | |
tree | 23f45a4f2f712eedf50bc63f23304a6eed41f479 | |
parent | add a space, and correct some lists; (diff) | |
download | wireguard-openbsd-f159a733715f3d083ddf2cf72b3dfe901a33dc03.tar.xz wireguard-openbsd-f159a733715f3d083ddf2cf72b3dfe901a33dc03.zip |
remove -compact and add a bit of spacing;
ok miod@
-rw-r--r-- | share/man/man8/netstart.8 | 22 |
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 . |