summaryrefslogtreecommitdiff
path: root/doc/src/sgml/array.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/array.sgml
parentdb1531f6d8091c9f8dcfdeadddc3666d4b838da5 (diff)
Replace "--" and "---" with "&mdash;" as appropriate, for better-looking
output.
Diffstat (limited to 'doc/src/sgml/array.sgml')
-rw-r--r--doc/src/sgml/array.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/array.sgml b/doc/src/sgml/array.sgml
index 7376034577c..2307ad47fd5 100644
--- a/doc/src/sgml/array.sgml
+++ b/doc/src/sgml/array.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.38 2004/08/08 05:55:55 joe Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.39 2004/11/15 06:32:13 neilc Exp $ -->
<sect1 id="arrays">
<title>Arrays</title>
@@ -49,7 +49,7 @@ CREATE TABLE tictactoe (
</programlisting>
However, the current implementation does not enforce the array size
- limits --- the behavior is the same as for arrays of unspecified
+ limits &mdash; the behavior is the same as for arrays of unspecified
length.
</para>