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

View File

@ -23,7 +23,7 @@
.\" 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
fchmodat \- change permissions of a file relative to a directory \
file descriptor
@ -118,8 +118,7 @@ which is not supported.
.BR fchmodat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)

View File

@ -23,7 +23,7 @@
.\" 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
fchownat \- change ownership of a file relative to a directory \
file descriptor
@ -116,8 +116,7 @@ is a file descriptor referring to a file other than a directory.
.BR fchownat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
A similar system call exists on Solaris.
.SH NOTES
See

View File

@ -23,7 +23,7 @@
.\" 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
fstatat \- get file status relative to a directory file descriptor
.SH SYNOPSIS
@ -116,8 +116,7 @@ is a file descriptor referring to a file other than a directory.
.BR fstatat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
A similar system call exists on Solaris.
.SH NOTES
See

View File

@ -23,7 +23,7 @@
.\" 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
linkat \- create a file link relative to directory file descriptors
.SH SYNOPSIS
@ -128,8 +128,7 @@ and
.BR linkat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)

View File

@ -23,7 +23,7 @@
.\" 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
mkdirat \- create a directory relative to a directory file descriptor
.SH SYNOPSIS
@ -96,8 +96,7 @@ is a file descriptor referring to a file other than a directory.
.BR mkdirat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)

View File

@ -23,7 +23,7 @@
.\" 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
mknodat \- create a special or ordinary file relative to a directory
file descriptor
@ -98,8 +98,7 @@ is a file descriptor referring to a file other than a directory.
.BR mknodat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)

View File

@ -23,7 +23,7 @@
.\" 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
openat \- open a file relative to a directory file descriptor
.SH SYNOPSIS
@ -97,8 +97,7 @@ is a file descriptor referring to a file other than a directory.
.BR openat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
A similar system call exists on Solaris.
.\" The 'at' suffix in Solaris is actually double sensed. It
.\" 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.
.\"
.\"
.TH READLINKAT 2 2006-07-21 "Linux" "Linux Programmer's Manual"
.TH READLINKAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
readlinkat \- read value of a symbolic link relative to
a directory file descriptor
@ -99,8 +99,7 @@ is a file descriptor referring to a file other than a directory.
.BR readlinkat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)

View File

@ -23,7 +23,7 @@
.\" 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
renameat \- rename a file relative to directory file descriptors
.SH SYNOPSIS
@ -111,8 +111,7 @@ and
.BR renameat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)

View File

@ -23,7 +23,7 @@
.\" 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
symlinkat \- create a symbolic link relative to a directory file descriptor
.SH SYNOPSIS
@ -97,8 +97,7 @@ is a file descriptor referring to a file other than a directory.
.BR symlinkat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)

View File

@ -23,7 +23,7 @@
.\" 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
unlinkat \- remove a directory entry relative to a directory file descriptor
.SH SYNOPSIS
@ -133,8 +133,7 @@ is a file descriptor referring to a file other than a directory.
.BR unlinkat ()
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
A similar system call exists on Solaris.
.SH NOTES
See