CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/14 14:59:06
Modified files:
lib/libc/gen : execv.3 execvp.3
Log message:
Reorder execv*() before execl*()
because execv* is easier to describe than execl*, because execv* is
closer to the foundational execve(2), and because execl* becomes easier
ta describe and understand if execv* is described before.
No text change in this diff.
OK deraadt@
