flock.2: SEE ALSO: add flock(1)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-11 23:54:12 +01:00
parent b2653a99f4
commit 278742f7e6
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@
.\"
.\" FIXME: Maybe document LOCK_MAND, LOCK_RW, LOCK_READ, LOCK_WRITE
.\" which only have effect for SAMBA.
.TH FLOCK 2 2009-07-25 "Linux" "Linux Programmer's Manual"
.TH FLOCK 2 2013-02-11 "Linux" "Linux Programmer's Manual"
.SH NAME
flock \- apply or remove an advisory lock on an open file
.SH SYNOPSIS
@ -198,6 +198,7 @@ and occurs on many other implementations.)
.\" Kernel 2.5.21 changed things a little: during lock conversion
.\" it is now the highest priority process that will get the lock -- mtk
.SH "SEE ALSO"
.BR flock (1),
.BR close (2),
.BR dup (2),
.BR execve (2),