Bug 47335

Summary: bad acpiconf man page link in handbook 6.13.2
Product: Documentation Reporter: justin <justin>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: justin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description justin 2003-01-21 21:20:01 UTC
acpiconf(8) manpage links in section 6.13.2 of the Handbook search 
for the existing command against 4.7-RELEASE.  This results in an error, 
as this exists in 5.0R and later.

Fix: 

If it's possible, pass in a search parameter on the overview page 
that will set the manpage search against a particular version - 5, 
in this case.
How-To-Repeat: 	Go to:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-overview.html	
	and click on any of the acpiconf(8) links.
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2003-01-22 07:51:56 UTC
On Tue, Jan 21, 2003 at 04:14:29PM -0500, Justin C. Sherrill wrote:
[...]
> >Description:
> 
> acpiconf(8) manpage links in section 6.13.2 of the Handbook search 
> for the existing command against 4.7-RELEASE.  This results in an error, 
> as this exists in 5.0R and later.
> 
> >How-To-Repeat:
> 	Go to:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-overview.html	
> 	and click on any of the acpiconf(8) links.
> 
> >Fix:
> 
> If it's possible, pass in a search parameter on the overview page 
> that will set the manpage search against a particular version - 5, 
> in this case.
>

It is in some way a "normal" issue, the default manpath points on
4.7-RELEASE manual pages.  We talked about this problem on -doc some
weeks ago.  We have 3 solutions:

- The default manual page path should point on 5.0-RELEASE one.
- We can provide a 4.X and a 5.X Handbook version.
- We can use "specific" manual page entities for the 5.X's manual pages.

Marc
Comment 2 Hiten Pandya freebsd_committer freebsd_triage 2003-05-11 23:49:15 UTC
State Changed
From-To: open->closed

This issue has been resolved.  Thanks.