From 55970248bc2d2e734339187e1442cfa600ce2253 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 6 Jan 2016 22:29:03 -0800 Subject: [PATCH] Tweaks wording of reap config option section. --- website/source/docs/agent/options.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index e7703cd29..b8315b280 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -514,10 +514,10 @@ definitions support being updated during a reload. * `protocol` Equivalent to the [`-protocol` command-line flag](#_protocol). -* `reap` controls Consul's automatic reaping of child processes, which - is useful if Consul is running as PID 1 in a Docker container. If this isn't specified, then Consul will - automatically reap child processes if it detects it is running as PID 1. If this is specified, then it - controls reaping regardless of Consul's PID. +* `reap` This controls Consul's automatic reaping of child processes, + which is useful if Consul is running as PID 1 in a Docker container. If this isn't specified, then Consul will + automatically reap child processes if it detects it is running as PID 1. If this is set to true or false, then + it controls reaping regardless of Consul's PID (forces reaping on or off, respectively). * `recursor` Provides a single recursor address. This has been deprecated, and the value is appended to the [`recursors`](#recursors) list for