diff options
| -rw-r--r-- | man2/fchmodat.2 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/man2/fchmodat.2 b/man2/fchmodat.2 index ff3bc1a107..2086bf461f 100644 --- a/man2/fchmodat.2 +++ b/man2/fchmodat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" -.TH FCHMODAT 2 2012-04-17 "Linux" "Linux Programmer's Manual" +.TH FCHMODAT 2 2012-04-22 "Linux" "Linux Programmer's Manual" .SH NAME fchmodat \- change permissions of a file relative to a directory \ file descriptor @@ -143,11 +143,9 @@ See for an explanation of the need for .BR fchmodat (). -This page documents the interface provided by the -glibc wrapper function for the -.BR fchmodat () -system call. -The underlying system call does +The GNU C library wrapper function implements the POSIX-specified +interface described in this page. +This interface differs from the underlying Linux system call, which does .I not have a .I flags |
