mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* posix.c (scm_execlp): docstring fix (thanks to Martin
Grabmueller).
This commit is contained in:
parent
09e4d06400
commit
6bcd01fccc
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ SCM_DEFINE (scm_execlp, "execlp", 1, 0, 1,
|
|||
"@var{filename} does not contain a slash\n"
|
||||
"then the file to execute will be located by searching the\n"
|
||||
"directories listed in the @code{PATH} environment variable.\n\n"
|
||||
"This procedure is currently implemented using the @code{execlv} system\n"
|
||||
"This procedure is currently implemented using the @code{execvp} system\n"
|
||||
"call, but we call it @code{execlp} because of its Scheme calling interface.")
|
||||
#define FUNC_NAME s_scm_execlp
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue