Re: i386.html man.cgi geodesc(4)
Stéphane Chausson <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
2009/9/28 J.C. Roberts <[email protected]>: > On the i386.html page, you find a correctly formatted url for the > geodesc(4) man page, but the link does not work. > > PAGE: http://www.openbsd.org/i386.html > See: National Semiconductor Geode SC1100 IAOC (geodesc) > > The link in the above is correct: > http://www.openbsd.org/cgi-bin/man.cgi? > query=geodesc&arch=i386&sektion=4 > > If you remove the 'sektion=4' portion of the above URL, it works. It > seems as though man.cgi (and/or the underlying data) is having a > problem with the section/sektion number of this particular man page. > > -- > J.C. Roberts http://www.openbsd.org/cgi-bin/man.cgi? query=geodesc&sektion=0&manpath=OpenBSD +Current&arch=i386&apropos=1&format=html Maybe the "subsection" is the problem. $ man geodesc or $ man 4 geodesc both output "no entry for geodesc in the manual" $ man -s 4 -S i386 geodesc actually works