aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-27 15:18:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-27 15:18:25 +0000
commit144777952197cf17c69c06c50bb4fe6660a84f03 (patch)
tree5cee032d9144c03b635ad0b47e4044e6076ca50b /lib/libc/sys/execve.2
parent4d4a5cbb4163c896305c3fd66be911e2b49dff51 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r--lib/libc/sys/execve.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 113e83be2b68..04671181580d 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -58,6 +58,8 @@ An executable object file consists of an identifying header,
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 elf 5
+and
.Xr a.out 5 .
.Pp
An interpreter file begins with a line of the form:
@@ -280,6 +282,8 @@ of a super-user as well.
.Xr execl 3 ,
.Xr exit 3 ,
.Xr sysctl 3 ,
+.Xr a.out 5 ,
+.Xr elf 5 ,
.Xr environ 7 ,
.Xr mount 8
.Sh HISTORY