aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fexecve.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fexecve.3')
-rw-r--r--man3/fexecve.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/fexecve.3 b/man3/fexecve.3
index b8930a1c53..c619191a82 100644
--- a/man3/fexecve.3
+++ b/man3/fexecve.3
@@ -22,12 +22,12 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH FEXECVE 3 2009-02-04 "Linux" "Linux Programmer's Manual"
+.TH FEXECVE 3 2010-09-10 "Linux" "Linux Programmer's Manual"
.SH NAME
fexecve \- execute program specified via file descriptor
.SH SYNOPSIS
.nf
-.B #define _GNU_SOURCE
+.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <unistd.h>
.sp
.BI "int fexecve(int " fd ", char *const " argv "[], char *const " envp []);