aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-02-29 15:45:53 +0000
committerNeil Conway <neilc@samurai.com>2004-02-29 15:45:53 +0000
commite3f27c18474bd1ce5b9044f75f8f4fab6b3c4f18 (patch)
tree7a21cc669bfd11db9bdcab8878bb6903831b096a
parentfd015c5c99e7e2795adc964f59b1e6fc85ddabd5 (diff)
downloadpostgresql-e3f27c18474bd1ce5b9044f75f8f4fab6b3c4f18.tar.gz
postgresql-e3f27c18474bd1ce5b9044f75f8f4fab6b3c4f18.zip
Fix a typo in a recent commit to func.sgml that apparently broke the doc
build for some versions of OpenJade (unfortunately, my local version of OpenJade didn't report the error...) -- thanks to Andrew Dunstan for the report.
-rw-r--r--doc/src/sgml/func.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 6585fca5225..007046e61d4 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.188 2004/02/27 03:59:23 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.189 2004/02/29 15:45:53 neilc Exp $
PostgreSQL documentation
-->
@@ -6111,6 +6111,7 @@ SELECT TIMESTAMP 'now';
<literal>6</literal> for IPv6</entry>
<entry><literal>family('::1')</literal></entry>
<entry><literal>6</literal></entry>
+ </row>
</tbody>
</tgroup>
</table>