Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Wed, 31 Jul 2013 21:59:25
Message-Id: 1375307934.ffb0d6da81d1731ba165a16f702bf2465840497e.zmedico@gentoo
1 commit: ffb0d6da81d1731ba165a16f702bf2465840497e
2 Author: Alexander Berntsen <alexander <AT> plaimi <DOT> net>
3 AuthorDate: Wed Jul 31 15:25:14 2013 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 21:58:54 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ffb0d6da
7
8 Fix imprecise paragraph, bug #339446
9
10 ---
11 man/ebuild.1 | 14 +++++++++-----
12 1 file changed, 9 insertions(+), 5 deletions(-)
13
14 diff --git a/man/ebuild.1 b/man/ebuild.1
15 index 4bde66e..29f88b0 100644
16 --- a/man/ebuild.1
17 +++ b/man/ebuild.1
18 @@ -19,11 +19,15 @@ This must be a valid ebuild script. For further information read
19 \fBebuild\fR(5).
20 .SH "COMMANDS"
21 By default, portage will execute all the functions in order up to the
22 -one actually specified. For example, simply issuing the command \fBcompile\fR
23 -will trigger the functions before it to also be run (such as \fBsetup\fR
24 -and \fBunpack\fR). If you wish to only have the specified command run, then
25 -you should use the \fInoauto\fR option in the \fBFEATURES\fR environment
26 -variable. See the \fBmake.conf\fR(5) man page for more information.
27 +one actually specified, except for the functions that have already been
28 +executed in a previous invocation of ebuild. For example, simply issuing the
29 +command \fBcompile\fR will trigger the functions before it to also be run (such
30 +as \fBsetup\fR and \fBunpack\fR), unless they were run in a previous invocation
31 +of ebuild. If you want to make sure they are all run, you need to use
32 +the command \fBclean\fR first. If you wish to only have the specified command
33 +run, then you should use the \fInoauto\fR option in the \fBFEATURES\fR
34 +environment variable. See the \fBmake.conf\fR(5) man page for more
35 +information.
36
37 .TP
38 .BR help