aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-01-31 14:58:49 -0500
committerBruce Momjian <bruce@momjian.us>2011-01-31 14:58:49 -0500
commitff20fbd6c21929cd5c78f154c8364ce746de9c03 (patch)
treea67c4960e0dd077dee753d1b8c6caa0d7afdc12c
parent8585ad36254199ca63700707ee78890da1755e4d (diff)
downloadpostgresql-ff20fbd6c21929cd5c78f154c8364ce746de9c03.tar.gz
postgresql-ff20fbd6c21929cd5c78f154c8364ce746de9c03.zip
Fix SGML markup for upgrade doc addition.
-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 42a2950aa61..504881d5294 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,6 +1,6 @@
<!-- doc/src/sgml/runtime.sgml -->
-<chapter Id="runtime">
+<chapter id="runtime">
<title>Server Setup and Operation</title>
<para>
@@ -1611,9 +1611,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
<screen>
<userinput>/etc/rc.d/init.d/postgresql stop</userinput>
</screen>
- </para>
See <xref linkend="runtime"> for details about starting and
stoping the server.
+ </para>
</step>
<step>