summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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