diff --git a/man2/faccessat.2 b/man2/faccessat.2 index 9fbe22054..a556b72d9 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 09f7861b3..bd6205939 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 cd9b49ccc..f56c13ad8 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 bfe405f05..0b5743fbc 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 2cd4419d8..9209da484 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 d84b1f821..ccccb16f1 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 72dc03338..246bb8c04 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 8a152dbc2..2bf7e7ca4 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 3775504b3..71aa2ad02 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 91aeb65a7..f461d3a3d 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 b362af3d5..e3c5851ee 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 edadc4920..8b144017a 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