Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions reference/svn/functions/svn-fs-abort-txn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xml:id="function.svn-fs-abort-txn" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_abort_txn</refname>
<refpurpose>Abort a transaction, returns true if everything is okay, false otherwise</refpurpose>
<refpurpose>Aborts a transaction</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -14,10 +14,10 @@
</methodsynopsis>
&warn.undocumented.func;
<para>
Abort a transaction, returns true if everything is okay, false otherwise
Aborts a transaction.
</para>
</refsect1>
<!--

<refsect1 role="parameters">
&reftitle.parameters;
<para>
Expand All @@ -26,22 +26,21 @@
<term><parameter>txn</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
</variablelist>
</para>

</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &amp;return.success; entity
&return.success;
</para>
</refsect1>
-->

<refsect1 role="notes">
&reftitle.notes;
&warn.experimental.func;
Expand Down
21 changes: 10 additions & 11 deletions reference/svn/functions/svn-fs-copy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xml:id="function.svn-fs-copy" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_copy</refname>
<refpurpose>Copies a file or a directory, returns true if all is ok, false otherwise</refpurpose>
<refpurpose>Copies a file or a directory</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -17,10 +17,10 @@
</methodsynopsis>
&warn.undocumented.func;
<para>
Copies a file or a directory, returns true if all is ok, false otherwise
Copies a file or a directory.
</para>
</refsect1>
<!--

<refsect1 role="parameters">
&reftitle.parameters;
<para>
Expand All @@ -29,46 +29,45 @@
<term><parameter>from_root</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>from_path</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>to_root</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>to_path</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
</variablelist>
</para>

</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &amp;return.success; entity
&return.success;
</para>
</refsect1>
-->

<refsect1 role="notes">
&reftitle.notes;
&warn.experimental.func;
Expand Down
17 changes: 8 additions & 9 deletions reference/svn/functions/svn-fs-delete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xml:id="function.svn-fs-delete" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_delete</refname>
<refpurpose>Deletes a file or a directory, return true if all is ok, false otherwise</refpurpose>
<refpurpose>Deletes a file or a directory</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -15,10 +15,10 @@
</methodsynopsis>
&warn.undocumented.func;
<para>
Deletes a file or a directory, return true if all is ok, false otherwise
Deletes a file or a directory.
</para>
</refsect1>
<!--

<refsect1 role="parameters">
&reftitle.parameters;
<para>
Expand All @@ -27,30 +27,29 @@
<term><parameter>root</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>path</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
</variablelist>
</para>

</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &amp;return.success; entity
&return.success;
</para>
</refsect1>
-->

<refsect1 role="notes">
&reftitle.notes;
&warn.experimental.func;
Expand Down
17 changes: 8 additions & 9 deletions reference/svn/functions/svn-fs-is-dir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xml:id="function.svn-fs-is-dir" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_is_dir</refname>
<refpurpose>Return true if the path points to a directory, false otherwise</refpurpose>
<refpurpose>Determines if a path points to a directory</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -15,10 +15,10 @@
</methodsynopsis>
&warn.undocumented.func;
<para>
Return true if the path points to a directory, false otherwise
Determines if the given path points to a directory.
</para>
</refsect1>
<!--

<refsect1 role="parameters">
&reftitle.parameters;
<para>
Expand All @@ -27,30 +27,29 @@
<term><parameter>root</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>path</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
</variablelist>
</para>

</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &amp;return.success; entity
Returns &true; if the path points to a directory, &false; otherwise.
</para>
</refsect1>
-->

<refsect1 role="notes">
&reftitle.notes;
&warn.experimental.func;
Expand Down
17 changes: 8 additions & 9 deletions reference/svn/functions/svn-fs-is-file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xml:id="function.svn-fs-is-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_is_file</refname>
<refpurpose>Return true if the path points to a file, false otherwise</refpurpose>
<refpurpose>Determines if a path points to a file</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -15,10 +15,10 @@
</methodsynopsis>
&warn.undocumented.func;
<para>
Return true if the path points to a file, false otherwise
Determines if the given path points to a file.
</para>
</refsect1>
<!--

<refsect1 role="parameters">
&reftitle.parameters;
<para>
Expand All @@ -27,30 +27,29 @@
<term><parameter>root</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>path</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
</variablelist>
</para>

</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &amp;return.success; entity
Returns &true; if the path points to a file, &false; otherwise.
</para>
</refsect1>
-->

<refsect1 role="notes">
&reftitle.notes;
&warn.experimental.func;
Expand Down
17 changes: 8 additions & 9 deletions reference/svn/functions/svn-fs-make-dir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xml:id="function.svn-fs-make-dir" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_make_dir</refname>
<refpurpose>Creates a new empty directory, returns true if all is ok, false otherwise</refpurpose>
<refpurpose>Creates a new empty directory</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -15,10 +15,10 @@
</methodsynopsis>
&warn.undocumented.func;
<para>
Creates a new empty directory, returns true if all is ok, false otherwise
Creates a new empty directory.
</para>
</refsect1>
<!--

<refsect1 role="parameters">
&reftitle.parameters;
<para>
Expand All @@ -27,30 +27,29 @@
<term><parameter>root</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>path</parameter></term>
<listitem>
<para>
Its description

</para>
</listitem>
</varlistentry>
</variablelist>
</para>

</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &amp;return.success; entity
&return.success;
</para>
</refsect1>
-->

<refsect1 role="notes">
&reftitle.notes;
&warn.experimental.func;
Expand Down
Loading