summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-01 20:56:00 +0000
committerjmc <jmc@openbsd.org>2007-05-01 20:56:00 +0000
commitde5797da4d2a54ca4760838133023c72593dd10e (patch)
treed2ff8b945358cf5a193f190830913f9367880816
parentELF symbol type fixes, no code change (diff)
downloadwireguard-openbsd-de5797da4d2a54ca4760838133023c72593dd10e.tar.xz
wireguard-openbsd-de5797da4d2a54ca4760838133023c72593dd10e.zip
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.