From 4b3a2d854c21f728757445a6bd0c76855dda6be2 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Mon, 8 Nov 2004 15:57:05 +0000
Subject: [PATCH] Use correct function name in example

---
 doc/src/sgml/func.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index fb55b1bff72..a34d255451e 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.221 2004/10/26 22:16:11 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.222 2004/11/08 15:57:05 petere Exp $
 PostgreSQL documentation
 -->
 
@@ -5944,7 +5944,7 @@ SELECT TIMESTAMP 'now';
 	<entry><literal><function>pclose</function>(<type>path</>)</literal></entry>
 	<entry><type>path</type></entry>
 	<entry>convert path to closed</entry>
-	<entry><literal>popen(path '[(0,0),(1,1),(2,0)]')</literal></entry>
+	<entry><literal>pclose(path '[(0,0),(1,1),(2,0)]')</literal></entry>
        </row>
 <![IGNORE[
 <!-- Not defined by this name. Implements the intersection operator '#' -->
-- 
GitLab