Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177595 | Differences between
and this patch

Collapse All | Expand All

(-)function-reference/install-functions/text.xml (-2 / +2 lines)
Lines 240-246 Link Here
240
      <c>fowners</c>
240
      <c>fowners</c>
241
    </ti>
241
    </ti>
242
    <ti>
242
    <ti>
243
      Call <c>chown</c> with the first argument as the mode on all additional arguments.
243
      Call <c>chown</c> on the specified files in <c>${D}</c>
244
    </ti>
244
    </ti>
245
  </tr>
245
  </tr>
246
  <tr>
246
  <tr>
Lines 248-254 Link Here
248
      <c>fperms</c>
248
      <c>fperms</c>
249
    </ti>
249
    </ti>
250
    <ti>
250
    <ti>
251
      Call <c>chown</c> with the first argument as the user on all additional arguments.
251
      Call <c>chmod</c> on the specified files in <c>${D}</c>
252
    </ti>
252
    </ti>
253
  </tr>
253
  </tr>
254
  <tr>
254
  <tr>

Return to bug 177595