Skip to content

Commit

Permalink
Selfupdate: clarify some POD comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 19, 2013
1 parent acd67fe commit 6287551
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions perlmod/Fink/SelfUpdate/CVS.pm
Expand Up @@ -56,9 +56,9 @@ See documentation for the Fink::SelfUpdate base class.
=item system_check
This method builds packages from source, so it requires the
"dev-tools" virtual package. This is checked via
Fink::Selfupdate::Base->devtools_check($vcs,$vcs_path.);
Selfupdating builds packages from source, so it requires the
"dev-tools" virtual package. Check for this and for the
presence of an executable CVS binary.
=cut

Expand Down
6 changes: 3 additions & 3 deletions perlmod/Fink/SelfUpdate/rsync.pm
Expand Up @@ -53,9 +53,9 @@ See documentation for the Fink::SelfUpdate base class.
=item system_check
This method builds packages from source, so it requires the
"dev-tools" virtual package. This is checked via
Fink::Selfupdate::Base->devtools_check($vcs,$vcs_path);
Selfupdating builds packages from source, so it requires the
"dev-tools" virtual package. Check for this and for the
presence of an executable rsync binary.
=cut

Expand Down

0 comments on commit 6287551

Please sign in to comment.