]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Replace references to a.out(5) with elf(5)
authorGuillem Jover <guillem@hadrons.org>
Wed, 31 Jul 2019 01:02:38 +0000 (03:02 +0200)
committerGuillem Jover <guillem@hadrons.org>
Thu, 8 Aug 2019 01:22:09 +0000 (03:22 +0200)
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>
TODO
man/nlist.3bsd

diff --git a/TODO b/TODO
index c8423f850597e4ba7131f7aca4a60f90c3106f74..a4b1e4555a7838f54621a2a6540bed819e068794 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,7 +6,6 @@
   - timeconv?
 * Add a README.import file.
 * Update man pages:
-  - Fix references to a.out(5) and inline needed struct definitions.
   - Document when each interface was added on every BSD, and libbsd.
 * Handle LFS properly. By default the library emits LFS objects, but might
   be used by non-LFS objects. We should either provide foo and foo64
index 7903ea728eb1473f954e2958e7cad75818f36b25..7dd2377e64c4516b64aa02509c9a5f4ecd786975 100644 (file)
@@ -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