Bug 43651

Summary: stab(5) incorrectly states to include just stab.h when it should also include nlist.h
Product: Documentation Reporter: Aryeh Friedman <aryeh>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Aryeh Friedman 2002-10-04 08:10:02 UTC
The man page for stab(5) reads:

STAB(5)                   FreeBSD File Formats Manual                  STAB(5)

NAME
     stab - symbol table types

SYNOPSIS
     #include <stab.h>

DESCRIPTION
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2006-10-14 02:07:51 UTC
State Changed
From-To: open->closed

It appears that nlist.h is not required in this case, in 
fact, grepping across CURRENT shows no sign of "*.c" file 
using this particular include.  I'll run a build test to see 
if it's even still in use, otherwise, this PR seems stale. 
Thanks! 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2006-10-14 02:07:51 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me, make life easier in case of follow up.