diff options
author | Martin Schwenke <martin@meltin.net> | 2013-06-21 14:47:20 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-06-22 15:54:19 +1000 |
commit | 356647949b171f048f2f8af414f6c68e586dd467 (patch) | |
tree | bb2cbe03dca107391fa7ed8a16725a6bf23b4fa0 /ctdb/doc | |
parent | ed45a2e1150d041fdf67e0015b23fa2ccec7b800 (diff) | |
download | samba-356647949b171f048f2f8af414f6c68e586dd467.tar.gz samba-356647949b171f048f2f8af414f6c68e586dd467.tar.xz samba-356647949b171f048f2f8af414f6c68e586dd467.zip |
doc: Fix documentation for NoIPTakeover in ctdbd manpage
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 5d0215be5aefe492258a92c7bff2d41960379580)
Diffstat (limited to 'ctdb/doc')
-rw-r--r-- | ctdb/doc/ctdbd.1.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ctdb/doc/ctdbd.1.xml b/ctdb/doc/ctdbd.1.xml index ba94dca036..5b803b604d 100644 --- a/ctdb/doc/ctdbd.1.xml +++ b/ctdb/doc/ctdbd.1.xml @@ -856,9 +856,10 @@ <refsect2><title>NoIPTakeover</title> <para>Default: 0</para> <para> - When set to 1, ctdb will allow ip addresses to be failed over onto this - node. Any ip addresses that the node currently hosts will remain on the - node but no new ip addresses can be failed over onto the node. + When set to 1, ctdb will not allow IP addresses to be failed over + onto this node. Any IP addresses that the node currently hosts + will remain on the node but no new IP addresses can be failed over + to the node. </para> </refsect2> |