OSDN Git Service

Add missing literal endtag.
authorBruce Momjian <bruce@momjian.us>
Fri, 18 Jan 2002 21:17:07 +0000 (21:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 18 Jan 2002 21:17:07 +0000 (21:17 +0000)
doc/src/sgml/ecpg.sgml

index 4e1fc95..45c2518 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.34 2002/01/18 20:32:53 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.35 2002/01/18 21:17:07 momjian Exp $
 -->
 
  <chapter id="ecpg">
@@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select  res  from mytable where index = ?     ",
      also supports auto-commit of transactions via the
      <option>-t</option> command-line option or via the <literal>exec
      sql set autocommit to on</literal> statement. In
-     <literal>autocommit<literal> mode, each query is automatically
+     <literal>autocommit</literal> mode, each query is automatically
      committed unless it is inside an explicit transaction block. This
      mode can be explicitly turned off using <literal>exec sql set
      autocommit to off</literal>.