diff --git a/doc/cloning-standbys.xml b/doc/cloning-standbys.xml
index 2d950697..bfab0851 100644
--- a/doc/cloning-standbys.xml
+++ b/doc/cloning-standbys.xml
@@ -510,6 +510,34 @@ description = "Main cluster"
cloning a node or executing .
+
+
+
+ Tablespace mapping
+
+ tablespace mapping
+
+
+ &repmgr; provides a configuration
+ file option, which will makes it possible to map the tablespace on the source node to
+ a different location on the local node.
+
+
+ To use this, add to repmgr.conf
+ like this:
+
+ tablespace_mapping='/var/lib/pgsql/tblspc1=/data/pgsql/tblspc1'
+
+
+
+ where the left-hand value represents the tablespace on the source node,
+ and the right-hand value represents the tablespace on the standby to be cloned.
+
+
+ This parameter can be provided multiple times.
+
+
+