summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-10-20 07:40:45 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-10-20 07:40:45 +0000
commitaf11d7b9ff3cefe15cdf59bf13bb8599f69bbce1 (patch)
tree7cd3f9dd50140cb3749919549454c8c233fc43a0 /lib/libc/sys
parentf3d75d6db29c4184e7bcb1a0c1bd36a436b7d95b (diff)
catch up with elf(5)/stab(5) removal;
ok miod
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/execve.29
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index b3f5980c0d7..f27faf9fd2b 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.38 2011/11/17 12:55:05 schwarze Exp $
+.\" $OpenBSD: execve.2,v 1.39 2013/10/20 07:40:39 jmc Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)execve.2 8.3 (Berkeley) 1/24/94
.\"
-.Dd $Mdocdate: November 17 2011 $
+.Dd $Mdocdate: October 20 2013 $
.Dt EXECVE 2
.Os
.Sh NAME
@@ -57,9 +57,7 @@ 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 a.out 5
-and
+with zero data; see
.Xr elf 5 .
.Pp
An interpreter file begins with a line of the form:
@@ -310,7 +308,6 @@ 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