aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-21 05:25:49 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-21 05:25:49 +0000
commitcbe19208eea4f71f2a38ec147606fe139816ba62 (patch)
tree632596fc9df1fad9ce17efaf1df232022472507d /doc/src
parent091ff0931debbdf8fcefb8b19ae8c34cda965cae (diff)
downloadpostgresql-cbe19208eea4f71f2a38ec147606fe139816ba62.tar.gz
postgresql-cbe19208eea4f71f2a38ec147606fe139816ba62.zip
Fix markup, Alvaro Herrera.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index fddc65e84d3..0b067757a63 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.113 2002/08/20 04:45:59 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.114 2002/08/21 05:25:49 momjian Exp $
PostgreSQL documentation
-->
@@ -245,7 +245,7 @@ PostgreSQL documentation
</synopsis>
is equivalent to
<synopsis>
-<replaceable>a</replaceable> &gt;= <replaceable>x</replaceable> AND <replaceable>a</replaceable>able> &lt;= <replaceable>y</replaceable>
+<replaceable>a</replaceable> &gt;= <replaceable>x</replaceable> AND <replaceable>a</replaceable> &lt;= <replaceable>y</replaceable>
</synopsis>
Similarly,
<synopsis>
@@ -253,7 +253,7 @@ PostgreSQL documentation
</synopsis>
is equivalent to
<synopsis>
-<replaceable>a</replaceable> &lt; <replaceable>x</replaceable> OR <replaceable>a</replaceable>able> &gt; <replaceable>y</replaceable>
+<replaceable>a</replaceable> &lt; <replaceable>x</replaceable> OR <replaceable>a</replaceable> &gt; <replaceable>y</replaceable>
</synopsis>
There is no difference between the two respective forms apart from
the <acronym>CPU</acronym> cycles required to rewrite the first one