summaryrefslogtreecommitdiff
path: root/man2/flock.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-07-25 07:22:37 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-07-25 07:22:37 +0200
commitf62a64aa0599d035b02693ea18792a4fe82db355 (patch)
treeb8c38931e28208c95b6397ff6aa6355bd597962e /man2/flock.2
parentcdd374f8c5b5cd388a462316c748d261c7d0e738 (diff)
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>
Diffstat (limited to 'man2/flock.2')
-rw-r--r--man2/flock.24
1 files changed, 1 insertions, 3 deletions
diff --git a/man2/flock.2 b/man2/flock.2
index f059f67f8..e156f382f 100644
--- a/man2/flock.2
+++ b/man2/flock.2
@@ -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.