diff options
author | 2005-05-08 21:08:00 +0000 | |
---|---|---|
committer | 2005-05-08 21:08:00 +0000 | |
commit | f3652255545462c41cc0f6861dd100f293e31901 (patch) | |
tree | f9c7af61a9bf091564e036cc7d52a8e1f09031e8 /lib/libc | |
parent | Keep track of the req list in the RDE. The RFC requires us to check for (diff) | |
download | wireguard-openbsd-f3652255545462c41cc0f6861dd100f293e31901.tar.xz wireguard-openbsd-f3652255545462c41cc0f6861dd100f293e31901.zip |
from perry@netbsd -r1.35:
execve() first appeared in At v7, not Bx 4.2;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/execve.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 6d020de9526..434eaf1c2a7 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.30 2005/02/25 03:12:44 cloder Exp $ +.\" $OpenBSD: execve.2,v 1.31 2005/05/08 21:08:00 jmc Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -295,8 +295,8 @@ function should not be used in portable applications. .Sh HISTORY The .Fn execve -function call appeared in -.Bx 4.2 . +function call first appeared in +.At v7 . .Sh CAVEATS If a program is .Em setuid |