diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-06-16 18:07:54 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-06-16 18:07:54 +0000 |
commit | 63696b1ff89f758c224b241939e10ac922d62ebd (patch) | |
tree | 26bb94003a74e0e636118a21035f1b5293f65980 | |
parent | 9ac18904b23b8c07bbd8eaa2588db716b0fe854e (diff) | |
download | portage-63696b1ff89f758c224b241939e10ac922d62ebd.tar.gz portage-63696b1ff89f758c224b241939e10ac922d62ebd.tar.bz2 portage-63696b1ff89f758c224b241939e10ac922d62ebd.zip |
Misc fixes and updates. Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de>
for this patch from bug #274279.
svn path=/main/trunk/; revision=13641
-rw-r--r-- | man/color.map.5 | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/man/color.map.5 b/man/color.map.5 index 7b11ba23a..71e98d07d 100644 --- a/man/color.map.5 +++ b/man/color.map.5 @@ -10,8 +10,13 @@ of given color class is found in /etc/portage/color.map, Portage uses default value defined internally. .SH "SYNTAX" \fBVARIABLE\fR = \fI[space delimited list of attributes]\fR +.TP +\fBATTRIBUTE\fR = \fI[space delimited list of attributes]\fR .SH "VARIABLES" .TP +\fBNORMAL\fR = \fI"normal"\fR +Defines color used for some words occuring in other contexts than those below. +.TP \fBBAD\fR = \fI"red"\fR Defines color used for some words occuring in bad context. .TP @@ -89,10 +94,12 @@ Defines color used for warnings. .TP .B green .TP -\fBbrown\fR = \fBdarkyellow\fR +.B brown .TP .B yellow .TP +.B darkyellow +.TP .B darkblue .TP .B blue @@ -103,7 +110,7 @@ Defines color used for warnings. .TP .B teal .TP -.B turquoise +\fBturquoise\fR = \fBdarkteal\fR .TP .B lightgray .TP @@ -133,6 +140,10 @@ Defines color used for warnings. .B Other attributes .RS .TP +.B normal +.TP +.B no-attr +.TP .B reset .TP .B bold @@ -141,11 +152,25 @@ Defines color used for warnings. .TP .B standout .TP +.B no-standout +.TP .B underline .TP +.B no-underline +.TP .B blink .TP +.B no-blink +.TP +.B overline +.TP +.B no-overline +.TP .B reverse +.TP +.B no-reverse +.TP +.B invisible .RE .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/ |