From: Bruce Momjian Date: Sun, 23 Dec 2007 03:10:04 +0000 (+0000) Subject: Properly indent SGML paragraph. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=55846690fea9d269eff26d9632379748af0c73ec;p=users%2Fbernd%2Fpostgres.git Properly indent SGML paragraph. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 9e8e7a3e09..d013401036 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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. + +