docs: miscellaneous cleanup

This commit is contained in:
Ian Barwick
2017-11-17 09:20:43 +09:00
parent bdb82d3aba
commit 060b746743
7 changed files with 13 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
<para>
Unregistering a running witness node:
<programlisting>
$ ./repmgr -f /space/sda1/ibarwick/repmgr-test/node_3/repmgr.conf witness unregister
$ repmgr -f /etc/repmgr.conf witness unregister
INFO: connecting to witness node "node3" (ID: 3)
INFO: unregistering witness node 3
INFO: witness unregistration complete
@@ -41,7 +41,7 @@
<para>
Unregistering a non-running witness node:
<programlisting>
$ ./repmgr -f /space/sda1/ibarwick/repmgr-test/node_3/repmgr.conf witness unregister -h localhost -p 5501 -F
$ repmgr -f /etc/repmgr.conf witness unregister -h localhost -p 5501 -F
INFO: connecting to witness node "node3" (ID: 3)
NOTICE: unable to connect to witness node "node3" (ID: 3), removing node record on cluster primary only
INFO: unregistering witness node 3