Return-Path: Received: from mail-vk0-f43.google.com ([209.85.213.43]:35050 "EHLO mail-vk0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754359AbcBNXMX (ORCPT ); Sun, 14 Feb 2016 18:12:23 -0500 Received: by mail-vk0-f43.google.com with SMTP id e6so95068758vkh.2 for ; Sun, 14 Feb 2016 15:12:21 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <56C0F150.60008@gmail.com> References: <56B770B6.7040803@gmail.com> <56B77262.7090107@gmail.com> <56C0F150.60008@gmail.com> Date: Mon, 15 Feb 2016 00:12:21 +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 Sun, Feb 14, 2016 at 10:27 PM, Michael Kerrisk (man-pages) wrote: > On 02/12/2016 11:25 PM, Andreas Gruenbacher wrote: >> We could sure move acl(5) and richacl(7) there. > > We already have acl(5) (now "acl(7)" in man pages) ;-). Hmm, I can't find that page either in git://git.kernel.org/pub/scm/docs/man-pages/man-pages or on http://man7.org/. Are you sure you don't mean xattr.7 == attr.5 which documents the xattr syscall interface? Andreas