*
* @return
* - @c ACL_SUCCESS - The parent default ACL was inherited successfully.
- * - @c ACL_FAILURE - The target path is not a regular file/directory,
- * or the parent of @c path is not a directory.
+ * - @c ACL_FAILURE - If symlinks or hard links are encountered.
* - @c ACL_ERROR - Unexpected library error.
*/
int apply_default_acl_ex(const char* path,
*
* @return
* - @c ACL_SUCCESS - The parent default ACL was inherited successfully.
- * - @c ACL_FAILURE - The target path is not a regular file/directory,
+ * - @c ACL_FAILURE - If symlinks or hard links are encountered.
* or the parent of @c path is not a directory.
* - @c ACL_ERROR - Unexpected library error.
*/