aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-05-19 00:11:39 +0000
committerEd Maste <emaste@FreeBSD.org>2026-05-19 00:16:13 +0000
commit762e451b318c8cbfddbcaaa92a218e8b45306eb9 (patch)
tree0a33986afd75f1f98c50a6522f74368a9aae763f
parent94b7a335683abcbcd76e8b67d37e21271d81590c (diff)
nlist.3: Add stab(5) Xref
Commit 876a17321c89 removed the a.out Xref as nlist(3) no longer supports a.out, but this left nlist(3) without a reference to a page documenting struct nlist. struct nlist is documented in both a.out(5) and stab(5), so add an Xref to the latter. Reported by: brooks Fixes: 876a17321c89 ("nlist.3: Replace a.out(5) Xref with elf(5)")
-rw-r--r--lib/libc/gen/nlist.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3
index 9e2aa0d7eb0f..6aefd95e3b51 100644
--- a/lib/libc/gen/nlist.3
+++ b/lib/libc/gen/nlist.3
@@ -72,7 +72,8 @@ if the file
.Fa filename
does not exist or is not executable, the returned value is \-1.
.Sh SEE ALSO
-.Xr elf 5
+.Xr elf 5 ,
+.Xr stab 5
.Sh HISTORY
A
.Fn nlist