summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/execve.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index e70a832561f..4fc2e838b21 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.28 2004/04/15 19:52:18 jmc Exp $
+.\" $OpenBSD: execve.2,v 1.29 2004/07/05 23:04:43 jmc Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -203,7 +203,7 @@ The
.Fn exect
function is equivalent to
.Fn execve
-with the additional property that is executes the file with the program
+with the additional property that it executes the file with the program
tracing facilities enabled (see
.Xr ptrace 2 ) .
.Sh RETURN VALUES