command uses execvp(3) not execve(2)

util.c:u_exec() has been doing so since import.
This commit is contained in:
kn 2019-07-02 23:37:47 +00:00
parent 25b699b582
commit 40000724cc

View File

@ -173,7 +173,7 @@ entry is shown in the application menu.
When selected, the defined When selected, the defined
.Ar path .Ar path
is executed with is executed with
.Xr execve 2 . .Xr execvp 3 .
.Pp .Pp
The The
.Ar name .Ar name