Correct incorrect information about the PATH used for exec*() calls.
PR: 21990 Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
This commit is contained in:
parent
a084bcbdad
commit
086ed3fd95
@ -144,10 +144,13 @@ character.
|
|||||||
The search path is the path specified in the environment by
|
The search path is the path specified in the environment by
|
||||||
.Dq Ev PATH
|
.Dq Ev PATH
|
||||||
variable.
|
variable.
|
||||||
If this variable isn't specified, the default path
|
If this variable isn't specified,
|
||||||
.Dq Ev /bin:/usr/bin:
|
the default path is set according to the
|
||||||
is
|
.Dv _PATH_DEFPATH
|
||||||
used.
|
definition in
|
||||||
|
.Aq paths.h ,
|
||||||
|
which is set to
|
||||||
|
.Dq Ev /usr/bin:/bin .
|
||||||
In addition, certain errors are treated specially.
|
In addition, certain errors are treated specially.
|
||||||
.Pp
|
.Pp
|
||||||
If an error is ambiguous (for simplicity, we shall consider all
|
If an error is ambiguous (for simplicity, we shall consider all
|
||||||
|
Loading…
Reference in New Issue
Block a user