diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-28 20:12:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-28 20:12:42 +0000 |
commit | 1a0d85374660fa317595b6bbfed8c8a65c60e4e0 (patch) | |
tree | e704e813ef0bb163c76a6da906f273eed8ec74dd /lib | |
parent | 9d673bf4b0565979006360485b48e15dc2aa81af (diff) |
elf(5) is relevant here too;
from Mathias K. Straede (PR 3619);
ok miod@ deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/execve.2 | 8 |
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 |