fix make.conf indentation per bug 127868; thanks to Paul Varner for the patch
authorSimon Stelling <blubb@gentoo.org>
Tue, 4 Apr 2006 18:01:49 +0000 (18:01 -0000)
committerSimon Stelling <blubb@gentoo.org>
Tue, 4 Apr 2006 18:01:49 +0000 (18:01 -0000)
svn path=/main/trunk/; revision=3069

cnf/make.conf

index 472d49bb3132ab061b8a2733db5b71551ae0f4ec..4739a2a9c1598fb72c187e385154c15eb3a887a9 100644 (file)
 #  'keeptemp'    prevents the clean phase from deleting the temp files ($T) 
 #                from a merge.
 #  'keepwork'    prevents the clean phase from deleting the WORKDIR.
-#  'test'    causes ebuilds to perform testing phases if they are capable
+#  'test'        causes ebuilds to perform testing phases if they are capable
 #                of it. Some packages support this automaticaly via makefiles.
 #  'metadata-transfer'
 #                automatically perform a metadata transfer when `emerge --sync`
@@ -329,7 +329,7 @@ PORTAGE_ELOG_CLASSES="warn error log"
 #                       full syntax is:
 #                           address [[user:passwd@]mailserver[:port]]
 #                       where
-#                           address:     recipient address
+#                           address:    recipient address
 #                           user:       username for smtp auth (defaults to none)
 #                           passwd:     password for smtp auth (defaults to none)
 #                           mailserver: smtp server that should be used to deliver the mail (defaults to localhost)