projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3954b26
)
Add missing colon to docs.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 4 Nov 2008 04:18:50 +0000
(
04:18
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 4 Nov 2008 04:18:50 +0000
(
04:18
+0000)
doc/src/sgml/runtime.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/runtime.sgml
b/doc/src/sgml/runtime.sgml
index 3339c9de19b5fd827c4a1db848553e078e67fe05..427cbafdeabd53348616a270f471f65d505e7a5b 100644
(file)
--- a/
doc/src/sgml/runtime.sgml
+++ b/
doc/src/sgml/runtime.sgml
@@
-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>