diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml
index 0d92d61f..cda1a9d3 100644
--- a/doc/appendix-release-notes.xml
+++ b/doc/appendix-release-notes.xml
@@ -36,7 +36,7 @@
Configuration: support include, include_dir and
- include_if_exists directives.
+ include_if_exists directives (see ).
diff --git a/doc/configuration-file.xml b/doc/configuration-file.xml
index db3486d0..e2e519b2 100644
--- a/doc/configuration-file.xml
+++ b/doc/configuration-file.xml
@@ -80,6 +80,51 @@ conninfo='host=node1 user=repmgr dbname=repmgr connect_timeout=2'
+
+
+
+ Configuration file include directives
+
+
+ repmgr.conf
+ include directives
+
+
+ From &repmgr; 5.2, the configuration file can contain the following include directives:
+
+
+
+ : include the specified file,
+ either as an absolute path or path relative to the current file
+
+
+
+
+
+ : include the specified file.
+ The file is specified as an absolute path or path relative to the current file.
+ However, if it does not exist, an error will not be raised.
+
+
+
+
+
+ : include files in the specified directory
+ which have the .conf suffix.
+ The directory is specified either as an absolute path or path
+ relative to the current file
+
+
+
+
+
+
+ These behave in exactly the same way as the PostgreSQL configuration file processing;
+ see the PostgreSQL documentation
+ for additional details.
+
+
+