diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 323366feb6..fc4d7f0f78 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -21450,6 +21450,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
(mtime) of each file in the log directory. By default, only superusers
and members of the pg_monitor role can use this function.
Access may be granted to others using GRANT.
+ Filenames beginning with a dot, directories, and other special files are not shown.
@@ -21461,6 +21462,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
default only superusers and members of the pg_monitor role
can use this function. Access may be granted to others using
GRANT.
+ Filenames beginning with a dot, directories, and other special files are not shown.
@@ -21473,6 +21475,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
superusers and members of the pg_monitor role can
use this function. Access may be granted to others using
GRANT.
+ Filenames beginning with a dot, directories, and other special files are not shown.
@@ -21486,6 +21489,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
default only superusers and members of the pg_monitor
role can use this function. Access may be granted to others using
GRANT.
+ Filenames beginning with a dot, directories, and other special files are not shown.