From 4bd236b64c7976da70f461c506acc6eb7990a347 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 2 Nov 2017 11:23:41 +0900 Subject: [PATCH] docs: fix example in BDR section --- doc/repmgrd-bdr.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/repmgrd-bdr.sgml b/doc/repmgrd-bdr.sgml index a9227fa2..13520d81 100644 --- a/doc/repmgrd-bdr.sgml +++ b/doc/repmgrd-bdr.sgml @@ -154,8 +154,9 @@ Additionally it's possible to display log of significant events; executing - (on either node) should produce output like this: + (on either node) should produce output like this: + $ repmgr -f /etc/repmgr.conf cluster event Node ID | Event | OK | Timestamp | Details ---------+--------------+----+---------------------+---------------------------------------------- 2 | bdr_register | t | 2017-07-27 17:51:48 | node record created for node 'node2' (ID: 2) @@ -163,8 +164,8 @@ - At this point there will only be records for the two node registrations (displayed in reverse - chronological order). + At this point there will only be records for the two node registrations (displayed here + in reverse chronological order).