diff options
author | kn <kn> | 2019-07-02 23:37:47 +0000 |
---|---|---|
committer | kn <kn> | 2019-07-02 23:37:47 +0000 |
commit | 40000724cce67a6346c8af3972da020d4249d8fe (patch) | |
tree | 9d4e4d6f83c10149cc99447619a96752288ed0c8 | |
parent | 25b699b582aff7587fe2c5ca61434c8d3e4a2c0c (diff) | |
download | cwm-40000724cce67a6346c8af3972da020d4249d8fe.tar.gz cwm-40000724cce67a6346c8af3972da020d4249d8fe.tar.xz cwm-40000724cce67a6346c8af3972da020d4249d8fe.zip |
command uses execvp(3) not execve(2)
util.c:u_exec() has been doing so since import.
-rw-r--r-- | cwmrc.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cwmrc.5 b/cwmrc.5 index 7434d66..41093a5 100644 --- a/cwmrc.5 +++ b/cwmrc.5 @@ -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 |