Adjust code of first paragraph of ebuild(5) to 80 char width
authorDennis Schridde <devurandom@gmx.net>
Sun, 23 Sep 2012 16:07:12 +0000 (18:07 +0200)
committerZac Medico <zmedico@gentoo.org>
Mon, 24 Sep 2012 02:39:21 +0000 (19:39 -0700)
man/ebuild.5

index 54e368e499835cbf9e15ad5e5a01ebcdbf0edd8d..4996a578e068bfc22457bd992ebe7046935d1f27 100644 (file)
@@ -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