Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e0a513e

Browse files
committed
Use <important> rather than <caution> when the condition isn't hazardous,
because the result looks to "scary" otherwise.
1 parent 5766f98 commit e0a513e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/src/sgml/monitoring.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.2 2001/10/19 00:46:51 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.3 2001/11/08 23:39:22 petere Exp $
33
-->
44

55
<chapter id="monitoring">
@@ -117,7 +117,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
117117
allowed to change these variables with <command>SET</>.)
118118
</para>
119119

120-
<caution>
120+
<important>
121121
<para>
122122
Since the variables <varname>STATS_COMMAND_STRING</varname>,
123123
<varname>STATS_BLOCK_LEVEL</varname>,
@@ -127,7 +127,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
127127
before you will get useful results from the statistical display
128128
functions.
129129
</para>
130-
</caution>
130+
</important>
131131

132132
</sect2>
133133

doc/src/sgml/runtime.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.92 2001/11/02 18:39:57 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.93 2001/11/08 23:39:22 petere Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -2328,13 +2328,13 @@ default:\
23282328
</varlistentry>
23292329
</variablelist>
23302330

2331-
<caution>
2331+
<important>
23322332
<para>
23332333
It is best not to use <systemitem>SIGKILL</systemitem> to shut down the postmaster. This
23342334
will prevent the postmaster from releasing shared memory and
23352335
semaphores, which you may then have to do by hand.
23362336
</para>
2337-
</caution>
2337+
</important>
23382338

23392339
The <acronym>PID</> of the postmaster process can be found using the
23402340
<application>ps</application> program, or from the file

0 commit comments

Comments
 (0)