diff options
author | kn <kn@cvs.openbsd.org> | 2019-07-02 23:37:48 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-07-02 23:37:48 +0000 |
commit | faa1ae3659bf8ee8e2a98c5574b4a8a5798ba019 (patch) | |
tree | 0f502cafec9dc532b5fd24672291193163ff6b6d /app | |
parent | 2a040cd319680dc052cd3a80ef7b7f16391cec6c (diff) |
command uses execvp(3) not execve(2)
util.c:u_exec() has been doing so since import.
Diffstat (limited to 'app')
-rw-r--r-- | app/cwm/cwmrc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 0d2e43bb4..fec9008f3 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.72 2019/02/25 16:40:49 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.73 2019/07/02 23:37:47 kn Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 25 2019 $ +.Dd $Mdocdate: July 2 2019 $ .Dt CWMRC 5 .Os .Sh NAME @@ -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 |