doc: add missing space in example output

This commit is contained in:
Ian Barwick
2019-05-01 10:14:18 +09:00
parent 52905f1eb3
commit 4d1e11533e

View File

@@ -574,7 +574,7 @@ $ repmgr cluster event --event=child_node_disconnect
$ repmgr cluster event --event=child_node_reconnect
Node ID | Name | Event | OK | Timestamp | Details
---------+-------+----------------------+----+---------------------+------------------------------------------------------------
1 | node1 | child_node_reconnect | t | 2019-04-24 12:42:19 | node "node3" (ID: 3) has reconnected after 42 seconds</programlisting>
1 | node1 | child_node_reconnect | t | 2019-04-24 12:42:19 | node "node3" (ID: 3) has reconnected after 42 seconds</programlisting>
</para>
</listitem>
</varlistentry>