diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-07-05 00:43:11 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-07-05 00:43:11 +0000 |
commit | aa59605f77b756c449ff1cdf4dd1df8d184487fd (patch) | |
tree | 6cea3bec6b2d8419315a2e739b6611dad8d25f72 | |
parent | d3220eb2f15ad645432d1b6ec9be2560d9e485f4 (diff) | |
download | portage-aa59605f77b756c449ff1cdf4dd1df8d184487fd.tar.gz portage-aa59605f77b756c449ff1cdf4dd1df8d184487fd.tar.bz2 portage-aa59605f77b756c449ff1cdf4dd1df8d184487fd.zip |
Document the additional color classes for bug #183861.
svn path=/main/trunk/; revision=7150
-rw-r--r-- | man/color.map.5 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/color.map.5 b/man/color.map.5 index f76276100..10fa1a09a 100644 --- a/man/color.map.5 +++ b/man/color.map.5 @@ -39,10 +39,18 @@ arguments. Defines color used for packages planned to be merged and belonging to system set. .TP +\fBPKG_MERGE_ARG_SYSTEM\fR = \fI"0x55FF55"\fR +Defines color used for system packages planned to be merged and given as +command line arguments. +.TP \fBPKG_MERGE_WORLD\fR = \fI"0x55FF55"\fR Defines color used for packages planned to be merged and belonging to world set. .TP +\fBPKG_MERGE_ARG_WORLD\fR = \fI"0x55FF55"\fR +Defines color used for world packages planned to be merged and given as +command line arguments. +.TP \fBPKG_NOMERGE\fR = \fI"0x0000AA"\fR Defines color used for packages not planned to be merged. .TP @@ -54,10 +62,18 @@ line arguments. Defines color used for packages not planned to be merged and belonging to system set. .TP +\fBPKG_NOMERGE_ARG_SYSTEM\fR = \fI"0x5555FF"\fR +Defines color used for system packages not planned to be merged and given as +command line arguments. +.TP \fBPKG_NOMERGE_WORLD\fR = \fI"0x5555FF"\fR Defines color used for packages not planned to be merged and belonging to world set. .TP +\fBPKG_NOMERGE_ARG_WORLD\fR = \fI"0x5555FF"\fR +Defines color used for world packages not planned to be merged and given as +command line arguments. +.TP \fBSECURITY_WARN\fR = \fI"0xFF5555"\fR Defines color used for security warnings. .TP |