diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 13:25:06 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 13:25:06 +0000 |
| commit | 9324b5152283c85c788bcb65158c095423e4c15b (patch) | |
| tree | 0be11e71d6c08c51f556f888fc19cd2a514e2c58 /man3 | |
| parent | 22a10f256fe6f2ddfaae6968c4b41d316a6e7d5c (diff) | |
| download | man-pages-9324b5152283c85c788bcb65158c095423e4c15b.tar.gz | |
Fix placement of feature test macro in SYNOPSIS.
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/fexecve.3 | 2 |
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 |
