From 55f4940586d7abf770a87ab3a0dcf211b96602e3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 8 Apr 2008 11:59:31 +0000 Subject: [PATCH] SYNOPSIS: the necessary header file is not ! --- man3/fexecve.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/fexecve.3 b/man3/fexecve.3 index fb8a8bd32..4cfcb6f67 100644 --- a/man3/fexecve.3 +++ b/man3/fexecve.3 @@ -28,7 +28,7 @@ fexecve \- execute program specified via file descriptor .SH SYNOPSIS .nf .B #define _GNU_SOURCE -.B #include +.B #include .sp .BI "int fexecve(int " fd ", char *const " argv "[], char *const " envp []); .fi