Github user phunt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/377#discussion_r156821209
--- Diff: src/docs/src/documentation/content/xdocs/zookeeperProgrammers.xml
---
@@ -271,9 +271,9 @@
is not modified within the TTL and has no children it will
become a candidate
to be deleted by the server at some point in the future.</para>
- <para>Note: TTL Nodes must be enabled in your ZooKeeper
configuration file as
+ <para>Note: TTL Nodes must be enabled via System property as
--- End diff --
and this.
---