commit: 02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Jun 24 18:28:29 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Jun 24 18:29:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=02eeaa4b
repoman/man/repoman.1: refer to the vcs instead of cvs Reported-by: Devan Franchini <twitch153 <AT> gentoo.org> repoman/man/repoman.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1 index 78e4b7275..4101c283f 100644 --- a/repoman/man/repoman.1 +++ b/repoman/man/repoman.1 @@ -1,4 +1,4 @@ -.TH "REPOMAN" "1" "Feb 2017" "Repoman VERSION" "Repoman" +.TH "REPOMAN" "1" "Jun 2017" "Repoman VERSION" "Repoman" .SH NAME repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree @@ -254,7 +254,7 @@ An ebuild was added but the ChangeLog was not modified Missing ChangeLog files .TP .B changelog.notadded -ChangeLogs that exist but have not been added to cvs +ChangeLogs that exist but have not been added to the vcs .TP .B dependency.bad User-visible ebuilds with unsatisfied dependencies (matched against *visible* @@ -317,7 +317,7 @@ Ebuild files that do not have the same name as their parent directory Placing 'die' inside ( ) prints an error, but doesn't stop the ebuild. .TP .B ebuild.notadded -Ebuilds that exist but have not been added to cvs +Ebuilds that exist but have not been added to the vcs .TP .B ebuild.output A simple sourcing of the ebuild produces output; this breaks ebuild policy.
