From 7c3c30ae4a12b16f62c542b35be64e2cc0b6495d Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Sat, 17 Sep 2016 14:02:26 +0530 Subject: [PATCH] More typo fixes from Andreas --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a549893..9485f9c1 100644 --- a/README.md +++ b/README.md @@ -614,8 +614,8 @@ Advanced options for cloning a standby -------------------------------------- The above section demonstrates the simplest possible way to clone a standby -server. Depending on your circumstances, finer-grained controlover the cloning -process may be necessary. +server. Depending on your circumstances, finer-grained control over the +cloning process may be necessary. ### pg_basebackup options when cloning a standby @@ -990,7 +990,7 @@ should have been updated to reflect this: instructed to point to the new master (e.g. with `repmgr standby follow`). - You must ensure that following a server start using `pg_ctl`, log output is not send to STDERR (the default behaviour). If logging is not configured, - We recommend setting `logging_collector=on` in `postgresql.conf` and + we recommend setting `logging_collector=on` in `postgresql.conf` and providing an explicit `-l/--log` setting in `repmgr.conf`'s `pg_ctl_options` parameter.