diff options
author | 2017-05-25 09:40:18 +0000 | |
---|---|---|
committer | 2017-05-25 09:40:18 +0000 | |
commit | 71258d830d154deba73a2e891affc9426882b58d (patch) | |
tree | b1ab6c8a39c6925c020d4be639bf364ea4a303d6 | |
parent | Replace various echo "..."; exit 1 with a new err_exit() function. (diff) | |
download | wireguard-openbsd-71258d830d154deba73a2e891affc9426882b58d.tar.xz wireguard-openbsd-71258d830d154deba73a2e891affc9426882b58d.zip |
Four, not three variables can be overriden. But the number is not important
so just drop it.
reported by thelocals_job_applicant at protonmail
-rw-r--r-- | share/man/man8/rc.d.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8 index 7717a591e69..64576eff7f6 100644 --- a/share/man/man8/rc.d.8 +++ b/share/man/man8/rc.d.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.d.8,v 1.31 2016/04/26 17:43:12 ajacoutot Exp $ +.\" $OpenBSD: rc.d.8,v 1.32 2017/05/25 09:40:18 ajacoutot Exp $ .\" .\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze .\" All rights reserved. @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 26 2016 $ +.Dd $Mdocdate: May 25 2017 $ .Dt RC.D 8 .Os .Sh NAME @@ -96,7 +96,7 @@ Return 0 if the daemon is running or 1 if it is not. Daemon control scripts use a fixed number of .Xr sh 1 variables when starting a daemon. -The following three can be overridden by site-specific values provided in +The following can be overridden by site-specific values provided in .Xr rc.conf.local 8 : .Bl -tag -width daemon_timeout -offset indent .It Ar daemon Ns _flags |