Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2008 19:35:07 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150526 for review
Message-ID:  <200809261935.m8QJZ7VY009753@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809261935.m8QJZ7VY009753>