diff options
author | 2007-05-01 20:56:00 +0000 | |
---|---|---|
committer | 2007-05-01 20:56:00 +0000 | |
commit | de5797da4d2a54ca4760838133023c72593dd10e (patch) | |
tree | d2ff8b945358cf5a193f190830913f9367880816 | |
parent | ELF symbol type fixes, no code change (diff) | |
download | wireguard-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.8 | 6 |
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. |