diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:05:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-27 04:05:49 +0000 |
commit | 6093fcd23526b063e56e7e7fadf4676991aa895f (patch) | |
tree | 9e549b3c5d327f0db9ecfd64829d36d08b844e0d /lib | |
parent | 139a55b767c02f18876ae7eb7ba9a64161941030 (diff) | |
download | iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar.gz iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar.bz2 iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.tar.xz iurt-6093fcd23526b063e56e7e7fadf4676991aa895f.zip |
(clean_chroot) update signatures in doc regarding parameters
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Chroot.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 84fe3b1..a638258 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -23,7 +23,7 @@ our @EXPORT = qw( my $sudo = '/usr/bin/sudo'; -=head2 clean_chroot($chroot, $run) +=head2 clean_chroot($chroot, $run, $config) Create or clean a chroot I<$chroot> chroot path @@ -55,7 +55,7 @@ sub clean_chroot { } -=head2 clean_and_build_chroot($chroot, $run) +=head2 clean_and_build_chroot($chroot, $chroot_ref, $run, $config) Create or clean a chroot I<$chroot> chroot path |