These interfaces are specified in POSIX.1-2008.

This commit is contained in:
Michael Kerrisk 2008-08-21 06:16:15 +00:00
parent 9f61bba169
commit 5144e45f51
12 changed files with 24 additions and 36 deletions

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH FACCESSAT 2 2007-02-28 "Linux" "Linux Programmer's Manual" .TH FACCESSAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
faccessat \- check user's permissions of a file relative to a \ faccessat \- check user's permissions of a file relative to a \
directory file descriptor directory file descriptor
@ -118,8 +118,7 @@ is a file descriptor referring to a file other than a directory.
.BR faccessat () .BR faccessat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH FCHMODAT 2 2006-05-05 "Linux" "Linux Programmer's Manual" .TH FCHMODAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fchmodat \- change permissions of a file relative to a directory \ fchmodat \- change permissions of a file relative to a directory \
file descriptor file descriptor
@ -118,8 +118,7 @@ which is not supported.
.BR fchmodat () .BR fchmodat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH FCHOWNAT 2 2006-05-05 "Linux" "Linux Programmer's Manual" .TH FCHOWNAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fchownat \- change ownership of a file relative to a directory \ fchownat \- change ownership of a file relative to a directory \
file descriptor file descriptor
@ -116,8 +116,7 @@ is a file descriptor referring to a file other than a directory.
.BR fchownat () .BR fchownat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
A similar system call exists on Solaris. A similar system call exists on Solaris.
.SH NOTES .SH NOTES
See See

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH FSTATAT 2 2006-04-30 "Linux" "Linux Programmer's Manual" .TH FSTATAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fstatat \- get file status relative to a directory file descriptor fstatat \- get file status relative to a directory file descriptor
.SH SYNOPSIS .SH SYNOPSIS
@ -116,8 +116,7 @@ is a file descriptor referring to a file other than a directory.
.BR fstatat () .BR fstatat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
A similar system call exists on Solaris. A similar system call exists on Solaris.
.SH NOTES .SH NOTES
See See

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH LINKAT 2 2006-04-10 "Linux" "Linux Programmer's Manual" .TH LINKAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
linkat \- create a file link relative to directory file descriptors linkat \- create a file link relative to directory file descriptors
.SH SYNOPSIS .SH SYNOPSIS
@ -128,8 +128,7 @@ and
.BR linkat () .BR linkat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH MKDIRAT 2 2006-04-06 "Linux" "Linux Programmer's Manual" .TH MKDIRAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mkdirat \- create a directory relative to a directory file descriptor mkdirat \- create a directory relative to a directory file descriptor
.SH SYNOPSIS .SH SYNOPSIS
@ -96,8 +96,7 @@ is a file descriptor referring to a file other than a directory.
.BR mkdirat () .BR mkdirat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH MKNODAT 2 2006-04-06 "Linux" "Linux Programmer's Manual" .TH MKNODAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mknodat \- create a special or ordinary file relative to a directory mknodat \- create a special or ordinary file relative to a directory
file descriptor file descriptor
@ -98,8 +98,7 @@ is a file descriptor referring to a file other than a directory.
.BR mknodat () .BR mknodat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH OPENAT 2 2006-03-06 "Linux" "Linux Programmer's Manual" .TH OPENAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
openat \- open a file relative to a directory file descriptor openat \- open a file relative to a directory file descriptor
.SH SYNOPSIS .SH SYNOPSIS
@ -97,8 +97,7 @@ is a file descriptor referring to a file other than a directory.
.BR openat () .BR openat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
A similar system call exists on Solaris. A similar system call exists on Solaris.
.\" The 'at' suffix in Solaris is actually double sensed. It .\" The 'at' suffix in Solaris is actually double sensed. It
.\" primarily referred to "extended *at*tributes", which are .\" primarily referred to "extended *at*tributes", which are

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH READLINKAT 2 2006-07-21 "Linux" "Linux Programmer's Manual" .TH READLINKAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
readlinkat \- read value of a symbolic link relative to readlinkat \- read value of a symbolic link relative to
a directory file descriptor a directory file descriptor
@ -99,8 +99,7 @@ is a file descriptor referring to a file other than a directory.
.BR readlinkat () .BR readlinkat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH RENAMEAT 2 2006-04-10 "Linux" "Linux Programmer's Manual" .TH RENAMEAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
renameat \- rename a file relative to directory file descriptors renameat \- rename a file relative to directory file descriptors
.SH SYNOPSIS .SH SYNOPSIS
@ -111,8 +111,7 @@ and
.BR renameat () .BR renameat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH SYMLINKAT 2 2006-04-10 "Linux" "Linux Programmer's Manual" .TH SYMLINKAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
symlinkat \- create a symbolic link relative to a directory file descriptor symlinkat \- create a symbolic link relative to a directory file descriptor
.SH SYNOPSIS .SH SYNOPSIS
@ -97,8 +97,7 @@ is a file descriptor referring to a file other than a directory.
.BR symlinkat () .BR symlinkat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
.SH NOTES .SH NOTES
See See
.BR openat (2) .BR openat (2)

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.\" .\"
.TH UNLINKAT 2 2006-04-10 "Linux" "Linux Programmer's Manual" .TH UNLINKAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
unlinkat \- remove a directory entry relative to a directory file descriptor unlinkat \- remove a directory entry relative to a directory file descriptor
.SH SYNOPSIS .SH SYNOPSIS
@ -133,8 +133,7 @@ is a file descriptor referring to a file other than a directory.
.BR unlinkat () .BR unlinkat ()
was added to Linux in kernel 2.6.16. was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This system call is non-standard but is proposed POSIX.1-2008.
for inclusion in a future revision of POSIX.1.
A similar system call exists on Solaris. A similar system call exists on Solaris.
.SH NOTES .SH NOTES
See See