rpminfo: minor fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349573 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Remi Collet 2020-03-31 15:44:10 +00:00
parent 7c45f5f2b8
commit 899d8d077e
3 changed files with 3 additions and 6 deletions

View file

@ -12,7 +12,7 @@
<methodsynopsis>
<type>array</type><methodname>rpmdbinfo</methodname>
<methodparam><type>string</type><parameter>nevr</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>full</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>full</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
Retrieve information about an installed package, from the system RPM database.

View file

@ -17,9 +17,6 @@
<para>
Compare 2 RPM versions.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
@ -47,7 +44,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &lt; 0 if evr1 is less than evr2, &gt; > if evr1 is greater than evr2, and 0 if they are equal.
Returns &lt; 0 if evr1 is less than evr2, &gt; 0 if evr1 is greater than evr2, and 0 if they are equal.
</para>
</refsect1>

View file

@ -15,7 +15,7 @@
<title>Installation via PECL</title>
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;zip">&url.pecl.package;zip</link>.
<link xlink:href="&url.pecl.package;rpminfo">&url.pecl.package;rpminfo</link>.
</para>
</section>