diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-10 08:55:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-10 08:55:04 +0000 |
commit | f118d94619b210171e8df305181e8a3b5f353074 (patch) | |
tree | e9e76d0cd4d3d96b630a07f1f875738597f4725c | |
parent | 76e7fc117ac909611f2c23abdad75412bb08443c (diff) | |
download | perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar.gz perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar.bz2 perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.tar.xz perl-URPM-f118d94619b210171e8df305181e8a3b5f353074.zip |
Doc nits
-rw-r--r-- | URPM.pm | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -196,7 +196,7 @@ __END__ =head1 NAME -URPM - Perl module to manipulate RPM files +URPM - Manipulate RPM files and headers =head1 SYNOPSIS @@ -330,18 +330,19 @@ Then, $callback is called for each matching package in the depslist. Verifies an RPM file. Recognized options are: - db => $urpm_db + db => $urpm_db (optional, will use this rpm DB) nopgp => 0 / 1 nogpg => 0 / 1 nomd5 => 0 / 1 norsa => 0 / 1 nodsa => 0 / 1 nodigests => 0 / 1 - tmp_filename => '...' nosignatures => 0 / 1 (equivalent to nopgp = nogpg = norsa = nodsa = 1) =item $urpm->import_pubkey(%options) +Import a key in the RPM database. + db => $urpm_db root => '...' block => '...' @@ -534,7 +535,7 @@ The rpm's bare name. =item $package->obsoletes_nosense() -=item $package->obsoletes_overlap($s, [$nopromoteepoch,] [$direction]) +=item $package->obsoletes_overlap($s, [$nopromoteepoch, [$direction] ]) =item $package->os() |