1
Fork 0
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:
Gary Houston 2000-04-25 22:08:26 +00:00
parent 09e4d06400
commit 6bcd01fccc

View file

@ -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
{