summaryrefslogtreecommitdiff
path: root/doc/src/sgml/runtime.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-12-23 03:10:04 +0000
committerBruce Momjian <bruce@momjian.us>2007-12-23 03:10:04 +0000
commit4c1836d522835016edc7b942d99e9884235c88c0 (patch)
treeda5cb2c78fafe76dab2f92512bf6a48791338dae /doc/src/sgml/runtime.sgml
parent25e9b0e36f1bd2ddee89d6ae9c014dd02f177db3 (diff)
downloadpostgresql-4c1836d522835016edc7b942d99e9884235c88c0.tar.gz
Properly indent SGML paragraph.
Diffstat (limited to 'doc/src/sgml/runtime.sgml')
-rw-r--r--doc/src/sgml/runtime.sgml26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index eda35adfea..1ba11602e8 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.393 2007/12/22 05:13:03 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.394 2007/12/23 03:10:04 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@@ -1359,18 +1359,18 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
</screen>
</para>
- <important>
- <para>
- It is best not to use <systemitem>SIGKILL</systemitem> to shut down
- the server. Doing so will prevent the server from releasing
- shared memory and semaphores, which might then have to be done
- manually before a new server can be started. Furthermore,
- <systemitem>SIGKILL</systemitem> kills the <command>postgres</command>
- process without letting it relay the signal to its subprocesses,
- so it will be necessary to kill the individual subprocesses by hand as
- well.
- </para>
- </important>
+ <important>
+ <para>
+ It is best not to use <systemitem>SIGKILL</systemitem> to shut down
+ the server. Doing so will prevent the server from releasing
+ shared memory and semaphores, which might then have to be done
+ manually before a new server can be started. Furthermore,
+ <systemitem>SIGKILL</systemitem> kills the <command>postgres</command>
+ process without letting it relay the signal to its subprocesses,
+ so it will be necessary to kill the individual subprocesses by hand as
+ well.
+ </para>
+ </important>
</sect1>
<sect1 id="encryption-options">