X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=wbx XICSQmps6ninAu2iWXtWc/RRk6dY0MBf034PFro4qaxzIujP4RmPVTVehvP88u52 i5PxxcUQGX1LO6H5E6RlgJcDAifnZKdj3uQEr0gYFXxGEigYKLXnByss/qDOKm9K oUycx5zbinCauKXe9GeSNbc2ebSxyOo9A1iFs74s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=U80xHeQbh OY3FMXAcwdREkY2SRI=; b=j3it7ZAA7sXN7z3BxdxYsSjz9anlwNuW0lLknlQd9 LeBlvBdhiPWRhEb2w+wNi1R5bTAFS17Dcq3xo1Cju9wiZGT5Dv0yLuTiLSLPcBgL XS2e0qVthnHjfZGXi8umn5vZy2H9mCg0dIiQETodZ7EpgLhYFeimUx24dZh4qEHy cQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: Ishtar.hs.tlinx.org Message-ID: <54F104B7.6050307@tlinx.org> Date: Fri, 27 Feb 2015 15:58:47 -0800 From: Linda Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: unclear wording on getfacl manpage (--all != ALL) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes on the CYGWIN getfacl manpage, it has -a, --all display the filename, the owner, the group, and the ACL of the file -- But in the linux version it says: -a, --access Display the file access control list. -- The "--all" in the cygwin cygwin version sounds like it should display all ACL-related entries, but it really only displays the inode-specific acl on directories. To display "all ACL-related entries", one uses no parameter. The usage of "--all" to indicate the option "limits" output to only the "inode-specific" part is confusing and unclear. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple