From de544d7fafc13ba476976d2d4f324b48a89ea848 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 25 Jul 2009 07:32:12 +0200 Subject: [PATCH] fcntl.2, flock.2: The Documentation/* files are now in Documentation/filesystems Reported-by: Tolga Dalman Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 14 +++++++++----- man2/flock.2 | 6 ++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index f27e6e7ea..d5135af8f 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -53,7 +53,7 @@ .\" mtk: Noted F_SETOWN bug for socket file descriptor in Linux 2.4 .\" and earlier. Added text on permissions required to send signal. .\" -.TH FCNTL 2 2009-02-23 "Linux" "Linux Programmer's Manual" +.TH FCNTL 2 2009-07-25 "Linux" "Linux Programmer's Manual" .SH NAME fcntl \- manipulate file descriptor .SH SYNOPSIS @@ -1100,8 +1100,12 @@ It is therefore inadvisable to rely on mandatory locking. .BR feature_test_macros (7) .P See also -.IR Documentation/locks.txt , -.IR Documentation/mandatory.txt , +.IR locks.txt , +.IR mandatory.txt , and -.I Documentation/dnotify.txt -in the kernel source. +.I dnotify.txt +in the kernel source directory +.IR Documentation/filesystems/ . +(On older kernels, these files are directly under the +.I Documentation/ +directory.) diff --git a/man2/flock.2 b/man2/flock.2 index e156f382f..cee8576c9 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -206,5 +206,7 @@ and occurs on many other implementations.) .BR lockf (3) See also -.I Documentation/locks.txt -in the kernel source. +.I Documentation/filesystem/locks.txt +in the kernel source +.RI ( Documentation/locks.txt +in older kernels).