X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0	tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Fran <flitterio@gmail.com>
Subject: Syntax error in setfacl man page
Date: Tue, 12 Apr 2011 19:17:35 +0000 (UTC)
Lines: 27
Message-ID: <loom.20110412T210842-559@post.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Sometime in the last few months, setfacl stopped accepting two colons (::) after
the keyword "other", as in this example:

  $ setfacl -s user::rw-,group::r--,other::r-- filename
  setfacl: illegal acl entries

But the setfacl(1) man page continues to show the invalid syntax:

  o[ther]::perm

The following patch to the man page source fixes this.  Hope this helps.
--
Fran


--- setfacl.1.orig	2011-04-12 15:14:54.156952000 -0400
+++ setfacl.1	2011-04-12 15:15:13.475952000 -0400
@@ -52,7 +52,7 @@
 .br
          m[ask]::perm 
 .br
-         o[ther]::perm 
+         o[ther]:perm 
 .br
 
 .PP



--
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

