aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 06:16:15 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 06:16:15 +0000
commit5144e45f51a4bf4935193209962a2a1d81b98d49 (patch)
treeadc0f2a5ffa4137e568e0253a294a18d165ccea6
parent9f61bba1694b1af337b271e7d9844cc124ec719a (diff)
downloadman-pages-5144e45f51a4bf4935193209962a2a1d81b98d49.tar.gz
These interfaces are specified in POSIX.1-2008.
-rw-r--r--man2/faccessat.25
-rw-r--r--man2/fchmodat.25
-rw-r--r--man2/fchownat.25
-rw-r--r--man2/fstatat.25
-rw-r--r--man2/linkat.25
-rw-r--r--man2/mkdirat.25
-rw-r--r--man2/mknodat.25
-rw-r--r--man2/openat.25
-rw-r--r--man2/readlinkat.25
-rw-r--r--man2/renameat.25
-rw-r--r--man2/symlinkat.25
-rw-r--r--man2/unlinkat.25
12 files changed, 24 insertions, 36 deletions
diff --git a/man2/faccessat.2 b/man2/faccessat.2
index 9fbe22054b..a556b72d91 100644
--- a/man2/faccessat.2
+++ b/man2/faccessat.2
@@ -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)
diff --git a/man2/fchmodat.2 b/man2/fchmodat.2
index 09f7861b3c..bd62059399 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 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)
diff --git a/man2/fchownat.2 b/man2/fchownat.2
index cd9b49cccf..f56c13ad82 100644
--- a/man2/fchownat.2
+++ b/man2/fchownat.2
@@ -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
diff --git a/man2/fstatat.2 b/man2/fstatat.2
index bfe405f05e..0b5743fbc9 100644
--- a/man2/fstatat.2
+++ b/man2/fstatat.2
@@ -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
diff --git a/man2/linkat.2 b/man2/linkat.2
index 2cd4419d81..9209da4847 100644
--- a/man2/linkat.2
+++ b/man2/linkat.2
@@ -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)
diff --git a/man2/mkdirat.2 b/man2/mkdirat.2
index d84b1f8211..ccccb16f12 100644
--- a/man2/mkdirat.2
+++ b/man2/mkdirat.2
@@ -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)
diff --git a/man2/mknodat.2 b/man2/mknodat.2
index 72dc03338e..246bb8c047 100644
--- a/man2/mknodat.2
+++ b/man2/mknodat.2
@@ -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)
diff --git a/man2/openat.2 b/man2/openat.2
index 8a152dbc26..2bf7e7ca48 100644
--- a/man2/openat.2
+++ b/man2/openat.2
@@ -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
diff --git a/man2/readlinkat.2 b/man2/readlinkat.2
index 3775504b33..71aa2ad022 100644
--- a/man2/readlinkat.2
+++ b/man2/readlinkat.2
@@ -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)
diff --git a/man2/renameat.2 b/man2/renameat.2
index 91aeb65a7a..f461d3a3d1 100644
--- a/man2/renameat.2
+++ b/man2/renameat.2
@@ -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)
diff --git a/man2/symlinkat.2 b/man2/symlinkat.2
index b362af3d5d..e3c5851ee9 100644
--- a/man2/symlinkat.2
+++ b/man2/symlinkat.2
@@ -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)
diff --git a/man2/unlinkat.2 b/man2/unlinkat.2
index edadc49209..8b144017a2 100644
--- a/man2/unlinkat.2
+++ b/man2/unlinkat.2
@@ -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