From owner-freebsd-www@FreeBSD.ORG Sat Jun 28 05:26:58 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13CB337B401 for ; Sat, 28 Jun 2003 05:26:58 -0700 (PDT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 6843043FEA for ; Sat, 28 Jun 2003 05:26:56 -0700 (PDT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 17035 invoked from network); 28 Jun 2003 21:26:54 +0900 Received: from unknown (HELO localhost) (61.213.0.21) by mx.bl.mmtr.or.jp with SMTP; 28 Jun 2003 21:26:54 +0900 Date: Sat, 28 Jun 2003 21:26:39 +0900 (JST) Message-Id: <20030628.212639.91215851.rushani@bl.mmtr.or.jp> To: rosti_bsd@yahoo.com From: Hideyuki KURASHINA In-Reply-To: <20030628105942.49853.qmail@web14810.mail.yahoo.com> References: <20030628105942.49853.qmail@web14810.mail.yahoo.com> X-PGP-Public-Key: http://www.bl.mmtr.or.jp/~rushani/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 4.0.54 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-www@freebsd.org cc: wosch@FreeBSD.org Subject: Re: Online manuals of FreeBSD 5.1-RELEASE are broken X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 12:26:58 -0000 Hi, >>> On Sat, 28 Jun 2003 03:59:42 -0700, Rostislav Krasny 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 @@ · For Newbies
· Handbook
· FAQ
+ · Manual pages
· Doc. Project
· More...

-- rushani