]> git.ipfire.org Git - thirdparty/man-pages.git/commit
execve.2: point to exec(3) early
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Wed, 25 May 2022 19:30:04 +0000 (21:30 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Wed, 25 May 2022 19:34:02 +0000 (21:34 +0200)
commit99e8398e30af022bbeab64599e439910326eccca
tree70a8c172a882248ab515782e92eb442262e99dd7
parentdde197dc5dae9fbc4ef42cffa214f20b86a4e80c
execve.2: point to exec(3) early

Most people actually want exec(3) (or one of its aliases);
the minutiae are a separate, rarer, concern, and execve(2) hijacks
man execve from all the other exec(3) aliases
(similarly to exec(1posix), but it's at least obvious in that case that
 you got the wrong page)

Reported-in: https://twitter.com/NireBryce/status/1529538043039850499
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/execve.2