Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4253f01

Browse files
committed
Add missing colon to docs.
1 parent ac3797a commit 4253f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.418 2008/09/30 10:52:10 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.419 2008/11/04 04:18:50 momjian Exp $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -1743,7 +1743,7 @@ openssl req -x509 -in server.req -text -key server.key -out server.crt
17431743
</programlisting>
17441744
to turn the certificate into a self-signed certificate and to copy
17451745
the key and certificate to where the server will look for them.
1746-
Finally do
1746+
Finally do:
17471747
<programlisting>
17481748
chmod og-rwx server.key
17491749
</programlisting>

0 commit comments

Comments
 (0)