Add a link to manual pages in ``Documentation'' section. [1]
Because of web mirror sites most likely does not have man.cgi working, specify its link as http://www.FreeBSD.org/cgi/man.cgi, directly. [2] Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com> [1] Simon L. Nielsen <simon@nitro.dk> [2]
This commit is contained in:
parent
0b7b0caccb
commit
e27948453c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17438
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.64 2003/06/22 18:45:50 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.65 2003/06/22 22:04:41 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.64 2003/06/22 18:45:50 murray Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.65 2003/06/22 22:04:41 murray Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -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="http://www.FreeBSD.org/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>
|
||||
|
|
Loading…
Reference in a new issue