diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index b7fc14a0037..b9454a533ef 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -591,8 +591,9 @@ hostnossl database user
SIGHUPSIGHUP
signal. If you edit the file on an
active system, you will need to signal the postmaster
- (using pg_ctl reload> or kill -HUP>) to make it
- re-read the file.
+ (using pg_ctl reload, calling the SQL function
+ pg_reload_conf(), or using kill
+ -HUP) to make it re-read the file.
@@ -786,8 +787,9 @@ mymap /^(.*)@otherdomain\.com$ guest
SIGHUPSIGHUP
signal. If you edit the file on an
active system, you will need to signal the postmaster
- (using pg_ctl reload> or kill -HUP>) to make it
- re-read the file.
+ (using pg_ctl reload, calling the SQL function
+ pg_reload_conf(), or using kill
+ -HUP) to make it re-read the file.