]> granicus.if.org Git - postgresql/commitdiff
Fix markup typo.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 11 Jun 2002 16:00:17 +0000 (16:00 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 11 Jun 2002 16:00:17 +0000 (16:00 +0000)
doc/src/sgml/func.sgml

index c208f64504e56c87be0dbcb98fd2f652669ddc43..1e7e5bcde61eb815ea6b3a280919322cfca372eb 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.100 2002/06/11 15:32:32 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.101 2002/06/11 16:00:17 thomas Exp $
 PostgreSQL documentation
 -->
 
@@ -1419,7 +1419,7 @@ PostgreSQL documentation
    <para>
     Both <function>LIKE</function> and <function>SIMILAR TO</function>
     are SQL-standard operators which are also available in alternate
-    forms as <product>PostgreSQL</product> operators; look at
+    forms as <productname>PostgreSQL</productname> operators; look at
     <literal>~</literal> and <literal>~~</literal> for examples.
    </para>