summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-05-30 04:38:43 +0000
committerguenther <guenther@openbsd.org>2014-05-30 04:38:43 +0000
commit1a59736846b62efaa14f49d39f78622555feb01d (patch)
treefd8778507647d416a8893e8a3e863264f090a9c4 /lib/libc/sys
parentremove CONST_STRICT. ok beck deraadt (diff)
downloadwireguard-openbsd-1a59736846b62efaa14f49d39f78622555feb01d.tar.xz
wireguard-openbsd-1a59736846b62efaa14f49d39f78622555feb01d.zip
A program is the thing you run; a process is an instance of something
running ok millert@ sobrado@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/execve.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 17a783aebd2..4e8e215ad7c 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.40 2014/01/21 03:15:45 schwarze Exp $
+.\" $OpenBSD: execve.2,v 1.41 2014/05/30 04:38:43 guenther Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)execve.2 8.3 (Berkeley) 1/24/94
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: May 30 2014 $
.Dt EXECVE 2
.Os
.Sh NAME
@@ -226,7 +226,7 @@ The
.Fn exect
function is equivalent to
.Fn execve
-with the additional property that it executes the file with the program
+with the additional property that it executes the file with the process
tracing facilities enabled (see
.Xr ptrace 2 ) .
.Sh RETURN VALUES
@@ -334,4 +334,4 @@ to a non-superuser, but is executed when the real
.Em uid
is
.Dq root ,
-then the program has some of the powers of a superuser as well.
+then the process has some of the powers of a superuser as well.