Bug 34763

Summary: Broken link from RELNOTSES
Product: Documentation Reporter: dominic_marks <dominic_marks>
Component: Books & ArticlesAssignee: Wolfram Schneider <wosch>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description dominic_marks 2002-02-09 18:50:03 UTC
	 http://www.freebsd.org/releases/4.5R/relnotes-i386.html

	 In the above link, under 'Kernel Changes' there is a link to the
	 online available version of the man page for amdpm(4). However if
	 you click the link you won't find the man page. I would geuss
	 somebody forgot to generate a new set of 4.5 man pages on the
	 freebsd.org server.

Fix: 

Unknown.
How-To-Repeat: 	View:
	http://www.freebsd.org/cgi/man.cgi *
	 ?query=amdpm&sektion=4&manpath=FreeBSD+4.5-RELEASE
Comment 1 Bruce A. Mah freebsd_committer freebsd_triage 2002-02-16 20:33:01 UTC
If memory serves me right, Dominic Marks wrote:

> 	 In the above link, under 'Kernel Changes' there is a link to the
> 	 online available version of the man page for amdpm(4). However if
> 	 you click the link you won't find the man page. I would geuss
> 	 somebody forgot to generate a new set of 4.5 man pages on the
> 	 freebsd.org server.

It's not really a release notes problem.  The problem here is that the
man.cgi script on the Web server doesn't know how to handle
architecture-specific manual pages.  You can see similar problems if you
go to...

http://www.freebsd.org/cgi/man.cgi

...and ask for the lnc(4) manpage.

I'm not sure how to fix this, but I'll ask the person who maintains 
man.cgi to take a look.

Bruce.
Comment 2 Bruce A. Mah freebsd_committer freebsd_triage 2002-02-16 21:25:12 UTC
Responsible Changed
From-To: freebsd-doc->wosch

Over to the man.cgi maintainer...Wolfram, could you take a look 
at this?
Comment 3 Wolfram Schneider freebsd_committer freebsd_triage 2002-03-09 20:10:57 UTC
State Changed
From-To: open->closed

I created the missing manpage links from man4/i386 to man4 by hand.