Skip to content

Commit 21a1100

Browse files
committed
fpm : fix XML by converting para to simpara tags via script
1 parent 997571f commit 21a1100

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

reference/fpm/functions/fastcgi-finish-request.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: cbac1ecf71d754707d69bdc344c4031c157eaa54 Maintainer: ktretyak Status: ready -->
2+
<!-- EN-Revision: 0ba9e74ebc71fc8aa5fcd0f5f48654a4a6a83368 Maintainer: ktretyak Status: ready -->
33
<!-- Reviewed: no -->
4-
5-
<refentry xml:id="function.fastcgi-finish-request" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.fastcgi-finish-request">
65
<refnamediv>
76
<refname>fastcgi_finish_request</refname>
87
<refpurpose>Скидає всі дані відповіді клієнту</refpurpose>
@@ -12,12 +11,12 @@
1211
&reftitle.description;
1312
<methodsynopsis>
1413
<type>bool</type><methodname>fastcgi_finish_request</methodname>
15-
<void />
14+
<void/>
1615
</methodsynopsis>
17-
<para>
16+
<simpara>
1817
Ця функція скидає всі дані відповіді клієнту та завершує запит. Це дозволяє
1918
виконувати трудоємні завдання, неполишаючи підключення до клієнта.
20-
</para>
19+
</simpara>
2120
</refsect1>
2221

2322
<refsect1 role="parameters">
@@ -27,12 +26,11 @@
2726

2827
<refsect1 role="returnvalues">
2928
&reftitle.returnvalues;
30-
<para>
29+
<simpara>
3130
&return.success;
32-
</para>
31+
</simpara>
3332
</refsect1>
3433
</refentry>
35-
3634
<!-- Keep this comment at the end of the file
3735
Local variables:
3836
mode: sgml

reference/fpm/setup.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: b2e83b46c6aa7f8278e80d3c0e8a049b7583f6cc Maintainer: ktretyak Status: ready -->
2+
<!-- EN-Revision: 0ba9e74ebc71fc8aa5fcd0f5f48654a4a6a83368 Maintainer: ktretyak Status: ready -->
33
<!-- $Revision$ -->
4-
54
<chapter xml:id="fpm.setup">
65
&reftitle.setup;
76

8-
<para>
7+
<simpara>
98
Інформацію про встановлення та конфігурування FPM можна знайти в розділі
109
<link linkend="install.fpm">встановлення та конфігурація PHP</link>.
11-
</para>
10+
</simpara>
1211

1312
</chapter>
14-
1513
<!-- Keep this comment at the end of the file
1614
Local variables:
1715
mode: sgml

0 commit comments

Comments
 (0)