From efebcb33cb89eeb5d583cf4c76eb3f0ab8dfea51 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 31 Dec 2014 10:44:50 +0000 Subject: Documentation fixes --- doc/libstddjb/djbunix.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/libstddjb/djbunix.html') diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index 02f8624..c65a60b 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -358,8 +358,8 @@ error that happened. void pathexec_run (char const *file, char const *const *argv, char const *const *envp)
Performs execvep(file, argv, envp, path), path being the contents of the PATH environment variable. If PATH is not set, path -is set to the contents of the conf-compile/conf-defaultpath file in -the skalibs distribution. +is set to the value given to the --with-default-path option of the +skalibs' ./configure script, or to /usr/bin:/bin by default. The function returns if it fails, and sets errno appropriately.

-- cgit v1.2.3