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

index 4e1fc95daa1e3c60aca188b4003a31cd818b2392..45c2518c5b52a6825d65c1dd1f06daa99eac6d75 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select  res  from mytable where index = ?     ",
      also supports auto-commit of transactions via the
       command-line option or via the exec
      sql set autocommit to on statement. In
-     autocommit mode, each query is automatically
+     autocommit</literal> mode, each query is automatically
      committed unless it is inside an explicit transaction block. This
      mode can be explicitly turned off using exec sql set
      autocommit to off.