diff options
author | trasz <trasz@FreeBSD.org> | 2014-11-29 15:50:13 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-11-29 15:50:13 +0000 |
commit | 684c853eedda1ab40d856b5bdd3f8e2c3055e5ac (patch) | |
tree | 4580312a8c175962d161e6ad93f1e34f97feba77 /lib/libc/posix1e/acl_set_flagset_np.3 | |
parent | 964eff34c65e793e61436608ad903256b2776582 (diff) | |
download | FreeBSD-src-684c853eedda1ab40d856b5bdd3f8e2c3055e5ac.zip FreeBSD-src-684c853eedda1ab40d856b5bdd3f8e2c3055e5ac.tar.gz |
MFC r273853:
Make it clear that ACL flags are NFSv4-only.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/posix1e/acl_set_flagset_np.3')
-rw-r--r-- | lib/libc/posix1e/acl_set_flagset_np.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl_set_flagset_np.3 b/lib/libc/posix1e/acl_set_flagset_np.3 index 386665d..3cd9187 100644 --- a/lib/libc/posix1e/acl_set_flagset_np.3 +++ b/lib/libc/posix1e/acl_set_flagset_np.3 @@ -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 . |