summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-29 18:43:31 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-29 18:43:31 +0000
commita215a85611f409ab26cc6d70ffa9dacc101264a2 (patch)
tree257ab443e78023d8a7a3f644406dc006960ccc48 /man
parent3ca02e6fcfe714165921a6a2f55dd12aee442e9f (diff)
downloadportage-a215a85611f409ab26cc6d70ffa9dacc101264a2.tar.gz
portage-a215a85611f409ab26cc6d70ffa9dacc101264a2.tar.bz2
portage-a215a85611f409ab26cc6d70ffa9dacc101264a2.zip
Document doins -r option. (trunk r15157)
svn path=/main/branches/2.1.7/; revision=15225
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.53
1 files changed, 2 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index d0495e023..9b1b1218c 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -1017,9 +1017,10 @@ The default path is /.
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
+\fBdoins\fR \fI[-r] <file> [list of more files]\fR
Installs files into the path controlled by \fBinsinto\fR. This function
uses \fBinstall\fR(1). Creates all necessary dirs.
+Setting -r sets recursive.
.TP
\fBexeinto\fR \fI[path]\fR
Sets the destination path for the \fBdoexe\fR function.