CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/08 03:44:35
Modified files:
lib/libc/gen : execv.3
Log message:
Display the actual value of _PATH_DEFPATH, to avoid the potential
misunderstanding that there might be some special mechanism implementing
the default path, which is actually just a #defined string.
This reverts part of the previous commit (rev. 1.2) but leaves the
addition of /usr/local/sbin in place and moves the colons out of
the .Pa scope for better readability.
OK kn@, requested by deraadt@