diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-02-02 19:04:53 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-02-02 19:04:53 -0800 |
commit | e3c8e4177b6b30643f4527d51e544cb08fab7f9b (patch) | |
tree | cc41583178809b2504cd42435a2148e4ce224702 | |
parent | b59e1c4ee8b6035cc125afae3a16619f9e3199ee (diff) | |
download | portage-e3c8e4177b6b30643f4527d51e544cb08fab7f9b.tar.gz portage-e3c8e4177b6b30643f4527d51e544cb08fab7f9b.tar.bz2 portage-e3c8e4177b6b30643f4527d51e544cb08fab7f9b.zip |
repoman.1: new variable.usedwithhelpers check
-rw-r--r-- | man/repoman.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/repoman.1 b/man/repoman.1 index f6141d03a..f9501bf43 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -1,4 +1,4 @@ -.TH "REPOMAN" "1" "Nov 2010" "Portage VERSION" "Portage" +.TH "REPOMAN" "1" "Feb 2011" "Portage VERSION" "Portage" .SH NAME repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree .SH SYNOPSIS @@ -344,6 +344,9 @@ character set. .B variable.readonly Assigning a readonly variable .TP +.B variable.usedwithhelpers +Ebuild uses D, ROOT, ED, EROOT or EPREFIX with helpers +.TP .B virtual.exists PROVIDE contains existing package names .TP |