Skip to content

Commit 1d4f5d1

Browse files
authored
Modernize RPM info docs (#4331)
* Modernize RPMinfo XML * Improve RPM constant page grouping Remove useless para tag and fix indentation
1 parent 8d0b3a6 commit 1d4f5d1

File tree

13 files changed

+3104
-3128
lines changed

13 files changed

+3104
-3128
lines changed

reference/rpminfo/book.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
43
<book xml:id="book.rpminfo" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
54
<?phpdoc extension-membership="pecl" ?>
65
<title>RpmInfo</title>
76
<titleabbrev>RpmInfo</titleabbrev>
87

98
<preface xml:id="intro.rpminfo">
109
&reftitle.intro;
11-
<para>
10+
<simpara>
1211
This extension enables you to retrieve information from RPM files
1312
or from the installed RPMs database.
14-
</para>
15-
<para>
13+
</simpara>
14+
<simpara>
1615
It also provides a <literal>rpm</literal> stream wrapper to retrieve RPM content
1716
(since version 1.0.0 with librpm &gt;= 4.13).
18-
</para>
17+
</simpara>
1918
</preface>
2019

2120
&reference.rpminfo.setup;
2221
&reference.rpminfo.constants;
2322
&reference.rpminfo.reference;
2423

2524
</book>
26-
2725
<!-- Keep this comment at the end of the file
2826
Local variables:
2927
mode: sgml

0 commit comments

Comments
 (0)