Skip to content

Commit e3f27c1

Browse files
author
Neil Conway
committed
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.
1 parent fd015c5 commit e3f27c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.188 2004/02/27 03:59:23 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.189 2004/02/29 15:45:53 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -6111,6 +6111,7 @@ SELECT TIMESTAMP 'now';
61116111
<literal>6</literal> for IPv6</entry>
61126112
<entry><literal>family('::1')</literal></entry>
61136113
<entry><literal>6</literal></entry>
6114+
</row>
61146115
</tbody>
61156116
</tgroup>
61166117
</table>

0 commit comments

Comments
 (0)