diff --git a/doc/cloning-standbys.xml b/doc/cloning-standbys.xml
index d2868b53..b01cf59b 100644
--- a/doc/cloning-standbys.xml
+++ b/doc/cloning-standbys.xml
@@ -102,8 +102,8 @@
under the "barman" user account,
repmgr.conf should contain the following entries:
- barman_host=barman@barmansrv
- barman_server=somedb
+ barman_host='barman@barmansrv'
+ barman_server='somedb'
@@ -188,9 +188,9 @@
/usr/bin/barman-wal-restore,
repmgr.conf should include the following lines:
- barman_host=barman@barmansrv
- barman_server=somedb
- restore_command=/usr/bin/barman-wal-restore barmansrv somedb %f %p
+ barman_host='barman@barmansrv'
+ barman_server='somedb'
+ restore_command='/usr/bin/barman-wal-restore barmansrv somedb %f %p'