X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..7e41aa883dd258f888d0470250eead40a53ef1f5:/bsd/man/man2/flock.2 diff --git a/bsd/man/man2/flock.2 b/bsd/man/man2/flock.2 index e38879e58..e72823d8d 100644 --- a/bsd/man/man2/flock.2 +++ b/bsd/man/man2/flock.2 @@ -133,15 +133,15 @@ is an invalid descriptor. The argument .Fa fd refers to an object other than a file. -.It Bq Er EOPNOTSUPP +.It Bq Er ENOTSUP The referenced descriptor is not of the correct type. .El .Sh SEE ALSO -.Xr open 2 , .Xr close 2 , .Xr dup 2 , .Xr execve 2 , -.Xr fork 2 +.Xr fork 2 , +.Xr open 2 .Sh HISTORY The .Fn flock