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
1 changed files with 1 additions and 1 deletions

View File

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