From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 72D551384B4 for ; Wed, 25 Nov 2015 00:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B8A21C006; Wed, 25 Nov 2015 00:05:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 914C721C006 for ; Wed, 25 Nov 2015 00:05:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52ADD33D3CE for ; Wed, 25 Nov 2015 00:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751B799D for ; Wed, 25 Nov 2015 00:05:29 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1448409864.e0f2b2568feab394858c50da5630ee43daf9a7d5.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e0f2b2568feab394858c50da5630ee43daf9a7d5 X-VCS-Branch: master Date: Wed, 25 Nov 2015 00:05:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b41da659-9e9e-4150-b892-9b32d47e16bf X-Archives-Hash: e85aa6e1503616715a279a77c365bd5f commit: e0f2b2568feab394858c50da5630ee43daf9a7d5 Author: Mike Frysinger gentoo org> AuthorDate: Wed Nov 25 00:04:24 2015 +0000 Commit: Mike Frysinger gentoo 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 [files] +.B fowners\fR \fI[-h|-H|-L|-P|-R] [user][:group] [files] .TP -.B fperms\fR \fI [files] +.B fperms\fR \fI[-R] [files] .PD 1 Performs chown (\fBfowners\fR) or chmod (\fBfperms\fR), applying \fIpermissions\fR to \fIfiles\fR.