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

@@ -62,9 +62,9 @@
Double-check which commands will be used to stop/start/restart the current
primary; on the primary execute:
<programlisting>
repmgr -f /etc./repmgr.conf node service --list --action=stop
repmgr -f /etc./repmgr.conf node service --list --action=start
repmgr -f /etc./repmgr.conf node service --list --action=restart
repmgr -f /etc/repmgr.conf node service --list --action=stop
repmgr -f /etc/repmgr.conf node service --list --action=start
repmgr -f /etc/repmgr.conf node service --list --action=restart
</programlisting>
</para>
<note>