Github user phunt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/377#discussion_r156821178
--- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml ---
@@ -949,14 +949,15 @@ server.3=zoo3:2888:3888</programlisting>
</varlistentry>
<varlistentry>
- <term>ttlNodesEnabled</term>
+ <term>zookeeper.extendedTypesEnabled</term>
<listitem>
- <para>(No Java system property)</para>
+ <para>(Java system property only: <emphasis
+
role="bold">zookeeper.extendedTypesEnabled</emphasis>)</para>
- <para><emphasis role="bold">New in 3.5.4, 3.6.0:</emphasis>
Set to "true" to enable
- the creation of <ulink
url="zookeeperProgrammers.html#TTL+Nodes">TTL Nodes</ulink>.
- They are disabled by default. IMPORTANT: when TTL Nodes are
enabled server IDs must
+ <para><emphasis role="bold">New in 3.5.4, 3.6.0:</emphasis>
Define to "true" to enable
+ extended features such as the creation of <ulink
url="zookeeperProgrammers.html#TTL+Nodes">TTL Nodes</ulink>.
--- End diff --
obv update this to reflect.
---