Broken link in pcm(4)

Johan Kuuse kuuse at redantigua.com
Tue Jun 16 10:00:51 UTC 2009


On Tuesday 16 June 2009 07:14:50 Joel Dahl wrote:
> Johan Kuuse skrev:
> > Hi,
> >
> > There is a broken link in the SEE ALSO section of pcm(4):
> >
> > Broken link:
> > The OSS API, http://www.opensound.com/pguide/oss.pdf.
>
> This link still works for me?
>
> --
> Joel

Yes, you're right, sorry for not double checking, the document oss.pdf does exist.
The reason why I wasn't able to find the document is that there is a typo in the URL in the web page version of pcm(4):

http://www.freebsd.org/cgi/man.cgi?query=pcm&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html

Typo:
<a href="http://www.opensound.com/pguide/oss.pdf.">http://www.opensound.com/pguide/oss.pdf.</a>

Should be (the final dot should not be included in the URL):
<a href="http://www.opensound.com/pguide/oss.pdf">http://www.opensound.com/pguide/oss.pdf</a>.

Johan



More information about the freebsd-doc mailing list