commit: e0f2b2568feab394858c50da5630ee43daf9a7d5 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Nov 25 00:04:24 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Nov 25 00:04:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e0f2b256
ebuild(5): clarify fperms/fowners arguments man/ebuild.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index e60eee1..c9b5f4b 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1449,9 +1449,9 @@ depending on local\-file's ending. Creates all necessary dirs. .PD 0 .TP -.B fowners\fR \fI<permissions> <file> [files] +.B fowners\fR \fI[-h|-H|-L|-P|-R] [user][:group] <file> [files] .TP -.B fperms\fR \fI<permissions> <file> [files] +.B fperms\fR \fI[-R] <permissions> <file> [files] .PD 1 Performs chown (\fBfowners\fR) or chmod (\fBfperms\fR), applying \fIpermissions\fR to \fIfiles\fR.
