From owner-svn-src-all@FreeBSD.ORG Sat Nov 29 15:50:16 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 581B0E61; Sat, 29 Nov 2014 15:50:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39DD76D9; Sat, 29 Nov 2014 15:50:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sATFoGqw058379; Sat, 29 Nov 2014 15:50:16 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sATFoEDb058371; Sat, 29 Nov 2014 15:50:14 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201411291550.sATFoEDb058371@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Sat, 29 Nov 2014 15:50:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r275253 - stable/10/lib/libc/posix1e X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2014 15:50:16 -0000 Author: trasz Date: Sat Nov 29 15:50:13 2014 New Revision: 275253 URL: https://svnweb.freebsd.org/changeset/base/275253 Log: MFC r273853: Make it clear that ACL flags are NFSv4-only. Sponsored by: The FreeBSD Foundation Modified: stable/10/lib/libc/posix1e/acl_add_flag_np.3 stable/10/lib/libc/posix1e/acl_clear_flags_np.3 stable/10/lib/libc/posix1e/acl_delete_flag_np.3 stable/10/lib/libc/posix1e/acl_get_flag_np.3 stable/10/lib/libc/posix1e/acl_get_flagset_np.3 stable/10/lib/libc/posix1e/acl_set_entry_type_np.3 stable/10/lib/libc/posix1e/acl_set_flagset_np.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/posix1e/acl_add_flag_np.3 ============================================================================== --- stable/10/lib/libc/posix1e/acl_add_flag_np.3 Sat Nov 29 15:48:47 2014 (r275252) +++ stable/10/lib/libc/posix1e/acl_add_flag_np.3 Sat Nov 29 15:50:13 2014 (r275253) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 25, 2009 +.Dd October 30, 2014 .Dt ACL_ADD_FLAG_NP 3 .Os .Sh NAME @@ -42,7 +42,7 @@ The .Fn acl_add_flag_np function -is a non-portable call that adds the flags contained in +is a non-portable call that adds the NFSv4 ACL flags contained in .Fa flags to the flagset .Fa flagset_d . Modified: stable/10/lib/libc/posix1e/acl_clear_flags_np.3 ============================================================================== --- stable/10/lib/libc/posix1e/acl_clear_flags_np.3 Sat Nov 29 15:48:47 2014 (r275252) +++ stable/10/lib/libc/posix1e/acl_clear_flags_np.3 Sat Nov 29 15:50:13 2014 (r275253) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 25, 2009 +.Dd October 30, 2014 .Dt ACL_CLEAR_FLAGS_NP 3 .Os .Sh NAME @@ -42,7 +42,7 @@ The .Fn acl_clear_flags_np function -is a non-portable call that clears all flags from flagset +is a non-portable call that clears all NFSv4 ACL flags from flagset .Fa flagset_d . .Sh RETURN VALUES .Rv -std acl_clear_flags_np Modified: stable/10/lib/libc/posix1e/acl_delete_flag_np.3 ============================================================================== --- stable/10/lib/libc/posix1e/acl_delete_flag_np.3 Sat Nov 29 15:48:47 2014 (r275252) +++ stable/10/lib/libc/posix1e/acl_delete_flag_np.3 Sat Nov 29 15:50:13 2014 (r275253) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 10, 2001 +.Dd October 30, 2014 .Dt ACL_DELETE_FLAG_NP 3 .Os .Sh NAME @@ -42,7 +42,7 @@ The .Fn acl_delete_flag_np function -is a non-portable call that removes specific flags from flagset +is a non-portable call that removes specific NFSv4 ACL flags from flagset .Fa flags . .Sh RETURN VALUES .Rv -std acl_delete_flag_np Modified: stable/10/lib/libc/posix1e/acl_get_flag_np.3 ============================================================================== --- stable/10/lib/libc/posix1e/acl_get_flag_np.3 Sat Nov 29 15:48:47 2014 (r275252) +++ stable/10/lib/libc/posix1e/acl_get_flag_np.3 Sat Nov 29 15:50:13 2014 (r275253) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 25, 2009 +.Dd October 30, 2014 .Dt ACL_GET_FLAG_NP 3 .Os .Sh NAME @@ -42,7 +42,7 @@ The .Fn acl_get_flag_np function -is a non-portable function that checks if a flag is set in +is a non-portable function that checks if a NFSv4 ACL flag is set in a flagset. .Sh RETURN VALUES If the flag in Modified: stable/10/lib/libc/posix1e/acl_get_flagset_np.3 ============================================================================== --- stable/10/lib/libc/posix1e/acl_get_flagset_np.3 Sat Nov 29 15:48:47 2014 (r275252) +++ stable/10/lib/libc/posix1e/acl_get_flagset_np.3 Sat Nov 29 15:50:13 2014 (r275253) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 25, 2009 +.Dd October 30, 2014 .Dt ACL_GET_FLAGSET_NP 3 .Os .Sh NAME @@ -44,7 +44,7 @@ The function is a non-portable call that returns via .Fa flagset_np_p -a descriptor to the flagset in the ACL entry +a descriptor to the flagset in the NFSv4 ACL entry .Fa entry_d . Subsequent operations using the returned flagset operate on the flagset within the ACL entry. Modified: stable/10/lib/libc/posix1e/acl_set_entry_type_np.3 ============================================================================== --- stable/10/lib/libc/posix1e/acl_set_entry_type_np.3 Sat Nov 29 15:48:47 2014 (r275252) +++ stable/10/lib/libc/posix1e/acl_set_entry_type_np.3 Sat Nov 29 15:50:13 2014 (r275253) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 25, 2009 +.Dd October 30, 2014 .Dt ACL_SET_ENTRY_TYPE_NP 3 .Os .Sh NAME @@ -42,7 +42,7 @@ The .Fn acl_set_entry_type_np function -is a non-portable call that sets the type of the ACL entry +is a non-portable call that sets the type of the NFSv4 ACL entry .Fa entry_d to the value referred to by .Fa entry_type . Modified: stable/10/lib/libc/posix1e/acl_set_flagset_np.3 ============================================================================== --- stable/10/lib/libc/posix1e/acl_set_flagset_np.3 Sat Nov 29 15:48:47 2014 (r275252) +++ stable/10/lib/libc/posix1e/acl_set_flagset_np.3 Sat Nov 29 15:50:13 2014 (r275253) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 25, 2009 +.Dd October 30, 2014 .Dt ACL_SET_FLAGSET_NP 3 .Os .Sh NAME @@ -42,7 +42,7 @@ The .Fn acl_set_flagset_np function -is a non-portable call that sets the flags of ACL entry +is a non-portable call that sets the flags of NFSv4 ACL entry .Fa entry_d with the flags contained in .Fa flagset_d .