diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 76f9bfdee06ba6169bc317820835f3163e733e8f..4927f11d4acfc717e3d82129cf340b51a846e488 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.250 2007/12/25 06:15:34 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.251 2007/12/25 17:06:52 momjian Exp $ -->
 
 <chapter id="libpq">
  <title><application>libpq</application> - C Library</title>
@@ -5222,7 +5222,8 @@ defaultNoticeProcessor(void *arg, const char *message)
      <row>
       <entry><filename>~/.postgresql/postgresql.key</></entry>
       <entry>client private key</entry>
-      <entry>used to authenticate client certificate</entry>
+      <entry>proves client certificate sent by owner; does not indicate
+      certificate owner is trustworthy</entry>
      </row>
 
      <row>
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 73322384bb49ae77b546dbd1ceade5eb6e137392..356a1d295c82157c13334f952662d0fec57149ca 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.396 2007/12/25 06:15:34 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.397 2007/12/25 17:06:52 momjian Exp $ -->
 
 <chapter Id="runtime">
  <title>Operating System Environment</title>
@@ -1663,7 +1663,8 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
      <row>
       <entry><filename>server.key</></entry>
       <entry>server private key</entry>
-      <entry>used to authenticate server certificate</entry>
+      <entry>proves server certificate sent by owner; does not indicate
+      certificate owner is trustworthy</entry>
      </row>
 
      <row>