summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2007-12-29 04:59:27 +0000
committerBruce Momjian2007-12-29 04:59:27 +0000
commit7dab896afce931bb99be52d82a03dad86d2e8261 (patch)
tree90726e5feca9fa2848adb411d01d30f8e95f1e82 /doc/src
parentc887ae42c1671c9e4260c9c9afceeadfa71c5b81 (diff)
Remove tab in file name
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index af7a7cf06ed..819081fa856 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.400 2007/12/29 04:27:02 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.401 2007/12/29 04:59:27 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@@ -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</>.
+ <filename>postgresql.conf</>.
</para>
<note>