Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 18:00:02 GMT
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE
Message-ID:  <201403261800.s2QI02FF097680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/187940; it has been noted by GNATS.

From: John Baldwin <jhb@freebsd.org>
To: freebsd-doc@freebsd.org,
 webmaster@freebsd.org
Cc: Ondra Knezour <knezour@weboutsourcing.cz>,
 freebsd-gnats-submit@freebsd.org
Subject: Re: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE
Date: Wed, 26 Mar 2014 11:57:54 -0400

 On Tuesday, March 25, 2014 7:40:14 pm Ondra Knezour wrote:
 > 
 > >Number:         187940
 > >Category:       docs
 > >Synopsis:       devinfo(8) man page refers pnpinfo(8) which does not exists 
 on FreeBSD 10-RELEASE
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-doc
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          doc-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Tue Mar 25 23:50:00 UTC 2014
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Ondra Knezour
 > >Release:        10.0-RELEASE
 > >Organization:
 > >Environment:
 > FreeBSD almara.koukaam.se 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu 
 Jan 16 22:34:59 UTC 2014     
 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
 > 
 > >Description:
 > The devinfo(8) man page in the section SEE ALSO refers pnpinfo(8) manual 
 page, which was probably removed. It is available on 9.2-RELEASE, but was 
 probably removed?
 > >How-To-Repeat:
 > man 8 devinfo on 10.0-RELEASE, check SEE ALSO section, try man 8 pnpinfo.
 > >Fix:
 
 pnpinfo is only built for i386, but it does exist.  man.cgi appears to be
 broken for 9.1 release and later (9.0 finds pnpinfo.8 for i386, but 9.1
 and later do not)  man.cgi for i386 9.1 also doesn't find other i386-specific
 manpages like apmd(8) or wlconfig(8).  Specifically, it seems like 9.1
 and later are using amd64 manpages when i386 is selected.  Looks like sparc64
 is also busted (can't find ofwdump(8)), so it seems like man.cgi is just
 always doing amd64 for 9.1 and later.
 
 -- 
 John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403261800.s2QI02FF097680>