summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-01 20:56:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-01 20:56:01 +0000
commitba5e4a764d15357f41d446fd08c8496e6494b477 (patch)
treed844cd48f36c709a63d0bc85669aca09e2b65022
parentfe35db61fe3af2b64cdb2668d5f9d75b7213cda8 (diff)
routed -> routed_flags; from Jeremy C. Reed/Will Maier
-rw-r--r--share/man/man8/rc.conf.86
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8
index 9c75de5f418..77170906626 100644
--- a/share/man/man8/rc.conf.8
+++ b/share/man/man8/rc.conf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.conf.8,v 1.13 2007/03/21 22:07:52 jmc Exp $
+.\" $OpenBSD: rc.conf.8,v 1.14 2007/05/01 20:56:00 jmc Exp $
.\"
.\" Copyright (c) 1997 Ian F. Darwin
.\" All rights reserved.
@@ -57,13 +57,13 @@ For example, whether the system runs the
.Nm routed
daemon is determined by the line in this section
.Bd -literal -offset indent
-routed=NO # for normal use: "-q"
+routed_flags=NO # for normal use: "-q"
.Ed
.Pp
If this line is edited to contain some valid routed daemon command-line
flags, such as
.Bd -literal -offset indent
-routed="-q" # for normal use: "-q"
+routed_flags="-q" # for normal use: "-q"
.Ed
.Pp
then the routed daemon will be started with those options.