remove references to EXEDESTTREE (trunk r6349:6350)
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Apr 2007 05:29:16 +0000 (05:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Apr 2007 05:29:16 +0000 (05:29 -0000)
svn path=/main/branches/2.1.2/; revision=6376

man/ebuild.5

index 51f8b382b2a020d9affdd51da6b757c3593f778d..7f3557b42b6eb0e29bfd08017ba7959cb27af7d3 100644 (file)
@@ -806,23 +806,23 @@ Can be used to define options for the install function used in
 \fBdoins\fR.  The default is \fI\-m0644\fR.
 .TP
 \fBdoins\fR \fI<file> [list of more files]\fR
-Installs files into the path controlled by the \fBinsinto\fR.  This function
+Installs files into the path controlled by \fBinsinto\fR.  This function
 uses \fBinstall\fR(1).  Creates all necessary dirs.
 .TP
 \fBexeinto\fR \fI[path]\fR
-Sets the root (\fIEXEDESTTREE\fR) for the \fBdoexe\fR function.
+Sets the destination path for the \fBdoexe\fR function.
 .br
-The default root is /.
+The default path is /.
 .TP
 \fBexeopts\fR \fI[options for install(1)]\fR
 Can be used to define options for the install function used in \fBdoexe\fR.
 The default is \fI\-m0755\fR.
 .TP
 \fBdoexe\fR \fI<executable> [list of more executables]\fR
-Installs a executable or a list of executable into \fIEXEDESTTREE\fR.
-This function uses \fBinstall\fR(1).  Creates all necessary dirs.
+Installs executables into the path controlled by \fBexecinto\fR.  This function
+uses \fBinstall\fR(1).  Creates all necessary dirs.
 .TP
-\fBdocinto\fR \fI<path>\fR
+\fBdocinto\fR \fI[path]\fR
 Sets the subdir used by \fBdodoc\fR when installing into the document tree
 (based in /usr/share/doc/${PF}/).  Default is no subdir, or just "".
 .TP