cortesi Thu Apr 18 13:15:50 2002 EDT
Modified files:
/phpdoc/en/reference/fbsql/functions fbsql-autocommit.xml
Log:
WS and typos
Index: phpdoc/en/reference/fbsql/functions/fbsql-autocommit.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-autocommit.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-autocommit.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-autocommit.xml:1.2 Wed Apr 17
02:37:49 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-autocommit.xml Thu Apr 18 13:15:50
+2002
@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-autocommit">
<refnamediv>
<refname>fbsql_autocommit</refname>
- <refpurpose>Enable or disable autocommit.</refpurpose>
+ <refpurpose>Enable or disable autocommit</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>fbsql_autocommit</methodname>
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>
- OnOff
- </parameter></methodparam>
+ <methodparam
+choice="opt"><type>bool</type><parameter>OnOff</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_autocommit</function> returns the current
@@ -25,8 +23,8 @@
the transaction using either <function>fbsql_commit</function> or
<function>fbsql_rollback</function>.
</para>
- <para> See also:
- <function>fbsql_commit</function> and
+ <para>
+ See also: <function>fbsql_commit</function> and
<function>fbsql_rollback</function>
</para>
</refsect1>