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

index eda35adfeab9afa57c47861471e7ff55072af347..1ba11602e8470359a4a8c43d715fde8f171a253c 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Operating System Environment
@@ -1359,18 +1359,18 @@ $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`
 
   
 
-   
-    
-     It is best not to use SIGKILL 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,
-     SIGKILL kills the postgres
-     process without letting it relay the signal to its subprocesses,
-     so it will be necessary to kill the individual subprocesses by hand as
-     well.
-    
-   
+  
+   
+    It is best not to use SIGKILL 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,
+    SIGKILL kills the postgres
+    process without letting it relay the signal to its subprocesses,
+    so it will be necessary to kill the individual subprocesses by hand as
+    well.
+   
+