diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 7c7d177c02..df2c1c6f05 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -23922,7 +23922,8 @@ SELECT collation for ('foo' COLLATE "de_DE");
Each of these functions returns true if
- successful and false otherwise.
+ the signal was successfully sent and false
+ if sending the signal failed.
@@ -23970,7 +23971,10 @@ SELECT collation for ('foo' COLLATE "de_DE");
server to reload their configuration files. (This is initiated by
sending a SIGHUP signal to the postmaster
process, which in turn sends SIGHUP to each
- of its children.)
+ of its children.) You can use the
+ pg_file_settings and
+ pg_hba_file_rules views
+ to check the configuration files for possible errors, before reloading.