Clarify static_routes variable's meaning

PR:             docs/12302
Submitted by:   Don Croyle <croyle@gelemna.ft-wayne.in.us>
Reviewed by:    nik
This commit is contained in:
Nik Clayton 1999-07-05 23:05:25 +00:00
parent 100f099ba4
commit f591fcd118

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: rc.conf.5,v 1.29 1999/03/24 14:07:33 ghelmer Exp $
.\" $Id: rc.conf.5,v 1.30 1999/03/29 17:22:47 jfitz Exp $
.\"
.Dd April 26, 1997
.Dt RC.CONF 5
@ -524,12 +524,12 @@ server!)
(str) Set to the list of static routes you would like to add at system
boot time. If not set to
.Ar NO
then for each whitespace separated element in the value, a
.No route_ Ns em element
variable is assumed to exist for each instance
of
.Em element ,
and will later be passed to a ``route add'' operation.
then for each whitespace separated
.Em element
in the value, a
.No route_ Ns element
variable is assumed to exist
whose contents will later be passed to a ``route add'' operation.
.It Ar gateway_enable
(bool) If set to
.Ar YES ,