summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-04 16:29:02 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-04 16:29:02 +0000
commitfa91d88b687a9079c4ab2da47571392d10698fc9 (patch)
treecc86cb07cf503e647cab491a9e5adf94d81d7d0a
parentUse get_term_size() to adjust to current terminal width. Thanks to Dror Levin (diff)
downloadportage-idfetch-fa91d88b687a9079c4ab2da47571392d10698fc9.tar.gz
portage-idfetch-fa91d88b687a9079c4ab2da47571392d10698fc9.tar.bz2
portage-idfetch-fa91d88b687a9079c4ab2da47571392d10698fc9.zip
Document doins -r option.
svn path=/main/trunk/; revision=15157
-rw-r--r--man/ebuild.53
1 files changed, 2 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index b3521e22..fcf8e3e4 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.