From ddb1d74f2956b422f7f382c1c044c9b5ae092e23 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 3 Mar 2005 15:19:30 +0000 Subject: Comment rewrite --- urpm.pm | 10 +++++----- 1 file 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); -- cgit v1.2.1