Tweaks wording of reap config option section.

This commit is contained in:
James Phillips 2016-01-06 22:29:03 -08:00
parent e2bcc6c659
commit 203d8101eb

View File

@ -514,10 +514,10 @@ definitions support being updated during a reload.
* <a name="protocol"></a><a href="#protocol">`protocol`</a> Equivalent to the * <a name="protocol"></a><a href="#protocol">`protocol`</a> Equivalent to the
[`-protocol` command-line flag](#_protocol). [`-protocol` command-line flag](#_protocol).
* <a name="reap"></a><a href="#reap">`reap`</a> controls Consul's automatic reaping of child processes, which * <a name="reap"></a><a href="#reap">`reap`</a> This controls Consul's automatic reaping of child processes,
is useful if Consul is running as PID 1 in a Docker container. If this isn't specified, then Consul will 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 automatically reap child processes if it detects it is running as PID 1. If this is set to true or false, then
controls reaping regardless of Consul's PID. it controls reaping regardless of Consul's PID (forces reaping on or off, respectively).
* <a name="recursor"></a><a href="#recursor">`recursor`</a> Provides a single recursor address. * <a name="recursor"></a><a href="#recursor">`recursor`</a> Provides a single recursor address.
This has been deprecated, and the value is appended to the [`recursors`](#recursors) list for This has been deprecated, and the value is appended to the [`recursors`](#recursors) list for