summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-10-30 10:49:50 +0000
committertrasz <trasz@FreeBSD.org>2014-10-30 10:49:50 +0000
commit5375ed16d494fb73015f8b73543a9e80489afb92 (patch)
tree05aaefd6a803d3dcbf57956a67b62488ca13f3b8 /lib/libc
parent63b5e04c2850f21a02dbef7015b8cd5c7d216691 (diff)
downloadFreeBSD-src-5375ed16d494fb73015f8b73543a9e80489afb92.zip
FreeBSD-src-5375ed16d494fb73015f8b73543a9e80489afb92.tar.gz
Make it clear that ACL flags are NFSv4-only.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/posix1e/acl_add_flag_np.34
-rw-r--r--lib/libc/posix1e/acl_clear_flags_np.34
-rw-r--r--lib/libc/posix1e/acl_delete_flag_np.34
-rw-r--r--lib/libc/posix1e/acl_get_flag_np.34
-rw-r--r--lib/libc/posix1e/acl_get_flagset_np.34
-rw-r--r--lib/libc/posix1e/acl_set_entry_type_np.34
-rw-r--r--lib/libc/posix1e/acl_set_flagset_np.34
7 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/posix1e/acl_add_flag_np.3 b/lib/libc/posix1e/acl_add_flag_np.3
index 9f7b21e..db8e565 100644
--- a/lib/libc/posix1e/acl_add_flag_np.3
+++ b/lib/libc/posix1e/acl_add_flag_np.3
@@ -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 .
diff --git a/lib/libc/posix1e/acl_clear_flags_np.3 b/lib/libc/posix1e/acl_clear_flags_np.3
index a3da481..06dee97 100644
--- a/lib/libc/posix1e/acl_clear_flags_np.3
+++ b/lib/libc/posix1e/acl_clear_flags_np.3
@@ -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
diff --git a/lib/libc/posix1e/acl_delete_flag_np.3 b/lib/libc/posix1e/acl_delete_flag_np.3
index ba7a738..6a613eb 100644
--- a/lib/libc/posix1e/acl_delete_flag_np.3
+++ b/lib/libc/posix1e/acl_delete_flag_np.3
@@ -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
diff --git a/lib/libc/posix1e/acl_get_flag_np.3 b/lib/libc/posix1e/acl_get_flag_np.3
index d70ce84..f7ee5d7 100644
--- a/lib/libc/posix1e/acl_get_flag_np.3
+++ b/lib/libc/posix1e/acl_get_flag_np.3
@@ -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
diff --git a/lib/libc/posix1e/acl_get_flagset_np.3 b/lib/libc/posix1e/acl_get_flagset_np.3
index fd1c8b2..31573c1 100644
--- a/lib/libc/posix1e/acl_get_flagset_np.3
+++ b/lib/libc/posix1e/acl_get_flagset_np.3
@@ -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.
diff --git a/lib/libc/posix1e/acl_set_entry_type_np.3 b/lib/libc/posix1e/acl_set_entry_type_np.3
index 2257b53..90772e0 100644
--- a/lib/libc/posix1e/acl_set_entry_type_np.3
+++ b/lib/libc/posix1e/acl_set_entry_type_np.3
@@ -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 .
diff --git a/lib/libc/posix1e/acl_set_flagset_np.3 b/lib/libc/posix1e/acl_set_flagset_np.3
index 3d271c8..2230c48 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 .
OpenPOWER on IntegriCloud