From owner-p4-projects@FreeBSD.ORG Fri Sep 26 19:35:07 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AC547106568E; Fri, 26 Sep 2008 19:35:07 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 706CE106568B for ; Fri, 26 Sep 2008 19:35:07 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EEFA8FC1B for ; Fri, 26 Sep 2008 19:35:07 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8QJZ7Xa009758 for ; Fri, 26 Sep 2008 19:35:07 GMT (envelope-from trasz@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8QJZ7VY009753 for perforce@freebsd.org; Fri, 26 Sep 2008 19:35:07 GMT (envelope-from trasz@freebsd.org) Date: Fri, 26 Sep 2008 19:35:07 GMT Message-Id: <200809261935.m8QJZ7VY009753@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to trasz@freebsd.org using -f From: Edward Tomasz Napierala To: Perforce Change Reviews Cc: Subject: PERFORCE change 150526 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 19:35:07 -0000 http://perforce.freebsd.org/chv.cgi?CH=150526 Change 150526 by trasz@trasz_traszkan on 2008/09/26 19:34:46 Minor agl_get_brand_np(3) manual page fix. Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_get_brand_np.3#3 edit Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_get_brand_np.3#3 (text+ko) ==== @@ -51,9 +51,10 @@ .Pp Branding is an internal mechanism intended to prevent mixing POSIX.1e and NFS4 entries by mistake. +It's also used by the libc to determine how to print out the ACL. The first call to function that is specific for one particular brand - POSIX -or NFS4 - "brands" the ACL. Calling another function specific to another -brand will result in error. +or NFS4 - "brands" the ACL. +After that, calling function specific to another brand will result in error. .Sh RETURN VALUES .Rv -std acl_get_brand_np .Sh ERRORS