aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/postgres-ref.sgml
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-11-15 06:32:15 +0000
committerNeil Conway <neilc@samurai.com>2004-11-15 06:32:15 +0000
commitec7a6bd9a23486d4eb0351de4a0c6dab5028f1ea (patch)
treeeec49035b0f2a5b12c5d0f6fb3ec98a4dd6b85f1 /doc/src/sgml/ref/postgres-ref.sgml
parentdb1531f6d8091c9f8dcfdeadddc3666d4b838da5 (diff)
downloadpostgresql-ec7a6bd9a23486d4eb0351de4a0c6dab5028f1ea.tar.gz
postgresql-ec7a6bd9a23486d4eb0351de4a0c6dab5028f1ea.zip
Replace "--" and "---" with "&mdash;" as appropriate, for better-looking
output.
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r--doc/src/sgml/ref/postgres-ref.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index b0a5f920a9e..4baecaf2eda 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.44 2004/10/08 01:36:32 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.45 2004/11/15 06:32:15 neilc Exp $
PostgreSQL documentation
-->
@@ -393,7 +393,7 @@ PostgreSQL documentation
<literal>SIGQUIT</literal> to terminate without the normal cleanup.
These signals <emphasis>should not</emphasis> be used by users. It is also
unwise to send <literal>SIGKILL</literal> to a <command>postgres</command>
- process --- the <command>postmaster</command> will interpret this as
+ process &mdash; the <command>postmaster</command> will interpret this as
a crash in <command>postgres</command>, and will force all the sibling
<command>postgres</command> processes to quit as part of its standard
crash-recovery procedure.