mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
7c45f5f2b8
commit
899d8d077e
3 changed files with 3 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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 < 0 if evr1 is less than evr2, > > if evr1 is greater than evr2, and 0 if they are equal.
|
||||
Returns < 0 if evr1 is less than evr2, > 0 if evr1 is greater than evr2, and 0 if they are equal.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue