summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm12
1 files changed, 7 insertions, 5 deletions
diff --git a/urpm.pm b/urpm.pm
index f2aa77fe..d49275c5 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -303,11 +303,13 @@ contains fields from C<URPM>, and also the following fields:
B<source>: { id => src_rpm_file|spec_file }
-B<media>: [ { start => int, end => int, name => string, url => string,
- virtual => bool, media_info_dir => string, with_hdlist => string,
- hdlist => bool|string, synthesis => bool,
- removable => string, downloader => string,
- ignore => bool, update => bool, modified => bool, really_modified => bool } ],
+B<media>: [ {
+ start => int, end => int, name => string, url => string,
+ virtual => bool, media_info_dir => string, with_hdlist => string,
+ hdlist => bool|string, synthesis => bool,
+ removable => string, downloader => string,
+ ignore => bool, update => bool, modified => bool, really_modified => bool,
+ } ],
=head1 SEE ALSO