From 2859e48cd82448435ac9fb90521e3fd15d73debd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 27 Jun 2010 07:47:59 +0200 Subject: [PATCH] flock.2: srcfix: Add FIXME for LOCK_MAND Signed-off-by: Michael Kerrisk --- man2/flock.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/flock.2 b/man2/flock.2 index f009ea33a..81a57fafb 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -18,7 +18,7 @@ .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working -.\" professionally. + .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. @@ -29,6 +29,8 @@ .\" Substantial rewrites and additions .\" 2005-05-10 mtk, noted that lock conversions are not atomic. .\" +.\" 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" .SH NAME flock \- apply or remove an advisory lock on an open file