summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-12-28 20:12:41 +0000
committerjmc <jmc@openbsd.org>2003-12-28 20:12:41 +0000
commit81076183710b982d8435f667887ed4088638f696 (patch)
tree6779eb3adbf7ada8521e5cee0895234cc71e1ff4 /lib/libc
parentresurrect pexecute.c for now, since vax and m68k barf on pex-unix.c (diff)
downloadwireguard-openbsd-81076183710b982d8435f667887ed4088638f696.tar.xz
wireguard-openbsd-81076183710b982d8435f667887ed4088638f696.zip
elf(5) is relevant here too;
from Mathias K. Straede (PR 3619); ok miod@ deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/execve.28
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 9b6391b4954..bb5b694ae4c 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.25 2003/09/04 22:14:42 jmc Exp $
+.\" $OpenBSD: execve.2,v 1.26 2003/12/28 20:12:41 jmc Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -58,7 +58,9 @@ followed by pages of data representing the initial program (text)
and initialized data pages.
Additional pages may be specified by the header to be initialized
with zero data; see
-.Xr a.out 5 .
+.Xr a.out 5
+and
+.Xr elf 5 .
.Pp
An interpreter file begins with a line of the form:
.Pp
@@ -283,6 +285,8 @@ the system file table was found to be full.
.Xr fork 2 ,
.Xr execl 3 ,
.Xr exit 3 ,
+.Xr a.out 5 ,
+.Xr elf 5 ,
.Xr environ 7
.Sh STANDARDS
The