aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 13:25:06 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 13:25:06 +0000
commit9324b5152283c85c788bcb65158c095423e4c15b (patch)
tree0be11e71d6c08c51f556f888fc19cd2a514e2c58 /man3
parent22a10f256fe6f2ddfaae6968c4b41d316a6e7d5c (diff)
downloadman-pages-9324b5152283c85c788bcb65158c095423e4c15b.tar.gz
Fix placement of feature test macro in SYNOPSIS.
Diffstat (limited to 'man3')
-rw-r--r--man3/fexecve.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fexecve.3 b/man3/fexecve.3
index b8c0577d4b..a13f3cd694 100644
--- a/man3/fexecve.3
+++ b/man3/fexecve.3
@@ -27,9 +27,9 @@
fexecve \- execute program specified via file descriptor
.SH SYNOPSIS
.nf
+.B #define _GNU_SOURCE
.B #include <sys/time.h>
.sp
-.B #define _GNU_SOURCE
.BI "int fexecve(int " fd ", char *const " argv "[], char *const " envp []);
.fi
.SH DESCRIPTION