Date: Tue, 16 Jun 2009 12:00:39 +0200 From: Johan Kuuse <kuuse@redantigua.com> To: Joel Dahl <joel@freebsd.org> Cc: freebsd-doc@freebsd.org Subject: Re: Broken link in pcm(4) Message-ID: <200906161200.40253.kuuse@redantigua.com> In-Reply-To: <4A372A4A.1000107@FreeBSD.org> References: <200906160301.54047.kuuse@redantigua.com> <4A372A4A.1000107@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906161200.40253.kuuse>