diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index e7703cd290..b8315b280a 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