From croyle@gelemna.ft-wayne.in.us Sat Jun 19 21:36:59 1999
Return-Path: <croyle@gelemna.ft-wayne.in.us>
Received: from emerson.gelemna.ft-wayne.in.us (fw-line-187.fwi.com [209.84.172.192])
	by hub.freebsd.org (Postfix) with ESMTP id 9912114C84
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Jun 1999 21:36:56 -0700 (PDT)
	(envelope-from croyle@gelemna.ft-wayne.in.us)
Received: (from croyle@localhost)
	by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.3) id XAA34323;
	Sat, 19 Jun 1999 23:37:56 -0500 (EST)
	(envelope-from croyle)
Message-Id: <199906200437.XAA34323@emerson.gelemna.ft-wayne.in.us>
Date: Sat, 19 Jun 1999 23:37:56 -0500 (EST)
From: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Reply-To: croyle@gelemna.ft-wayne.in.us
To: FreeBSD-gnats-submit@freebsd.org
Subject: Clarification of the static_routes variable in rc.conf's manpage
X-Send-Pr-Version: 3.2

>Number:         12302
>Category:       docs
>Synopsis:       Clarification of the static_routes variable in rc.conf's manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 19 21:40:01 PDT 1999
>Closed-Date:    Mon Jul 5 16:04:57 PDT 1999
>Last-Modified:  Mon Jul  5 16:05:29 PDT 1999
>Originator:     Don Croyle
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

	

>Description:
The section on the static_routes variable the rc.conf manpage looks
like the author's mind was wandering when he wrote it.  I think that
the attached patch makes things a bit clearer.

Patch is to the version in 3.2-stable (1.27.2.2) but should apply to
-current version as well.
	

>How-To-Repeat:

	

>Fix:
	
	
*** src/share/man/man5/rc.conf.5.old	Sun May  2 12:55:26 1999
--- src/share/man/man5/rc.conf.5	Sat Jun 19 23:18:28 1999
***************
*** 524,535 ****
  (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.
  .It Ar gateway_enable
  (bool) If set to
  .Ar YES ,
--- 524,535 ----
  (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
! .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 ,


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Mon Jul 5 16:04:57 PDT 1999 
State-Changed-Why:  
Fix applied, thanks. 
>Unformatted:
