Doc wording improvment.
authorBruce Momjian <bruce@momjian.us>
Sat, 29 Dec 2007 03:44:34 +0000 (03:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 29 Dec 2007 03:44:34 +0000 (03:44 +0000)
doc/src/sgml/runtime.sgml

index 5ef91077bd000a02e670467f867082bfcf131a6b..7b6d920d8c0e8019a92c5c19f81cc88506648e6b 100644 (file)
@@ -1604,7 +1604,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
    ciphers can be specified in the <productname>OpenSSL</productname>
    configuration file, you can specify ciphers specifically for use by
    the database server by modifying <xref linkend="guc-ssl-ciphers"> in
-   <filename>postgresql.conf</>.  It is possible to allow authentication
+   <filename>postgresql        .conf</>.  It is possible to have authentication
    without the overhead of encryption by using <literal>NULL-SHA</> or
    <literal>NULL-MD5</> ciphers.  However, a man-in-the-middle could read
    and pass communications between client and server.