summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2012-09-23 18:07:12 +0200
committerZac Medico <zmedico@gentoo.org>2012-09-23 19:39:21 -0700
commit2e580d2852789b2c5deb922555f73643d0b9617a (patch)
tree620746b979bbc5a47793026dea241bcc5575ee77 /man
parentaf1a287b1dc771901f1b30f2166d20c1758e8587 (diff)
downloadportage-2e580d2852789b2c5deb922555f73643d0b9617a.tar.gz
portage-2e580d2852789b2c5deb922555f73643d0b9617a.tar.bz2
portage-2e580d2852789b2c5deb922555f73643d0b9617a.zip
Adjust code of first paragraph of ebuild(5) to 80 char width
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.512
1 files changed, 6 insertions, 6 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 54e368e49..4996a578e 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -4,12 +4,12 @@
ebuild \- the internal format, variables, and functions in an ebuild script
.SH "DESCRIPTION"
-The \fBebuild\fR(1) program accepts a single ebuild script as an argument. This script
-contains variables and commands that specify how to download, unpack,
-patch, compile, install and merge a particular software package from
-its original sources. In addition to all of this, the ebuild script
-can also contain pre/post install/remove commands, as required. All
-ebuild scripts are written in bash.
+The \fBebuild\fR(1) program accepts a single ebuild script as an argument.
+This script contains variables and commands that specify how to download,
+unpack, patch, compile, install and merge a particular software package from
+its original sources. In addition to all of this, the ebuild script can also
+contain pre/post install/remove commands, as required. All ebuild scripts are
+written in bash.
.SS "Dependencies"
A \fIdepend atom\fR is simply a dependency that is used by portage when calculating