flock.2: Remove unneeded reference to Documentation/mandatory.txt

Mandatory locks are only implemented by fcntl() locking

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-07-25 07:22:37 +02:00
parent cdd374f8c5
commit f62a64aa05
1 changed files with 1 additions and 3 deletions

View File

@ -29,7 +29,7 @@
.\" Substantial rewrites and additions
.\" 2005-05-10 mtk, noted that lock conversions are not atomic.
.\"
.TH FLOCK 2 2002-04-24 "Linux" "Linux Programmer's Manual"
.TH FLOCK 2 2009-07-25 "Linux" "Linux Programmer's Manual"
.SH NAME
flock \- apply or remove an advisory lock on an open file
.SH SYNOPSIS
@ -207,6 +207,4 @@ and occurs on many other implementations.)
See also
.I Documentation/locks.txt
and
.I Documentation/mandatory.txt
in the kernel source.