summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_set_tag_type.3
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/acl_set_tag_type.3
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/acl_set_tag_type.3')
-rw-r--r--lib/libc/posix1e/acl_set_tag_type.316
1 files changed, 8 insertions, 8 deletions
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
OpenPOWER on IntegriCloud