Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2020 15:51:05 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359194 - head/lib/libc/gen
Message-ID:  <202003211551.02LFp5f5021326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sat Mar 21 15:51:05 2020
New Revision: 359194
URL: https://svnweb.freebsd.org/changeset/base/359194

Log:
  nlist(3): add elf(5) xref
  
  Found while looking for a.out remnants; nlist should also xref the
  binary format we currently use.

Modified:
  head/lib/libc/gen/nlist.3

Modified: head/lib/libc/gen/nlist.3
==============================================================================
--- head/lib/libc/gen/nlist.3	Sat Mar 21 00:34:28 2020	(r359193)
+++ head/lib/libc/gen/nlist.3	Sat Mar 21 15:51:05 2020	(r359194)
@@ -69,7 +69,8 @@ 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 a.out 5 ,
+.Xr elf 5
 .Sh HISTORY
 A
 .Fn nlist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003211551.02LFp5f5021326>