summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-10-20 07:40:39 +0000
committerjmc <jmc@openbsd.org>2013-10-20 07:40:39 +0000
commit1e7f05ab77ed28f47a21e5c573051fb416b3b34d (patch)
tree86094383070d8e73ebfc1797ea2acbe41244c436 /lib/libc
parentrename "command" subclause of the recently-added "Match" keyword to (diff)
downloadwireguard-openbsd-1e7f05ab77ed28f47a21e5c573051fb416b3b34d.tar.xz
wireguard-openbsd-1e7f05ab77ed28f47a21e5c573051fb416b3b34d.zip
catch up with elf(5)/stab(5) removal;
ok miod
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/nlist.38
-rw-r--r--lib/libc/sys/execve.29
2 files changed, 7 insertions, 10 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3
index 7ef45b7b9a8..14e9310f561 100644
--- a/lib/libc/gen/nlist.3
+++ b/lib/libc/gen/nlist.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nlist.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: nlist.3,v 1.13 2013/10/20 07:40:39 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: October 20 2013 $
.Dt NLIST 3
.Os
.Sh NAME
@@ -43,7 +43,7 @@ The
function retrieves name list entries from the symbol table of an
executable file.
(See
-.Xr a.out 5 . )
+.Xr elf 5 . )
The argument
.Fa \&nl
is set to reference the
@@ -68,7 +68,7 @@ if the file
.Fa filename
does not exist or is not an executable, the returned value is \-1.
.Sh SEE ALSO
-.Xr a.out 5
+.Xr elf 5
.Sh HISTORY
An
.Fn nlist
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