reference/svn/functions/svn-fs-abort-txn.xml
b958b68778e1d971d54135f99d6e519107b69e2e
...
...
@@ -3,7 +3,7 @@
3
3
<refentry xml:id="function.svn-fs-abort-txn" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>svn_fs_abort_txn</refname>
6
-
<refpurpose>Abort a transaction, returns true if everything is okay, false otherwise</refpurpose>
6
+
<refpurpose>Aborts a transaction</refpurpose>
7
7
</refnamediv>
8
8

9
9
<refsect1 role="description">
...
...
@@ -14,10 +14,10 @@
14
14
</methodsynopsis>
15
15
&warn.undocumented.func;
16
16
<para>
17
-
Abort a transaction, returns true if everything is okay, false otherwise
17
+
Aborts a transaction.
18
18
</para>
19
19
</refsect1>
20
-
<!--
20
+

21
21
<refsect1 role="parameters">
22
22
&reftitle.parameters;
23
23
<para>
...
...
@@ -26,22 +26,21 @@
26
26
<term><parameter>txn</parameter></term>
27
27
<listitem>
28
28
<para>
29
-
Its description
29
+
30
30
</para>
31
31
</listitem>
32
32
</varlistentry>
33
33
</variablelist>
34
34
</para>
35
-

36
35
</refsect1>
36
+

37
37
<refsect1 role="returnvalues">
38
38
&reftitle.returnvalues;
39
39
<para>
40
-
What the function returns, first on success, then on failure. See
41
-
also the &amp;return.success; entity
40
+
&return.success;
42
41
</para>
43
42
</refsect1>
44
-
-->
43
+

45
44
<refsect1 role="notes">
46
45
&reftitle.notes;
47
46
&warn.experimental.func;
48
47