summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-10 03:24:21 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-10 03:24:21 +0000
commit62b9787719172d3b628eaecf6cf7b3f21645c8d5 (patch)
treeab4cbab1c3c0afdfc72a6b4a359dc31eead71cc1 /man/ebuild.5
parent3cd2d49ad5d283f06fc49fb149f00e5e590e9e32 (diff)
downloadportage-62b9787719172d3b628eaecf6cf7b3f21645c8d5.tar.gz
portage-62b9787719172d3b628eaecf6cf7b3f21645c8d5.tar.bz2
portage-62b9787719172d3b628eaecf6cf7b3f21645c8d5.zip
Add elog related variables to make.conf(5) with a pointer to make.conf.example. Add elog() description to ebuild(5) and update einfo() description.
svn path=/main/trunk/; revision=5506
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.511
1 files changed, 8 insertions, 3 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index d0b0d0993..0e061410c 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -547,10 +547,15 @@ VERINS="$(best_version net-ftp/glftpd)"
.RE
.SH "HELPER FUNCTIONS: OUTPUT"
.TP
-\fBeinfo\fR \fI"informative message"\fR
+\fBeinfo\fR \fI"disposable message"\fR
+Same as \fBelog\fR, but should be used when the message isn't important to the
+user (like progress or status messages during the build process).
+.TP
+\fBelog\fR \fI"informative message"\fR
If you need to display an message that you wish the user to read and take
-notice of, then use \fBeinfo\fR. It works just like \fBecho\fR(1), but
-adds a little more to the output so as to catch the user's eye.
+notice of, then use \fBelog\fR. It works just like \fBecho\fR(1), but
+adds a little more to the output so as to catch the user's eye. The message
+will also be logged by portage for later review.
.TP
\fBewarn\fR \fI"warning message"\fR
Same as \fBeinfo\fR, but should be used when showing a warning to the user.