diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-06-16 18:09:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-06-16 18:09:42 +0000 |
commit | a88675dc78ea74f802984cb71ea4fab90a6b375d (patch) | |
tree | 0bcc412f198019fa2248226d4827c03d98984fdd | |
parent | 63696b1ff89f758c224b241939e10ac922d62ebd (diff) | |
download | portage-a88675dc78ea74f802984cb71ea4fab90a6b375d.tar.gz portage-a88675dc78ea74f802984cb71ea4fab90a6b375d.tar.bz2 portage-a88675dc78ea74f802984cb71ea4fab90a6b375d.zip |
Escape hyphens from previous commit.
svn path=/main/trunk/; revision=13642
-rw-r--r-- | man/color.map.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/color.map.5 b/man/color.map.5 index 71e98d07d..9082e7693 100644 --- a/man/color.map.5 +++ b/man/color.map.5 @@ -142,7 +142,7 @@ Defines color used for warnings. .TP .B normal .TP -.B no-attr +.B no\-attr .TP .B reset .TP @@ -152,23 +152,23 @@ Defines color used for warnings. .TP .B standout .TP -.B no-standout +.B no\-standout .TP .B underline .TP -.B no-underline +.B no\-underline .TP .B blink .TP -.B no-blink +.B no\-blink .TP .B overline .TP -.B no-overline +.B no\-overline .TP .B reverse .TP -.B no-reverse +.B no\-reverse .TP .B invisible .RE |