Github user enixon commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/624#discussion_r217812851
--- Diff: zookeeper-docs/src/documentation/content/xdocs/zookeeperAdmin.xml
---
@@ -265,18 +266,25 @@ server.3=zoo3:2888:3888</programlisting>
role="bold">server.id=host:port:port</emphasis>. The parameters
<emphasis
role="bold">host</emphasis> and <emphasis
role="bold">port</emphasis> are straightforward. You attribute
the
- server id to each machine by creating a file named
+ server id to each machine by setting <emphasis
role="bold">server.id</emphasis>
+ to a unique integer for each zookeeper server.To keep backwards
compatibility,
+ you can still creat a file named
--- End diff --
nit - spelling 'create'
---