summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-03 15:19:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-03 15:19:30 +0000
commitddb1d74f2956b422f7f382c1c044c9b5ae092e23 (patch)
treeec85186d67818154b9ae7e529f7682d1a6a62f53
parent6dcb330964ad5edfcc86cfa54fcb5c5c2fdfe8a6 (diff)
downloadurpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar
urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar.gz
urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar.bz2
urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar.xz
urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.zip
Comment rewrite
-rw-r--r--urpm.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/urpm.pm b/urpm.pm
index 3f98696e..f212c809 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2315,11 +2315,11 @@ sub get_packages_list {
$val;
}
-#- select source for package selected.
-#- according to keys given in the packages hash.
-#- return a list of list containing the source description for each rpm,
-#- match exactly the number of medium registered, ignored medium always
-#- have a null list.
+#- select sources for selected packages,
+#- according to keys of the packages hash.
+#- returns a list of lists containing the source description for each rpm,
+#- matching the exact number of registered media; ignored media being
+#- associated to a null list.
sub get_source_packages {
my ($urpm, $packages, %options) = @_;
my ($id, $error, @list_error, %protected_files, %local_sources, @list, %fullname2id, %file2fullnames, %examined);