summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
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/gen
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/gen')
-rw-r--r--lib/libc/gen/nlist.38
1 files changed, 4 insertions, 4 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