aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2007-12-16 19:22:56 +0000
committerMark Loeser <halcy0n@gentoo.org>2007-12-16 19:22:56 +0000
commit85ff665a9f73b7fa6162879f40e6658cc22b93c9 (patch)
treec77d800c4279399efa10fe2d11b78049f81a05d4 /function-reference
parentAdd in a description of DISTDIR; bug #176139 (diff)
downloaddevmanual-85ff665a9f73b7fa6162879f40e6658cc22b93c9.tar.gz
devmanual-85ff665a9f73b7fa6162879f40e6658cc22b93c9.tar.bz2
devmanual-85ff665a9f73b7fa6162879f40e6658cc22b93c9.zip
Fix the fperms and fowners descriptions; bug #177595
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@112 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'function-reference')
-rw-r--r--function-reference/install-functions/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index c97a0c0..3eaf949 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -240,7 +240,7 @@ for all of these functions.
<c>fowners</c>
</ti>
<ti>
- Call <c>chown</c> with the first argument as the mode on all additional arguments.
+ Call <c>chown</c> on the specified files in <c>${D}</c>
</ti>
</tr>
<tr>
@@ -248,7 +248,7 @@ for all of these functions.
<c>fperms</c>
</ti>
<ti>
- Call <c>chown</c> with the first argument as the user on all additional arguments.
+ Call <c>chmod</c> on the specified files in <c>${D}</c>
</ti>
</tr>
<tr>