From 6bcd01fccc58ffb5c10ad5857f4d4938fc73f577 Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Tue, 25 Apr 2000 22:08:26 +0000 Subject: [PATCH] * posix.c (scm_execlp): docstring fix (thanks to Martin Grabmueller). --- libguile/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/posix.c b/libguile/posix.c index 94ece0227..c7451bd3d 100644 --- a/libguile/posix.c +++ b/libguile/posix.c @@ -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 {