reference/svn/functions/svn-fs-copy.xml
b958b68778e1d971d54135f99d6e519107b69e2e
...
...
@@ -3,7 +3,7 @@
3
3
<refentry xml:id="function.svn-fs-copy" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>svn_fs_copy</refname>
6
-
<refpurpose>Copies a file or a directory, returns true if all is ok, false otherwise</refpurpose>
6
+
<refpurpose>Copies a file or a directory</refpurpose>
7
7
</refnamediv>
8
8

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

24
24
<refsect1 role="parameters">
25
25
&reftitle.parameters;
26
26
<para>
...
...
@@ -29,7 +29,7 @@
29
29
<term><parameter>from_root</parameter></term>
30
30
<listitem>
31
31
<para>
32
-
Its description
32
+
33
33
</para>
34
34
</listitem>
35
35
</varlistentry>
...
...
@@ -37,7 +37,7 @@
37
37
<term><parameter>from_path</parameter></term>
38
38
<listitem>
39
39
<para>
40
-
Its description
40
+
41
41
</para>
42
42
</listitem>
43
43
</varlistentry>
...
...
@@ -45,7 +45,7 @@
45
45
<term><parameter>to_root</parameter></term>
46
46
<listitem>
47
47
<para>
48
-
Its description
48
+
49
49
</para>
50
50
</listitem>
51
51
</varlistentry>
...
...
@@ -53,22 +53,21 @@
53
53
<term><parameter>to_path</parameter></term>
54
54
<listitem>
55
55
<para>
56
-
Its description
56
+
57
57
</para>
58
58
</listitem>
59
59
</varlistentry>
60
60
</variablelist>
61
61
</para>
62
-

63
62
</refsect1>
63
+

64
64
<refsect1 role="returnvalues">
65
65
&reftitle.returnvalues;
66
66
<para>
67
-
What the function returns, first on success, then on failure. See
68
-
also the &amp;return.success; entity
67
+
&return.success;
69
68
</para>
70
69
</refsect1>
71
-
-->
70
+

72
71
<refsect1 role="notes">
73
72
&reftitle.notes;
74
73
&warn.experimental.func;
75
74