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 2/6] Adjust code of first paragraph of ebuild(5) to 80 char width
Date: Mon, 24 Sep 2012 00:06:48
Message-Id: 1348439533-28481-3-git-send-email-devurandom@gmx.net
In Reply to: [gentoo-portage-dev] Please review: manpage-cleanup by Dennis Schridde
1 ---
2 man/ebuild.5 | 12 ++++++------
3 1 file changed, 6 insertions(+), 6 deletions(-)
4
5 diff --git a/man/ebuild.5 b/man/ebuild.5
6 index f4a53be..6fca6d4 100644
7 --- a/man/ebuild.5
8 +++ b/man/ebuild.5
9 @@ -4,12 +4,12 @@
10 ebuild \- the internal format, variables, and functions in an ebuild script
11
12 .SH "DESCRIPTION"
13 -The \fBebuild\fR(1) program accepts a single ebuild script as an argument. This script
14 -contains variables and commands that specify how to download, unpack,
15 -patch, compile, install and merge a particular software package from
16 -its original sources. In addition to all of this, the ebuild script
17 -can also contain pre/post install/remove commands, as required. All
18 -ebuild scripts are written in bash.
19 +The \fBebuild\fR(1) program accepts a single ebuild script as an argument.
20 +This script contains variables and commands that specify how to download,
21 +unpack, patch, compile, install and merge a particular software package from
22 +its original sources. In addition to all of this, the ebuild script can also
23 +contain pre/post install/remove commands, as required. All ebuild scripts are
24 +written in bash.
25
26 .SS "Dependencies"
27 A \fIdepend atom\fR is simply a dependency that is used by portage when calculating
28 --
29 1.7.12