X-Git-Url: https://git.saurik.com/apple/copyfile.git/blobdiff_plain/1f4df596dfa62fdf7a932b82879ec73d6570abc5..f475fe667ad53cee92f5333e91ff2f8d517e91cd:/xattr_name_with_flags.3 diff --git a/xattr_name_with_flags.3 b/xattr_name_with_flags.3 index e8b6b76..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 @@ -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,