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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"