diff options
-rw-r--r-- | share/man/man5/rc.conf.5 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 470d258..c194d2b 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 , |