diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-11-04 04:18:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-11-04 04:18:50 +0000 |
commit | 4253f016c98f48faa7bc25c273ab52238b850d2c (patch) | |
tree | 3b64f2c0f8b94557d4f8dead1bff6ef4b50cbbd8 | |
parent | ac3797a913f0a9a9b7e04f97a866c8ee6dd785b1 (diff) | |
download | postgresql-4253f016c98f48faa7bc25c273ab52238b850d2c.tar.gz postgresql-4253f016c98f48faa7bc25c273ab52238b850d2c.zip |
Add missing colon to docs.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6884e66d7ad..a46f59cf1fc 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.418 2008/09/30 10:52:10 heikki Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.419 2008/11/04 04:18:50 momjian Exp $ --> <chapter Id="runtime"> <title>Operating System Environment</title> @@ -1743,7 +1743,7 @@ openssl req -x509 -in server.req -text -key server.key -out server.crt </programlisting> to turn the certificate into a self-signed certificate and to copy the key and certificate to where the server will look for them. - Finally do + Finally do: <programlisting> chmod og-rwx server.key </programlisting> |