diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 661bba99417..b2018d9763a 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -3988,6 +3988,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
to continue replication due to removal of required WAL files. You
can see the WAL availability of replication slots
in pg_replication_slots.
+ If this value is specified without units, it is taken as megabytes.
+ This parameter can only be set in the postgresql.conf
+ file or on the server command line.