diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 04:36:36 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 04:36:36 +0000 |
| commit | 48ef9d7dac80bb69a7f0a99b96c105fc238117b2 (patch) | |
| tree | 1c13ab9e31a07c742cb0429b17a510acaca4a450 | |
| parent | 1d79387c996793b60619d0ee1dc4c84205f82bca (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/exec.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 12de06e7d480..5826804d59c2 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -144,10 +144,13 @@ character. The search path is the path specified in the environment by .Dq Ev PATH variable. -If this variable isn't specified, the default path -.Dq Ev /bin:/usr/bin: -is -used. +If this variable isn't specified, +the default path is set according to the +.Dv _PATH_DEFPATH +definition in +.Aq paths.h , +which is set to +.Dq Ev /usr/bin:/bin . In addition, certain errors are treated specially. .Pp If an error is ambiguous (for simplicity, we shall consider all |
