aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-06-24 11:28:29 -0700
committerZac Medico <zmedico@gentoo.org>2017-06-24 11:29:39 -0700
commit02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7 (patch)
tree548f0a2e97da99fc757732280072e3eb5c101ac6
parentconst: Change the MANIFEST2_REQUIRED_HASH to SHA512 (diff)
downloadportage-02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7.tar.gz
portage-02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7.tar.bz2
portage-02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7.zip
repoman/man/repoman.1: refer to the vcs instead of cvs
Reported-by: Devan Franchini <twitch153@gentoo.org>
-rw-r--r--repoman/man/repoman.16
1 files 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.