OSDN Git Service

SGML typo fix.
authorBruce Momjian <bruce@momjian.us>
Mon, 6 Mar 2006 22:54:14 +0000 (22:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 6 Mar 2006 22:54:14 +0000 (22:54 +0000)
doc/src/sgml/func.sgml

index 4574105..36e9616 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.310 2006/03/06 22:49:15 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.311 2006/03/06 22:54:14 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -5451,7 +5451,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
        <row>
         <entry><literal><function>justify_interval</function>(<type>interval</type>)</literal></entry>
         <entry><type>interval</type></entry>
-        <entry>Adjust interval using <function>justify_days</> and <function>justify_hours</>, with additional sign adjustments</></entry>
+        <entry>Adjust interval using <function>justify_days</> and <function>justify_hours</>, with additional sign adjustments</entry>
         <entry><literal>justify_interval(interval '1 mon -1 hour')</literal></entry>
         <entry><literal>29 days 23:00:00</literal></entry>
        </row>