X-Git-Url: https://git.saurik.com/apple/copyfile.git/blobdiff_plain/618b37c8752c3ad13c3fa5762ae59be51bc85a2c..875640558c3d4efc0a2c45a31be3c7fa8172ec55:/xattr_name_with_flags.3 diff --git a/xattr_name_with_flags.3 b/xattr_name_with_flags.3 index 509f8b1..0840430 100644 --- a/xattr_name_with_flags.3 +++ b/xattr_name_with_flags.3 @@ -1,7 +1,7 @@ .\" .\" Copyright (c) 2013 Apple Computer, Inc. All rights reserved. .\" -.Dd October 7, 2013 +.Dd December 21, 2016 .Dt XATTR_NAME_WITH_FLAGS 3 .Os .Sh NAME @@ -10,7 +10,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In xattr_properties.h +.In xattr_flags.h .Ft int .Fn xattr_preserve_for_intent "const char *" "xattr_operation_intent_t" .Ft char * @@ -56,7 +56,7 @@ argument indicates it should not be preserved for the given intent, or 1 if it should. .Pp The function -.Fn xattr_presere_for_intent +.Fn xattr_preserve_for_intent combines the functions above, and will return zero if the named extended attribute should be preserved during a copy for the given intent. @@ -73,7 +73,7 @@ case. .It Dv XATTR_OPERATION_INTENT_SAVE Indicates that intent is to perform a save (perhaps as in a "safe save"). This differs from a copy in that the content may be changing; the destination -may be over-writing or replacing the source, and som extended attributes should +may be over-writing or replacing the source, and some extended attributes should not be preserved during this process. .It Dv XATTR_OPERATION_INTENT_SHARE Indicates that the intent is to share, or export, the object. For example,