diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index cf5eb22fc89..c57abcdb277 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -815,7 +815,7 @@ host    all             all             localhost               trust
 # "db12").
 #
 # TYPE  DATABASE                   USER            ADDRESS          METHOD
-local   db1,"/^db\d{2,4}$",db2     all             localhost        trust
+local   db1,"/^db\d{2,4}$",db2     all                              trust
 
 # Allow any user from any host with IP address 192.168.93.x to connect
 # to database "postgres" as the same user name that ident reports for
