CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/11 07:56:55
Modified files:
lib/libc/gen : Makefile.inc execv.3
Added files:
lib/libc/gen : execvp.3
Log message:
As suggested by deraadt@, split execvp(3) out of execv(3),
since the two groups of functions are sufficiently different and
the semantics and error handling of the *p* functions is sufficiently
complicated to make the combined manual page confusing.
In particular, the early sentence about "the initial argument"
was outright wrong and hard to fix without causing other problems.
This commit only does the minimum required for the split,
with no text changes yet, but it will allow subsequent improvements
in both pages.