From: Zac Medico Date: Mon, 4 Jan 2010 16:29:02 +0000 (-0000) Subject: Document doins -r option. X-Git-Tag: v2.2_rc62~47 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa91d88b687a9079c4ab2da47571392d10698fc9;p=portage.git Document doins -r option. svn path=/main/trunk/; revision=15157 --- diff --git a/man/ebuild.5 b/man/ebuild.5 index b3521e222..fcf8e3e4a 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 [list of more files]\fR +\fBdoins\fR \fI[-r] [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.