Deleted Added
full compact
26c26
< .\" $FreeBSD: head/lib/libutil/flopen.3 171705 2007-08-03 06:32:45Z des $
---
> .\" $FreeBSD: head/lib/libutil/flopen.3 171706 2007-08-03 09:20:28Z des $
28c28
< .Dd July 30, 2007
---
> .Dd May 10, 2007
49,51c49,54
< with the same parameters and then acquiring a lock on the entire file
< using
< .Fn fcntl "F_SETLK" ,
---
> with the same parameters followed by
> .Fn flock
> with an
> .Va operation
> argument of
> .Dv LOCK_EX ,
86c89
< .Xr fcntl 2
---
> .Xr flock 2
91c94
< .Xr fcntl 2 ,
---
> .Xr flock 2 ,