NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/50816: docs: man page links broken
>Number: 50816
>Category: misc
>Synopsis: docs: manual page links broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 16 19:15:00 +0000 2016
>Originator: Taylor Stearns
>Release: NetBSD 7.0
>Organization:
>Environment:
System: NetBSD birch 7.0 NetBSD 7.0 (XEN3_DOMU.201509250726Z) amd64
Architecture: x86_64
Machine: amd64
>Description:
The main entry page for docs (www.netbsd.org/docs/) contains links to
man.netbsd.org, which no longer work. The below patch changes the links
to use "netbsd.gw.com" instead of "man.netbsd.org". It also clarifies
that FreeBSD's collection of manual pages are only historical, that is,
they only are as recent as NetBSD 6.1.5 (though surely a better fix for
this would be to contact whoever on the FreeBSD team generates those man
pages).
>How-To-Repeat:
Visit http://www.netbsd.org/docs/ and click on any of the bulletted links under
"Manual Pages", which will give a 302 followed by a 404.
>Fix:
Index: index.html
===================================================================
RCS file: /cvsroot/htdocs/docs/index.html,v
retrieving revision 1.61
diff -r1.61 index.html
310c310
< <a class="ulink" href="http://man.NetBSD.org/HEAD/index.html" target="_top">
---
> <a class="ulink" href="http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-current" target="_top">
314c314
< <a class="ulink" href="http://man.NetBSD.org/7.0/index.html" target="_top">NetBSD 7.0</a>
---
> <a class="ulink" href="http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-7.0" target="_top">NetBSD 7.0</a>
317c317
< <a class="ulink" href="http://man.NetBSD.org/6.1/index.html" target="_top">NetBSD 6.1</a>
---
> <a class="ulink" href="http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-6.1" target="_top">NetBSD 6.1</a>
325c325
< to NetBSD Manual Pages.</p>
---
> to historical NetBSD Manual Pages.</p>
Index: index.xml
===================================================================
RCS file: /cvsroot/htdocs/docs/index.xml,v
retrieving revision 1.42
diff -r1.42 index.xml
170c170
< <ulink url="http://man.NetBSD.org/HEAD/index.html">
---
> <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-current">
174c174,175
< <ulink url="http://man.NetBSD.org/7.0/index.html">&os; 7.0</ulink>
---
> <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-7.0">
> &os; 7.0</ulink>
177c178,179
< <ulink url="http://man.NetBSD.org/6.1/index.html">&os; 6.1</ulink>
---
> <ulink url="http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-6.1">
> &os; 6.1</ulink>
185c187
< to &os; Manual Pages.</para>
---
> to historical &os; Manual Pages.</para>
779d780
<
Home |
Main Index |
Thread Index |
Old Index