language/context/ftp.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="context.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="context.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>FTP context options</refname>
7
7
<refpurpose>FTP context option listing</refpurpose>
...
...
@@ -22,7 +22,7 @@
22
22
<varlistentry xml:id="context.ftp.overwrite">
23
23
<term>
24
24
<parameter>overwrite</parameter>
25
-
<type>boolean</type>
25
+
<type>bool</type>
26
26
</term>
27
27
<listitem>
28
28
<para>
...
...
@@ -37,7 +37,7 @@
37
37
<varlistentry xml:id="context.ftp.resume-pos">
38
38
<term>
39
39
<parameter>resume_pos</parameter>
40
-
<type>integer</type>
40
+
<type>int</type>
41
41
</term>
42
42
<listitem>
43
43
<para>
...
...
@@ -64,36 +64,6 @@
64
64
</para>
65
65
</refsect1><!-- }}} -->
66
66

67
-
<refsect1 role="changelog"><!-- {{{ -->
68
-
&reftitle.changelog;
69
-
<para>
70
-
<informaltable>
71
-
<tgroup cols="2">
72
-
<thead>
73
-
<row>
74
-
<entry>&Version;</entry>
75
-
<entry>&Description;</entry>
76
-
</row>
77
-
</thead>
78
-
<tbody>
79
-
<row>
80
-
<entry>5.1.0</entry>
81
-
<entry>
82
-
Added <parameter>proxy</parameter>.
83
-
</entry>
84
-
</row>
85
-
<row>
86
-
<entry>5.0.0</entry>
87
-
<entry>
88
-
Added <parameter>overwrite</parameter> and <parameter>resume_pos</parameter>.
89
-
</entry>
90
-
</row>
91
-
</tbody>
92
-
</tgroup>
93
-
</informaltable>
94
-
</para>
95
-
</refsect1><!-- }}} -->
96
-

97
67
<refsect1 role="notes">
98
68
&reftitle.notes;
99
69
<note>
100
70