summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-11 08:41:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-11 08:41:47 +0000
commit1c94d634d02ab442e3df393e48f96a3aa83a39af (patch)
tree69acd727070891b93876ba3f959d7eabddf81b49 /urpm.pm
parentae536803ad1098062690ebc5fbcc9ac5c21049af (diff)
downloadurpmi-1c94d634d02ab442e3df393e48f96a3aa83a39af.tar
urpmi-1c94d634d02ab442e3df393e48f96a3aa83a39af.tar.gz
urpmi-1c94d634d02ab442e3df393e48f96a3aa83a39af.tar.bz2
urpmi-1c94d634d02ab442e3df393e48f96a3aa83a39af.tar.xz
urpmi-1c94d634d02ab442e3df393e48f96a3aa83a39af.zip
better layout in doc
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