]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Add "#define _ATFILE_SOURCE" to SYNOPSIS
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 1 Mar 2007 02:31:08 +0000 (02:31 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 1 Mar 2007 02:31:08 +0000 (02:31 +0000)
14 files changed:
man2/faccessat.2
man2/fchmodat.2
man2/fchownat.2
man2/fstatat.2
man2/futimesat.2
man2/linkat.2
man2/mkdirat.2
man2/mknodat.2
man2/openat.2
man2/readlinkat.2
man2/renameat.2
man2/symlinkat.2
man2/unlinkat.2
man3/mkfifoat.3

index 80989f442111ab078a442f65c80771f825918e60..81798f128369387e6c47602deb6248d8f2b57c14 100644 (file)
@@ -29,6 +29,7 @@ faccessat \- check user's permissions of a file relative to a \
 directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <fcntl.h>
 .B #include <unistd.h>
 .sp
index 8e43712a4e865590013fdfdf1f29e1e6c2be3bdd..88f65ef3f5d77f300719fa437b5b089507ddf04f 100644 (file)
@@ -29,6 +29,7 @@ fchmodat \- change permissions of a file relative to a directory \
 file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <sys/stat.h>
 .sp
 .BI "int fchmodat(int " dirfd ", const char *" pathname ", mode_t " \
index 49f30811d5979002dfb997a0c073e46ab9a12f6e..6522afb427fb6b79382060b8455b47afa27c287c 100644 (file)
@@ -29,6 +29,7 @@ fchownat \- change ownership of a file relative to a directory \
 file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <unistd.h>
 .sp
 .BI "int fchownat(int " dirfd ", const char *" pathname , 
index 75aac1f529df998a3f39ac07d19abd9e6a08101a..04b23e4e2a77ccda0458fd40987310f7cc83916d 100644 (file)
@@ -28,6 +28,7 @@
 fstatat \- get file status relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <sys/stat.h>
 .sp
 .BI "int fstatat(int " dirfd ", const char *" pathname ", struct stat *" \
index 9b60345576ce2c062358a0f11d9d08abac8edb99..c4adf905b5ae6050f3af0c20a2cd8f1d89d609df 100644 (file)
@@ -29,6 +29,7 @@ futimes \- change timestamps of a file relative to a \
 directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <fcntl.h>
 .sp
 .BI "int futimesat(int " dirfd ", const char *" pathname , 
index 5483dca9c1774782d1c5251343652056d4251cd9..ce3db2f9836fc3367ae5dfe08b1dbc35d459abb8 100644 (file)
@@ -28,6 +28,7 @@
 linkat \- create a file link relative to directory file descriptors
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <unistd.h>
 .sp
 .BI "int linkat(int " olddirfd ", const char *" oldpath , 
index f8d5d69533beccbae1e3441e636cd192fd42ba53..7fa0364f449d37ca5576716b3ea54052ca4633ef 100644 (file)
@@ -28,6 +28,7 @@
 mkdirat \- create a directory relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <sys/stat.h>
 .sp
 .BI "int mkdirat(int " dirfd ", const char *" pathname ", mode_t " mode );
index 6118972d1faa2cfa151b509e7b2771ea96347337..252053c06e1d4ec51cfbeb273ade58881fadc193 100644 (file)
@@ -29,6 +29,7 @@ mknodat \- create a special or ordinary file relative to a directory
 file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <sys/stat.h>
 .sp
 .BI "int mknodat(int " dirfd ", const char *" pathname ", mode_t " mode \
index f5c860d7c324005a985d9a073bbc152997659ea9..06ed200b7022145302a01aca3862a30fc1685a33 100644 (file)
@@ -28,6 +28,7 @@
 openat \- open a file relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <fcntl.h>
 .sp
 .BI "int openat(int " dirfd ", const char *" pathname ", int " flags );
index 274508136327cdf91c2553517358ccb82cc3a0b4..e055bf48c8258ba01bf145ef0078e4a9d1c3bf56 100644 (file)
@@ -29,6 +29,7 @@ readlinkat \- read value of a symbolic link relative to
 a directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <unistd.h>
 .sp
 .BI "int readlinkat(int " dirfd ", const char *" pathname \
index cd4c57dccdbb98d784cf6e9da29f368fa43a4436..2ff2e42d5731115505fb433c663edaa5cbe86e46 100644 (file)
@@ -28,6 +28,7 @@
 renameat \- rename a file relative to directory file descriptors
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <stdio.h>
 .sp
 .BI "int renameat(int " olddirfd ", const char *" oldpath , 
index 24f23994f9299bc97729b4565e6bae39790d22af..85379242a29b6b4b47ab2cefe0a5d11da31fe9b0 100644 (file)
@@ -28,6 +28,7 @@
 symlinkat \- create a symbolic link relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <stdio.h>
 .sp
 .BI "int symlinkat(const char *" oldpath ", int " newdirfd \
index cdf82ef4bd2a4e7613820f25865fb1e4a9e2ade1..ce44f1841bf203407c537385473edc1e8ad782eb 100644 (file)
@@ -28,6 +28,7 @@
 unlinkat \- remove a directory entry relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <fcntl.h>
 .sp
 .BI "int unlinkat(int " dirfd ", const char *" pathname ", int " flags );
index 0dd99456357ed824840898c1aa96fc1ac5a74a63..5a8635b7d7b23c93046845af08a61f92c75705fe 100644 (file)
@@ -28,6 +28,7 @@
 mkfifoat \- make a FIFO (named pipe) relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
+.B #define _ATFILE_SOURCE
 .B #include <sys/stat.h>
 .sp
 .BI "int mkfifoat(int " dirfd ", const char *" pathname ", mode_t " mode );