Date: Sat, 28 Jun 2003 21:26:39 +0900 (JST) From: Hideyuki KURASHINA <rushani@bl.mmtr.or.jp> To: rosti_bsd@yahoo.com Cc: wosch@FreeBSD.org Subject: Re: Online manuals of FreeBSD 5.1-RELEASE are broken Message-ID: <20030628.212639.91215851.rushani@bl.mmtr.or.jp> In-Reply-To: <20030628105942.49853.qmail@web14810.mail.yahoo.com> References: <20030628105942.49853.qmail@web14810.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, >>> On Sat, 28 Jun 2003 03:59:42 -0700, Rostislav Krasny <rosti_bsd@yahoo.com> said: > Hello there. > > I found that online manual pages of FreeBSD 5.1-RELEASE are broken. To > see it yourself go to http://www.freebsd.org/cgi/man.cgi and try to > find any manual of FreeBSD 5.1-RELEASE. Hmm... I don't know the reason why it is broken. > Also, there is no link to manual pages of this FreeBSD version in > http://www.freebsd.org/docs.html#man Committed, thanks! > By the way, I think that the link to http://www.freebsd.org/cgi/man.cgi > must added to the "Documentation" section of http://www.freebsd.org/ > (the first page). It will be very helpful. I agree your opinion, personaly. Objections to commit following patch? Index: index.xsl =================================================================== RCS file: /home/ncvs/www/en/index.xsl,v retrieving revision 1.60 diff -u -r1.60 index.xsl --- index.xsl 9 Jun 2003 17:05:25 -0000 1.60 +++ index.xsl 28 Jun 2003 11:44:11 -0000 @@ -211,6 +211,7 @@ · <a href="projects/newbies.html">For Newbies</a><br/> · <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/index.html">Handbook</a><br/> · <a href="{$base}/doc/en_US.ISO8859-1/books/faq/index.html">FAQ</a><br/> + · <a href="{$base}/cgi/man.cgi">Manual pages</a><br/> · <a href="{$base}/docproj/index.html">Doc. Project</a><br/> · <a href="docs.html">More...</a><br/> </small></p> -- rushani
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030628.212639.91215851.rushani>