fcntl.2, flock.2: The Documentation/* files are now in Documentation/filesystems

Reported-by: Tolga Dalman <tdalman@project-psi.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-07-25 07:32:12 +02:00
parent f62a64aa05
commit de544d7faf
2 changed files with 13 additions and 7 deletions

View File

@ -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.)

View File

@ -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).