]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/revoke.2
xnu-2782.40.9.tar.gz
[apple/xnu.git] / bsd / man / man2 / revoke.2
index 00d0991713907230719ad24bc40f540619172d49..580c2ce75d123c8eaa83338ffeccfcfee1613567 100644 (file)
@@ -98,6 +98,10 @@ The named file is neither a character special or block
 special file.
 .It Bq Er EPERM
 The caller is neither the owner of the file nor the super user.
+.It Bq Er ENOTSUP
+The path does not represent a block or character device.
+.It Bq Er EBUSY
+The path represents a block device which is providing the backing for a mounted volume. 
 .El
 .Sh SEE ALSO
 .Xr close 2