]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/flock.2
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / man / man2 / flock.2
index e38879e58047eb82fb688270c6b752d92d1134fb..5b0b60a220a11633727f3ff21112ffbcc2667c74 100644 (file)
@@ -48,7 +48,7 @@
 .Ft int
 .Fn flock "int fd" "int operation"
 .Sh DESCRIPTION
-.Fn Flock
+.Fn flock
 applies or removes an
 .Em advisory
 lock on the file associated with the file descriptor
@@ -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