Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Mention elf rather than a.out some more.



details:   https://anonhg.NetBSD.org/src/rev/1c5520e8ef52
branches:  trunk
changeset: 746413:1c5520e8ef52
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Mar 30 20:37:03 2020 +0000

description:
Mention elf rather than a.out some more.

(Also, inspired by freebsd, which removed the non-elf support)

diffstat:

 lib/libc/gen/nlist.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 714211d08892 -r 1c5520e8ef52 lib/libc/gen/nlist.3
--- a/lib/libc/gen/nlist.3      Mon Mar 30 20:35:12 2020 +0000
+++ b/lib/libc/gen/nlist.3      Mon Mar 30 20:37:03 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nlist.3,v 1.12 2020/03/30 20:35:12 maya Exp $
+.\"    $NetBSD: nlist.3,v 1.13 2020/03/30 20:37:03 maya Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -48,7 +48,7 @@
 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



Home | Main Index | Thread Index | Old Index