summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-07-05 23:04:43 +0000
committerjmc <jmc@openbsd.org>2004-07-05 23:04:43 +0000
commit0e037f63589c1e7513ef68257479d7b9e996f810 (patch)
tree721f271e2022ad63b58cc963d2a230a441e32c05 /lib/libc
parentavoid mess by specifying netmask to EXAMPLES; (diff)
downloadwireguard-openbsd-0e037f63589c1e7513ef68257479d7b9e996f810.tar.xz
wireguard-openbsd-0e037f63589c1e7513ef68257479d7b9e996f810.zip
typo from jared yanovich;
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