Return-Path: Received: from mail-vk0-f46.google.com ([209.85.213.46]:35490 "EHLO mail-vk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754081AbcBWTBV (ORCPT ); Tue, 23 Feb 2016 14:01:21 -0500 Received: by mail-vk0-f46.google.com with SMTP id e6so170452733vkh.2 for ; Tue, 23 Feb 2016 11:01:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <56B770B6.7040803@gmail.com> <56B77262.7090107@gmail.com> <56C0F23C.7030902@gmail.com> <56CA2EEB.9080504@gmail.com> <56CC3B4A.7070204@gmail.com> Date: Tue, 23 Feb 2016 20:01:20 +0100 Message-ID: Subject: Re: richacl(7) man page review comments From: Andreas Gruenbacher To: "Michael Kerrisk (man-pages)" Cc: "J. Bruce Fields" , linux-ext4 , XFS Developers , lkml , linux-fsdevel , Linux NFS Mailing List , linux-cifs@vger.kernel.org, Linux API , Dave Chinner , Christoph Hellwig , Anna Schumaker , Trond Myklebust , Jeff Layton , Andreas Dilger Content-Type: text/plain; charset=UTF-8 Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, Feb 23, 2016 at 4:09 PM, Andreas Gruenbacher wrote: > Hi Michael, > > On Tue, Feb 23, 2016 at 11:58 AM, Michael Kerrisk (man-pages) > wrote: >> On 02/22/2016 03:46 PM, Andreas Gruenbacher wrote: >>> On Sun, Feb 21, 2016 at 10:40 PM, Michael Kerrisk (man-pages) wrote: >>>> I've once more pulled from the latest git; here's some more comments. >>> >>> thanks again. I've updated the repo with your changes. >> >> Next round :-). Just a few quick comments while I'm on a train ride. > > applied, thanks. I've fixed the following additional problems: > diff --git a/man/richacl.7 b/man/richacl.7 > index acdff31..1c82644 100644 > --- a/man/richacl.7 > +++ b/man/richacl.7 > @@ -30,10 +30,8 @@ > .SH NAME > richacl \- Rich Access Control Lists > .SH DESCRIPTION > -Rich Access Control Lists (RichACLs) are an extension of the POSIX file > -permission model (see > -.BR acl (5)) > -to support > +Rich Access Control Lists (RichACLs) are an extension of the traditional POSIX > +file permission model to support > .URL https://tools.ietf.org/rfc/rfc5661.txt "NFSv4 Access Control Lists" > on local and remote-mounted filesystems. RichACLs are an extension of the traditional POSIX file permission model, not of the POSIX ACL model. Unfortunately, there doesn't seem to be a man-page covering POSIX File Access Permissions as in Appendix A of http://www.bestbits.at/richacl/draft-gruenbacher-nfsv4-acls-in-posix-00.html. A lot of the gaps between paragraphs were wrong when rendered for printing. The modification dates were outdated. Andreas