diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 20:59:12 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 20:59:12 +0000 |
| commit | 1f2cec106f598418fc7c7911c5f960d3c400a032 (patch) | |
| tree | 0740bbdd50b4e24e3b8d60b613944f1de59b7db7 /lib/libc/sys/flock.2 | |
| parent | ab7e1a571298edd620866e971546c7e3d53b298b (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/flock.2')
| -rw-r--r-- | lib/libc/sys/flock.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2 index f76b094450b8..fc3e15cccc3b 100644 --- a/lib/libc/sys/flock.2 +++ b/lib/libc/sys/flock.2 @@ -49,8 +49,9 @@ .Ft int .Fn flock "int fd" "int operation" .Sh DESCRIPTION -.Fn Flock -applies or removes an +The +.Fn flock +function applies or removes an .Em advisory lock on the file associated with the file descriptor .Fa fd . |
