diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2002-06-11 16:00:17 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2002-06-11 16:00:17 +0000 |
commit | 062d8b9ebd33cc4660ef230684a5f809618be25c (patch) | |
tree | dbaafb2524eb8de83436dba2ac92f4b367359cc1 /doc/src | |
parent | ea01a451ccec55cada68cb45a54519a750fd3d60 (diff) | |
download | postgresql-062d8b9ebd33cc4660ef230684a5f809618be25c.tar.gz postgresql-062d8b9ebd33cc4660ef230684a5f809618be25c.zip |
Fix markup typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c208f64504e..1e7e5bcde61 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.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> |