diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-27 06:07:44 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-27 06:07:44 +0000 |
commit | f1440cce860b03ffb503420c68b86599a1c70d68 (patch) | |
tree | 5d1eec1ce2947680e02939628947d0b22a44be4b /man3/fexecve.3 | |
parent | 3333513dc2bc17e83aba5d71e168481145027481 (diff) |
ffix
Diffstat (limited to 'man3/fexecve.3')
-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 a1d3ce52..2c645a7a 100644 --- a/man3/fexecve.3 +++ b/man3/fexecve.3 @@ -29,7 +29,7 @@ fexecve \- execute program specified via file descriptor .nf .B #include <sys/time.h> .sp -.BI "int fexecve(int" fd ", char *const " argv "[], char *const " envp []); +.BI "int fexecve(int " fd ", char *const " argv "[], char *const " envp []); .fi .SH DESCRIPTION .BR fexecve () |