summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2019-07-31 03:02:38 +0200
committerGuillem Jover <guillem@hadrons.org>2019-08-08 03:22:09 +0200
commite9f6faf3aabda51943e0ede5fceaaf8e7c9759bb (patch)
tree348e1a81934f5608ada558fbea4f845a5d9bcb61 /man
parent99320b9168ffb0112def1a712e8d59441d1b46d9 (diff)
man: Replace references to a.out(5) with elf(5)
The a.out(5) support in nlist(3) got removed some time ago, and there is now only elf(5) support. Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'man')
-rw-r--r--man/nlist.3bsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nlist.3bsd b/man/nlist.3bsd
index 7903ea7..7dd2377 100644
--- a/man/nlist.3bsd
+++ b/man/nlist.3bsd
@@ -51,7 +51,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
@@ -74,7 +74,7 @@ if the file
.Fa filename
does not exist or is not executable, the returned value is \-1.
.Sh SEE ALSO
-.Xr a.out 5
+.Xr elf 5
.Sh HISTORY
A
.Fn nlist