]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/flock.2
xnu-4570.61.1.tar.gz
[apple/xnu.git] / bsd / man / man2 / flock.2
index c74ac5b698c7e5ff1d5fec0f798e6f4c0122b73f..5b0b60a220a11633727f3ff21112ffbcc2667c74 100644 (file)
@@ -48,7 +48,7 @@
 .Ft int
 .Fn flock "int fd" "int operation"
 .Sh DESCRIPTION
 .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
 applies or removes an
 .Em advisory
 lock on the file associated with the file descriptor
@@ -137,11 +137,11 @@ refers to an object other than a file.
 The referenced descriptor is not of the correct type.
 .El
 .Sh SEE ALSO
 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 close 2 ,
 .Xr dup 2 ,
 .Xr execve 2 ,
-.Xr fork 2
+.Xr fork 2 ,
+.Xr open 2
 .Sh HISTORY
 The
 .Fn flock
 .Sh HISTORY
 The
 .Fn flock