From d1b10e78e439dd8e1707cc90cce5960013ad1b90 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 17 Feb 2012 22:06:09 +0000 Subject: Fix documented parameters to execle. --- manual/process.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/process.texi') diff --git a/manual/process.texi b/manual/process.texi index 1946793..53d467c 100644 --- a/manual/process.texi +++ b/manual/process.texi @@ -321,7 +321,7 @@ variable; see @ref{Environment Access}. @comment unistd.h @comment POSIX.1 -@deftypefun int execle (const char *@var{filename}, const char *@var{arg0}, char *const @var{env}@t{[]}, @dots{}) +@deftypefun int execle (const char *@var{filename}, const char *@var{arg0}, @dots{}, char *const @var{env}@t{[]}) This is similar to @code{execl}, but permits you to specify the environment for the new program explicitly. The environment argument is passed following the null pointer that marks the last @var{argv} -- cgit v1.1