Gentoo Archives: gentoo-portage-dev

From: Dennis Schridde <devurandom@×××.net>
To: gentoo-portage-dev@l.g.o
Cc: Dennis Schridde <devurandom@×××.net>
Subject: [gentoo-portage-dev] [PATCH 6/6] Reorder description of --root-deps in emerge(1)
Date: Mon, 24 Sep 2012 00:07:47
Message-Id: 1348439533-28481-7-git-send-email-devurandom@gmx.net
In Reply to: [gentoo-portage-dev] Please review: manpage-cleanup by Dennis Schridde
1 80 char width and max 1 sentence per line.
2 ---
3 man/emerge.1 | 18 ++++++++++--------
4 1 file changed, 10 insertions(+), 8 deletions(-)
5
6 diff --git a/man/emerge.1 b/man/emerge.1
7 index da2c631..ea6409c 100644
8 --- a/man/emerge.1
9 +++ b/man/emerge.1
10 @@ -705,14 +705,16 @@ Set the \fBROOT\fR environment variable.
11 .TP
12 .BR "\-\-root\-deps[=rdeps]"
13 If no argument is given then build\-time dependencies of packages for
14 -\fBROOT\fR are installed to
15 -\fBROOT\fR instead of /. If the \fBrdeps\fR argument is given then discard
16 -all build\-time dependencies of packages for \fBROOT\fR. This option is
17 -only meaningful when used together with \fBROOT\fR and it should not
18 -be enabled under normal circumstances. For currently supported
19 -\fBEAPI\fR values, the build-time dependencies are specified in the
20 -\fBDEPEND\fR variable. However, behavior may change for new
21 -\fBEAPI\fRs when related extensions are added in the future.
22 +\fBROOT\fR are installed to \fBROOT\fR instead of /.
23 +If the \fBrdeps\fR argument is given then discard all build\-time dependencies
24 +of packages for \fBROOT\fR.
25 +This option is only meaningful when used together with \fBROOT\fR and it should
26 +not be enabled under normal circumstances!
27 +
28 +For currently supported \fBEAPI\fR values, the build-time dependencies are
29 +specified in the \fBDEPEND\fR variable.
30 +However, behavior may change for new \fBEAPI\fRs when related extensions are
31 +added in the future.
32 .TP
33 .BR "\-\-select [ y | n ]"
34 Add specified packages to the world set (inverse of
35 --
36 1.7.12