summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-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