]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
mdoclint.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sun, 21 Feb 2010 02:33:20 +0000 (21:33 -0500)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sun, 21 Feb 2010 02:33:20 +0000 (21:33 -0500)
SVN-Revision: 1934

libarchive/archive_entry_acl.3

index 635851d38dfabbd24eff26a75b3afcb32d77aa1a..02d1dbf7b78f43f3609aacb644756d97e0241565 100644 (file)
@@ -96,7 +96,7 @@ with practical implementations in various Operating Systems and archive formats.
 An ACL consists of a number of independent entries.
 Each entry specifies the permission set as bitmask of basic permissions.
 Valid permissions are:
-.Bl -tag -offset indent -compact
+.Bl -tag -offset indent -compact -width "ARCHIVE_ENTRY_ACL_EXECUTE"
 .It Dv ARCHIVE_ENTRY_ACL_EXECUTE
 .It Dv ARCHIVE_ENTRY_ACL_WRITE
 .It Dv ARCHIVE_ENTRY_ACL_READ
@@ -167,7 +167,7 @@ has indicated the presence of extended ACL entries.
 .Fn archive_entry_acl_reset
 prepare reading the list of ACL entries with
 .Fn archive_entry_acl_next
-or 
+or
 .Fn archive_entry_acl_next_w .
 The function returns either 0, if no non-extended ACLs are found.
 In this case, the access permissions should be obtained by
@@ -181,14 +181,14 @@ Otherwise, the function returns the same value as
 converts the ACL entries for the given type mask into a wide string.
 In addition to the normal type flags,
 .Dv ARCHIVE_ENTRY_ACL_STYLE_EXTRA_ID
-and 
+and
 .Dv ARCHIVE_ENTRY_ACL_STYLE_MARK_DEFAULT
 can be specified to further customize the result.
 The returned long string is valid until the next call to
 .Fn archive_entry_acl_clear ,
 .Fn archive_entry_acl_add_entry ,
 .Fn archive_entry_acl_add_entry_w
-or 
+or
 .Fn archive_entry_acl_text_w .
 .Sh RETURN VALUES
 .Fn archive_entry_acl_count
@@ -221,13 +221,13 @@ The returned long string is valid until the next call to
 .Fn archive_entry_acl_clear ,
 .Fn archive_entry_acl_add_entry ,
 .Fn archive_entry_acl_add_entry_w
-or 
+or
 .Fn archive_entry_acl_text_w .
 .Sh SEE ALSO
 .Xr archive 3 ,
 .Xr archive_entry 3
 .Sh BUGS
 .Dv ARCHIVE_ENTRY_ACL_STYLE_EXTRA_ID
-and 
+and
 .Dv ARCHIVE_ENTRY_ACL_STYLE_MARK_DEFAULT
 are not documented.