summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-29 16:02:40 +0000
committerjoel <joel@FreeBSD.org>2012-03-29 16:02:40 +0000
commitf1a6c7f032298f43ebb6233abc9302776c4687df (patch)
tree55ebf7e4c35da21fac5349f33e9edb6fd16e6598 /lib/libc/posix1e
parentfc9fab80c6a39b7d3c66495c21ebf5bba43ad393 (diff)
downloadFreeBSD-src-f1a6c7f032298f43ebb6233abc9302776c4687df.zip
FreeBSD-src-f1a6c7f032298f43ebb6233abc9302776c4687df.tar.gz
mandoc complains loudly when <TAB>s are misused in columnated lists. Fix
this syntax violation and while I'm here also convert <TAB> to Ta and adjust quotation marks in order to prevent this problem in the future.
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl_add_flag_np.38
-rw-r--r--lib/libc/posix1e/acl_add_perm.332
-rw-r--r--lib/libc/posix1e/acl_set_entry_type_np.34
-rw-r--r--lib/libc/posix1e/acl_set_tag_type.316
-rw-r--r--lib/libc/posix1e/acl_to_text.36
5 files changed, 33 insertions, 33 deletions
diff --git a/lib/libc/posix1e/acl_add_flag_np.3 b/lib/libc/posix1e/acl_add_flag_np.3
index cf4890b..057de03 100644
--- a/lib/libc/posix1e/acl_add_flag_np.3
+++ b/lib/libc/posix1e/acl_add_flag_np.3
@@ -52,10 +52,10 @@ that already exist in the flagset.
.Pp
Valid values are:
.Bl -column -offset 3n "ACL_ENTRY_NO_PROPAGATE_INHERIT"
-.It ACL_ENTRY_FILE_INHERIT Will be inherited by files.
-.It ACL_ENTRY_DIRECTORY_INHERIT Will be inherited by directories.
-.It ACL_ENTRY_NO_PROPAGATE_INHERIT Will not propagate.
-.It ACL_ENTRY_INHERIT_ONLY Inherit-only.
+.It ACL_ENTRY_FILE_INHERIT Ta "Will be inherited by files."
+.It ACL_ENTRY_DIRECTORY_INHERIT Ta "Will be inherited by directories."
+.It ACL_ENTRY_NO_PROPAGATE_INHERIT Ta "Will not propagate."
+.It ACL_ENTRY_INHERIT_ONLY Ta "Inherit-only."
.El
.Sh RETURN VALUES
.Rv -std acl_add_flag_np
diff --git a/lib/libc/posix1e/acl_add_perm.3 b/lib/libc/posix1e/acl_add_perm.3
index beb5f98..564b83d 100644
--- a/lib/libc/posix1e/acl_add_perm.3
+++ b/lib/libc/posix1e/acl_add_perm.3
@@ -59,22 +59,22 @@ For POSIX.1e ACLs, valid values are:
.Pp
For NFSv4 ACLs, valid values are:
.Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS"
-.It ACL_READ_DATA Read permission
-.It ACL_LIST_DIRECTORY Same as ACL_READ_DATA
-.It ACL_WRITE_DATA Write permission, or permission to create files
-.It ACL_ADD_FILE Same as ACL_READ_DATA
-.It ACL_APPEND_DATA Permission to create directories. Ignored for files
-.It ACL_ADD_SUBDIRECTORY Same as ACL_APPEND_DATA
-.It ACL_READ_NAMED_ATTRS Ignored
-.It ACL_WRITE_NAMED_ATTRS Ignored
-.It ACL_EXECUTE Execute permission
-.It ACL_DELETE_CHILD Permission to delete files and subdirectories
-.It ACL_READ_ATTRIBUTES Permission to read basic attributes
-.It ACL_WRITE_ATTRIBUTES Permission to change basic attributes
-.It ACL_DELETE Permission to delete the object this ACL is placed on
-.It ACL_READ_ACL Permission to read ACL
-.It ACL_WRITE_ACL Permission to change the ACL and file mode
-.It ACL_SYNCHRONIZE Ignored
+.It ACL_READ_DATA Ta "Read permission"
+.It ACL_LIST_DIRECTORY Ta "Same as ACL_READ_DATA"
+.It ACL_WRITE_DATA Ta "Write permission, or permission to create files"
+.It ACL_ADD_FILE Ta "Same as ACL_READ_DATA"
+.It ACL_APPEND_DATA Ta "Permission to create directories. Ignored for files"
+.It ACL_ADD_SUBDIRECTORY Ta "Same as ACL_APPEND_DATA"
+.It ACL_READ_NAMED_ATTRS Ta "Ignored"
+.It ACL_WRITE_NAMED_ATTRS Ta "Ignored"
+.It ACL_EXECUTE Ta "Execute permission"
+.It ACL_DELETE_CHILD Ta "Permission to delete files and subdirectories"
+.It ACL_READ_ATTRIBUTES Ta "Permission to read basic attributes"
+.It ACL_WRITE_ATTRIBUTES Ta "Permission to change basic attributes"
+.It ACL_DELETE Ta "Permission to delete the object this ACL is placed on"
+.It ACL_READ_ACL Ta "Permission to read ACL"
+.It ACL_WRITE_ACL Ta "Permission to change the ACL and file mode"
+.It ACL_SYNCHRONIZE Ta "Ignored"
.El
.Pp
Calling
diff --git a/lib/libc/posix1e/acl_set_entry_type_np.3 b/lib/libc/posix1e/acl_set_entry_type_np.3
index bda0c48..648775d 100644
--- a/lib/libc/posix1e/acl_set_entry_type_np.3
+++ b/lib/libc/posix1e/acl_set_entry_type_np.3
@@ -49,8 +49,8 @@ to the value referred to by
.Pp
Valid values are:
.Bl -column -offset 3n "ACL_ENTRY_TYPE_ALLOW"
-.It ACL_ENTRY_TYPE_ALLOW "allow" type entry
-.It ACL_ENTRY_TYPE_DENY "deny" type entry
+.It ACL_ENTRY_TYPE_ALLOW Ta "allow" type entry
+.It ACL_ENTRY_TYPE_DENY Ta "deny" type entry
.El
.Pp
This call brands the ACL as NFSv4.
diff --git a/lib/libc/posix1e/acl_set_tag_type.3 b/lib/libc/posix1e/acl_set_tag_type.3
index 88aad72..79526a0 100644
--- a/lib/libc/posix1e/acl_set_tag_type.3
+++ b/lib/libc/posix1e/acl_set_tag_type.3
@@ -49,14 +49,14 @@ to the value of
.Pp
Valid values are:
.Bl -column -offset 3n "ACL_OTHER_OBJ"
-.It ACL_USER_OBJ Permissions apply to file owner
-.It ACL_USER Permissions apply to additional user specified by qualifier
-.It ACL_GROUP_OBJ Permissions apply to file group
-.It ACL_GROUP Permissions apply to additional group specified by qualifier
-.It ACL_MASK Permissions specify mask
-.It ACL_OTHER Permissions apply to "other"
-.It ACL_OTHER_OBJ Same as ACL_OTHER
-.It ACL_EVERYONE Permissions apply to "everyone@"
+.It ACL_USER_OBJ Ta "Permissions apply to file owner"
+.It ACL_USER Ta "Permissions apply to additional user specified by qualifier"
+.It ACL_GROUP_OBJ Ta "Permissions apply to file group"
+.It ACL_GROUP Ta "Permissions apply to additional group specified by qualifier"
+.It ACL_MASK Ta "Permissions specify mask"
+.It ACL_OTHER Ta Permissions apply to "other"
+.It ACL_OTHER_OBJ Ta "Same as ACL_OTHER"
+.It ACL_EVERYONE Ta Permissions apply to "everyone@"
.El
.Pp
Calling
diff --git a/lib/libc/posix1e/acl_to_text.3 b/lib/libc/posix1e/acl_to_text.3
index 8491e32..08fec20 100644
--- a/lib/libc/posix1e/acl_to_text.3
+++ b/lib/libc/posix1e/acl_to_text.3
@@ -67,9 +67,9 @@ The flags specified are formed by
.Em or Ns 'ing
the following values
.Bl -column -offset 3n "ACL_TEXT_NUMERIC_IDS"
-.It ACL_TEXT_VERBOSE Format ACL using verbose form
-.It ACL_TEXT_NUMERIC_IDS Do not resolve IDs into user or group names
-.It ACL_TEXT_APPEND_ID In addition to user and group names, append numeric IDs
+.It ACL_TEXT_VERBOSE Ta "Format ACL using verbose form"
+.It ACL_TEXT_NUMERIC_IDS Ta "Do not resolve IDs into user or group names"
+.It ACL_TEXT_APPEND_ID Ta "In addition to user and group names, append numeric IDs"
.El
.Pp
This function allocates any memory necessary to contain the string and
OpenPOWER on IntegriCloud