Properly indent SGML paragraph.
authorBruce Momjian <bruce@momjian.us>
Sun, 23 Dec 2007 03:10:04 +0000 (03:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 23 Dec 2007 03:10:04 +0000 (03:10 +0000)
doc/src/sgml/runtime.sgml

index 9e8e7a3e09e35cc65c92e2217208eb2678e8994e..d01340103638dcb69ac0bb057bedd6c83bc4a482 100644 (file)
@@ -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">