diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index e6d1de7a0d6..21164038a5c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -19168,8 +19168,10 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
See ,
, and
- for information about the underlying features. Use of these
- functions is restricted to superusers.
+ for information about the underlying features.
+ Use of functions for replication origin is restricted to superusers.
+ Use of functions for replication slot is restricted to superusers
+ and users having REPLICATION privilege.