Bug 56388

Summary: Add/change #include lines for libisc man pages
Product: Documentation Reporter: Simon Barner <barner>
Component: Books & ArticlesAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Simon Barner 2003-09-04 01:50:17 UTC
The man pages for some of the functions of libisc (which comes with
BIND) do not contain a valid #include line in the SYNOPSIS section.

Fix: This patch adds these #include lines.
I am not too sure about its last hunk, but I think those lines can be
removed from the Makefile, since they did not have the desired effect
(see for example `man 3 heap_new', which still contains
#include "heap.h" instead of
#include <isc/heap.h>
How-To-Repeat: See for example `man 3 tree_init'.
Comment 1 Doug Barton freebsd_committer freebsd_triage 2003-09-04 09:40:05 UTC
State Changed
From-To: open->analyzed


Have you looked at the very latest -stable? I just imported 
BIND 8.3.6, and fixed the heap include problem.  

Please take a look at it, and let me know if it improves the 
problems you've described here. 


Comment 2 Doug Barton freebsd_committer freebsd_triage 2003-09-04 09:40:05 UTC
Responsible Changed
From-To: freebsd-doc->dougb


I'm maintaining BIND bits
Comment 3 Doug Barton freebsd_committer freebsd_triage 2004-11-28 12:38:19 UTC
State Changed
From-To: analyzed->closed


No feedback from originator, and BIND 9 does not have 
this problem in 6-current or RELENG_5.